Installs/updates R packages from rpkg.dev to the latest (development) version.
Usage
update_rpkgs(
pkgs = c("gitlab", "nocodb", "pal", "pkgdown.tpl", "pkgpins", "pkgpurl", "pkgsnip",
"plotlee", "qstnr", "quappo", "rstd", "swissmuni", "tocr", "yay"),
dependencies = TRUE,
from_cran = FALSE
)Arguments
- pkgs
R pkgs to be updated. A subset of:
"gitlab""nocodb""pal""pkgdown.tpl""pkgpins""pkgpurl""pkgsnip""plotlee""qstnr""quappo""rstd""swissmuni""tocr""yay"
- dependencies
Whether or not to also install uninstalled packages which
pkgsdepend on/link to/import/suggest (and so on recursively). Seeinstall.packages()for details.- from_cran
Whether or not to install
pkgsfrom a CRAN repository if possible. The repository URLs set in thereposR option are used by default, with fallback tohttps://cloud.r-project.org/. IfFALSE, the latest development versions are always installed, regardless of whetherpkgsare available on CRAN or not.
See also
Other development environment currentness functions:
lvl_up_quarto(),
lvl_up_r(),
lvl_up_rstudio(),
update_salims_pkgs(),
update_zdaarau_pkgs()