Skip to contents

This will check to see if all {pacta.loanbook} packages (and optionally, their dependencies) are up-to-date, and will install after an interactive confirmation.

Usage

pacta_loanbook_update(recursive = FALSE, repos = getOption("repos"))

Arguments

recursive

If TRUE, will also list all dependencies of {pacta.loanbook} packages.

repos

The repositories to use to check for updates. Defaults to getOption("repos").

Value

returns NULL invisibly. The function is called for its side effect of printing the status of locally installed, relevant packages.

Examples

pacta_loanbook_update(repos = "https://cran.r-project.org")
#> All pacta.loanbook packages up-to-date