ensure_package_exists_in_lockbox: Ensure package name and version exists in the lockbox secret...

Description Usage Arguments Note

Description

The lockbox package keeps a secret directory with the packages for each given version. By default, this is in getOption("lockbox.lib") or "~/.R/lockbox" if that option is not set.

Usage

1
"ensure_package_exists_in_lockbox!"(locked_package)

Arguments

locked_package

locked_package. In particular, name and version elements will be used. If the package version is not present in the lockbox, we will attempt to download it from CRAN or github.

Note

The weird name is a derivative of a Rubyism to indicate some serious side effects can occur! In this case, we download the package from CRAN or github if the name + version combo does not exist.


robertzk/lockbox documentation built on May 27, 2019, 10:34 a.m.