Installs/updates all of Salim B's R packages to the latest (development) version.
Usage
update_salims_pkgs(
pkgs = c("salim", "swissparty"),
dependencies = TRUE,
from_cran = FALSE
)
Arguments
- pkgs
R pkgs to be updated. A subset of:
"salim"
"swissparty"
- dependencies
Whether or not to also install uninstalled packages which
pkgs
depend on/link to/import/suggest (and so on recursively). Seeinstall.packages()
for details.- from_cran
Whether or not to install
pkgs
from a CRAN repository if possible. The repository URLs set in therepos
R option are used by default, with fallback tohttps://cloud.r-project.org/
. IfFALSE
, the latest development versions are always installed, regardless of whetherpkgs
are available on CRAN or not.
See also
Other development environment currentness functions:
lvl_up_quarto()
,
lvl_up_r()
,
lvl_up_rstudio()
,
update_rpkgs()
,
update_zdaarau_pkgs()