pak (version 0.1.2)

pak_create_private_lib: Install pak's dependencies into its private library

Description

To avoid interference between your regular R packages and pak's dependencies, pak works off a private library, which can be created by pak_create_private_lib().

Usage

pak_create_private_lib(mode = c("auto", "download", "copy"),
  quiet = FALSE)

Arguments

mode

Where to get the packages from. "download" will try to download them from CRAN. "copy" will try to copy them from your current "regular" package library. "auto" will try to copy first, and if that fails, then it tries to download.

quiet

Whether to omit messages.

Value

The path to the private library, invisibly.

See Also

Other pak housekeeping: pak_cleanup, pak_private_library, pak_sitrep