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 = c("all", "core", "deps"))
Arguments
which |
String, indicates whether easystats-packages ( |
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.3 Index]