diff --git a/DESCRIPTION b/DESCRIPTION index dbf79eec..255ff8d0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rdev Title: R Development Tools -Version: 1.15.3 +Version: 1.15.4 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 c57817e1..886e5ac8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# rdev 1.15.4 + +* Updated for lintr 3.3.0 + # rdev 1.15.3 * Updated `use_rdev_pkgdown()` to disable the new `pkgdown::build_llm_docs()` by default (update `use_rdev_pkgdown()`) diff --git a/R/build.R b/R/build.R index 36bbc6e9..21ae6988 100644 --- a/R/build.R +++ b/R/build.R @@ -233,5 +233,5 @@ build_analysis_site <- function(pkg = ".", ...) { fs::dir_copy(fs::path(tmp_dir, "docs"), pkg) writeLines("build_analysis_site() complete") - return(invisible(yaml::read_yaml(fs::path(tmp_dir, "_site.yml")))) + invisible(yaml::read_yaml(fs::path(tmp_dir, "_site.yml"))) } diff --git a/R/setup.R b/R/setup.R index 2d1380db..29fad08e 100644 --- a/R/setup.R +++ b/R/setup.R @@ -674,7 +674,7 @@ use_analysis_package <- function(use_quarto = TRUE, prompt = FALSE) { ret <- list( dirs = analysis_dirs, rbuildignore = analysis_rbuildignore, gitignore = analysis_gitignore ) - return(invisible(ret)) + invisible(ret) } #' Use rdev pkgdown diff --git a/R/to_document.R b/R/to_document.R index de28e17d..b0cf8663 100644 --- a/R/to_document.R +++ b/R/to_document.R @@ -59,7 +59,7 @@ to_document <- function(file_path, new_path, overwrite = FALSE) { new_file <- fs::file_copy(file_path, new_path, overwrite = overwrite) writeLines(notebook, new_file) - return(new_file) + new_file } #' Get analysis notebook metadata diff --git a/R/utils.R b/R/utils.R index e6f00974..05c4fd8f 100644 --- a/R/utils.R +++ b/R/utils.R @@ -156,6 +156,7 @@ deps_check <- function(type, exclude_base = TRUE) { } if (type == "extra") { writeLines("desc::desc_get_deps() not found by renv:") + # nolint next: return_linter. kept for clarity. return(desc_deps[desc_deps$package %in% setdiff(desc_deps$package, renv_deps$Package), ]) } } diff --git a/README.md b/README.md index d44947b0..35373262 100644 --- a/README.md +++ b/README.md @@ -218,11 +218,12 @@ ci() #> #> url_check() #> html_url_check() -#> # A tibble: 2 × 9 +#> # A tibble: 3 × 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://medium.com/@Hadri… 403 Forbid… "" "" "" "" /Use… #> #> Setting env vars: NOT_CRAN="true", CI="true" #> rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "warning") @@ -234,10 +235,10 @@ ci() #> * creating vignettes ... OK #> * checking for LF line-endings in source and make files and shell scripts #> * checking for empty or unneeded directories -#> * building ‘rdev_1.15.3.tar.gz’ +#> * building ‘rdev_1.15.4.tar.gz’ #> #> ── R CMD check ───────────────────────────────────────────────────────────────── -#> * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/RtmpKqcBbC/file10fe43aa54c3d/rdev.Rcheck’ +#> * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/RtmpQtVTk6/file11ac21c748d0f/rdev.Rcheck’ #> * using R version 4.5.2 (2025-10-31) #> * using platform: aarch64-apple-darwin20 #> * R was compiled by @@ -247,7 +248,7 @@ ci() #> * using session charset: UTF-8 #> * using option ‘--no-manual’ #> * checking for file ‘rdev/DESCRIPTION’ ... OK -#> * this is package ‘rdev’ version ‘1.15.3’ +#> * this is package ‘rdev’ version ‘1.15.4’ #> * package encoding: UTF-8 #> * checking package namespace information ... OK #> * checking package dependencies ... OK @@ -300,9 +301,10 @@ ci() #> * checking package vignettes ... OK #> * checking re-building of vignette outputs ... OK #> * DONE +#> #> Status: OK -#> ── R CMD check results ──────────────────────────────────────── rdev 1.15.3 ──── -#> Duration: 25.2s +#> ── R CMD check results ──────────────────────────────────────── rdev 1.15.4 ──── +#> Duration: 26.7s #> #> 0 errors ✔ | 0 warnings ✔ | 0 notes ✔ ``` diff --git a/docs/404.html b/docs/404.html index 1832ea40..98359448 100644 --- a/docs/404.html +++ b/docs/404.html @@ -27,7 +27,7 @@ rdev - 1.15.3 + 1.15.4