update_rpkgs: Update R packages from rpkg.dev

update_rpkgsR Documentation

Update R packages from rpkg.dev

Description

Installs/updates R packages from rpkg.dev to the latest (development) version.

Usage

update_rpkgs(
  pkgs = c("nocodb", "pal", "pkgdown.tpl", "pkgpins", "pkgpurl", "pkgsnip", "plotlee",
    "qstnr", "rstd", "swissmuni", "tocr", "yay"),
  from_cran = FALSE
)

Arguments

pkgs

R pkgs to be updated. A subset of:

  • "nocodb"

  • "pal"

  • "pkgdown.tpl"

  • "pkgpins"

  • "pkgpurl"

  • "pkgsnip"

  • "plotlee"

  • "qstnr"

  • "rstd"

  • "swissmuni"

  • "tocr"

  • "yay"

from_cran

Whether or not to install pkgs from a CRAN repository if possible. The repository URLs set in the repos R option are used by default, with fallback to ⁠https://cloud.r-project.org/⁠. If FALSE, the latest development versions are always installed, regardless of whether pkgs are available on CRAN or not.

Value

pkgs, invisibly.

See Also

Other development environment currentness functions: lvl_up_quarto(), lvl_up_r(), lvl_up_rstudio(), update_salims_pkgs(), update_zdaarau_pkgs()


salim-b/salim documentation built on July 8, 2024, 11:06 p.m.