pak (version 0.1.2.1)

pak_private_library: The pak private library

Description

pak is an R package, and needs other R packages to do its job. These dependencies should be kept separate from the user's "regular" package libraries, to avoid the situation when pak needs a different version of a package than the one in the regular library.

Arguments

Details

To accomplish this, pak keeps all of its dependencies in a separate library. This library is usually in the user's cache directory.

pak creates and updates its private library, as needed: every time pak cannot load a package from the private library, including the obvious case when the user does not have a private library, pak will create one.

You can use pak_sitrep() to list the location of the pak private library, and pak_cleanup() to clean it up.

See Also

Other pak housekeeping: pak_cleanup, pak_setup, pak_sitrep