diff --git a/DESCRIPTION b/DESCRIPTION index 95b35e0b..e50d379d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rdev Title: R Development Tools -Version: 1.11.1 +Version: 1.11.2 Authors@R: person("John", "Benninghoff", , "jbenninghoff@mac.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6230-4742")) diff --git a/NEWS.md b/NEWS.md index fd58e7fd..71e2148e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# rdev 1.11.2 + +* Minor updates + # rdev 1.11.1 * Enabled pkgdown ["light switch"](https://pkgdown.r-lib.org/articles/customise.html#light-switch) by default for packages using `use_rdev_pkgdown()` diff --git a/R/setup.R b/R/setup.R index 2cc51708..c1f71b34 100644 --- a/R/setup.R +++ b/R/setup.R @@ -110,6 +110,7 @@ use_codecov <- function(prompt = FALSE) { renv::install("covr") if (getOption("rdev.codecov", default = TRUE)) { usethis::use_coverage(type = "codecov") + spelling::update_wordlist(confirm = prompt) # use_coverage creates a "Codecov" badge sort_rbuildignore() if (getOption("rdev.github.actions", default = TRUE)) { usethis::use_github_action( diff --git a/README.md b/README.md index d00f3ba6..3158231c 100644 --- a/README.md +++ b/README.md @@ -212,12 +212,18 @@ ci() #> 3 Suggests DT * #> #> url_check() +#> # A tibble: 1 × 9 +#> URL From Status Message New CRAN Spaces R root +#> +#> 1 https://code.visualstudio… 500 Intern… "" "" "" "" /Use… #> html_url_check() -#> # A tibble: 2 × 9 +#> # A tibble: 4 × 9 #> URL From Status Message New CRAN Spaces R root #> -#> 1 http://covr.r-lib.org/ref… 200 OK http… "" "" "" /Use… -#> 2 http://r-lib.github.io/rc… 200 OK http… "" "" "" /Use… +#> 1 http://covr.r-lib.org/ref… 200 OK "htt… "" "" "" /Use… +#> 2 http://r-lib.github.io/rc… 200 OK "htt… "" "" "" /Use… +#> 3 https://code.visualstudio… 500 Intern… "" "" "" "" /Use… +#> 4 https://github.blog/2009-… 200 OK "htt… "" "" "" /Use… #> #> Setting env vars: NOT_CRAN="true", CI="true" #> rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "warning") @@ -229,21 +235,20 @@ ci() #> * creating vignettes ... OK #> * checking for LF line-endings in source and make files and shell scripts #> * checking for empty or unneeded directories -#> Removed empty directory ‘rdev/tests/testthat/_snaps’ -#> * building ‘rdev_1.11.1.tar.gz’ +#> * building ‘rdev_1.11.2.tar.gz’ #> #> ── R CMD check ───────────────────────────────────────────────────────────────── -#> * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/Rtmpba8T7N/file1450c797d54e4/rdev.Rcheck’ +#> * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/RtmpCOd41c/file724b5a7ec10b/rdev.Rcheck’ #> * using R version 4.4.1 (2024-06-14) #> * using platform: aarch64-apple-darwin20 #> * R was compiled by #> Apple clang version 14.0.0 (clang-1400.0.29.202) #> GNU Fortran (GCC) 12.2.0 -#> * running under: macOS Ventura 13.6.7 +#> * running under: macOS Sonoma 14.6.1 #> * using session charset: UTF-8 #> * using option ‘--no-manual’ #> * checking for file ‘rdev/DESCRIPTION’ ... OK -#> * this is package ‘rdev’ version ‘1.11.1’ +#> * this is package ‘rdev’ version ‘1.11.2’ #> * package encoding: UTF-8 #> * checking package namespace information ... OK #> * checking package dependencies ... OK @@ -298,8 +303,8 @@ ci() #> * DONE #> #> Status: OK -#> ── R CMD check results ──────────────────────────────────────── rdev 1.11.1 ──── -#> Duration: 35.2s +#> ── R CMD check results ──────────────────────────────────────── rdev 1.11.2 ──── +#> Duration: 30.5s #> #> 0 errors ✔ | 0 warnings ✔ | 0 notes ✔ ``` diff --git a/docs/404.html b/docs/404.html index 6bd9e6c3..41db2ecd 100644 --- a/docs/404.html +++ b/docs/404.html @@ -28,7 +28,7 @@ rdev - 1.11.1 + 1.11.2