easystats_update {easystats} | R Documentation |
Update easystats-packages and its dependencies from CRAN, if necessary.
Description
Update easystats-packages and its dependencies from CRAN, if necessary.
Usage
easystats_update(which = "all")
Arguments
which |
String, indicates whether easystats-packages ( |
Details
If package {pak}
is installed, pak::pkg_install()
will be used
to install packages. Else, utils::install.packages()
is used.
Value
Invisible NULL
.
Examples
# check which local easystats-packages (and their dependencies)
# are out of date and install updates from CRAN
easystats_update()
# update only easystats core-packages
easystats_update("core")
[Package easystats version 0.7.5 Index]