Skip to content

Commit

Permalink
tidy-up for CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Oct 30, 2023
1 parent c02ef50 commit 6af038e
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 19 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
^\.sandbox$
^codecov\.yml$
^_pkgdown\.yml$
^\.lintr$
^docs$
^pkgdown$
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: potools
Title: Tools for Internationalization and Portability in R Packages
Version: 0.2.3
Version: 0.2.4
Authors@R: c(
person("Michael", "Chirico", , "MichaelChirico4@gmail.com", role = c("cre", "aut")),
person("Hadley", "Wickham", role = "aut")
Expand All @@ -12,7 +12,7 @@ Description: Translating messages in R packages is managed using the po
common validation & I/O tasks.
License: GPL-3
URL: https://github.com/MichaelChirico/potools,
https://michaelchirico.github.io/potools
https://michaelchirico.github.io/potools/
BugReports: https://github.com/MichaelChirico/potools/issues
Depends:
R (>= 4.0.0)
Expand All @@ -29,5 +29,5 @@ VignetteBuilder:
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
RoxygenNote: 7.2.3
SystemRequirements: gettext
2 changes: 1 addition & 1 deletion R/translate_package.R
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
#' \cr
#' <https://cran.r-project.org/doc/manuals/r-release/R-ints.html#Internationalization-in-the-R-sources>
#' \cr <https://developer.r-project.org/Translations30.html> \cr
#' <https://www.isi-web.org/publications/glossary-of-statistical-terms> \cr
#' <https://web.archive.org/web/20230108213934/https://www.isi-web.org/resources/glossary-of-statistical-terms> \cr
#' <https://www.gnu.org/software/gettext/> \cr
#' <https://www.gnu.org/software/gettext/manual/html_node/Usual-Language-Codes.html#Usual-Language-Codes>
#' \cr
Expand Down
6 changes: 4 additions & 2 deletions man/po_update.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions man/potools-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 14 additions & 6 deletions man/translate_package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/translators.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ It's a little tricky to go from the C code to a human description of the cases,
## Other issues

Technical terms are par for the course in R packages; showing users similar terms for the same concept might lead to needless confusion.
R recommends using the [ISI Multilingual Glossary of Statistical Terms](https://www.isi-web.org/publications/glossary-of-statistical-terms) to help overcome this issue.
R recommends using the [ISI Multilingual Glossary of Statistical Terms](https://web.archive.org/web/20230108213934/https://www.isi-web.org/resources/glossary-of-statistical-terms) to help overcome this issue.

## Trying out your work

Expand Down

0 comments on commit 6af038e

Please sign in to comment.