Learn R Programming

easystats (version 0.7.4)

easystats_update: 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"))

Value

Invisible NULL.

Arguments

which

String, indicates whether easystats-packages (which = "core"), dependencies (which = "deps") or both (which = "all") should be checked for available updates.

Examples

Run this code
if (FALSE) {
# 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")
}

Run the code above in your browser using DataLab