Skip to content

Commit 6af038e

Browse files
tidy-up for CRAN submission
1 parent c02ef50 commit 6af038e

File tree

7 files changed

+27
-19
lines changed

7 files changed

+27
-19
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
^\.sandbox$
88
^codecov\.yml$
99
^_pkgdown\.yml$
10+
^\.lintr$
1011
^docs$
1112
^pkgdown$

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: potools
33
Title: Tools for Internationalization and Portability in R Packages
4-
Version: 0.2.3
4+
Version: 0.2.4
55
Authors@R: c(
66
person("Michael", "Chirico", , "MichaelChirico4@gmail.com", role = c("cre", "aut")),
77
person("Hadley", "Wickham", role = "aut")
@@ -12,7 +12,7 @@ Description: Translating messages in R packages is managed using the po
1212
common validation & I/O tasks.
1313
License: GPL-3
1414
URL: https://github.com/MichaelChirico/potools,
15-
https://michaelchirico.github.io/potools
15+
https://michaelchirico.github.io/potools/
1616
BugReports: https://github.com/MichaelChirico/potools/issues
1717
Depends:
1818
R (>= 4.0.0)
@@ -29,5 +29,5 @@ VignetteBuilder:
2929
Config/testthat/edition: 3
3030
Encoding: UTF-8
3131
Roxygen: list(markdown = TRUE)
32-
RoxygenNote: 7.1.2
32+
RoxygenNote: 7.2.3
3333
SystemRequirements: gettext

R/translate_package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
#' \cr
269269
#' <https://cran.r-project.org/doc/manuals/r-release/R-ints.html#Internationalization-in-the-R-sources>
270270
#' \cr <https://developer.r-project.org/Translations30.html> \cr
271-
#' <https://www.isi-web.org/publications/glossary-of-statistical-terms> \cr
271+
#' <https://web.archive.org/web/20230108213934/https://www.isi-web.org/resources/glossary-of-statistical-terms> \cr
272272
#' <https://www.gnu.org/software/gettext/> \cr
273273
#' <https://www.gnu.org/software/gettext/manual/html_node/Usual-Language-Codes.html#Usual-Language-Codes>
274274
#' \cr

man/po_update.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/potools-package.Rd

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/translate_package.Rd

Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/translators.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ It's a little tricky to go from the C code to a human description of the cases,
220220
## Other issues
221221

222222
Technical terms are par for the course in R packages; showing users similar terms for the same concept might lead to needless confusion.
223-
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.
223+
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.
224224

225225
## Trying out your work
226226

0 commit comments

Comments
 (0)