setProjPkgDir: Set the package directory for a project

View source: R/paths2.R

setProjPkgDirR Documentation

Set the package directory for a project

Description

This function will create a sub-folder of the lib.loc directory that is based on the R version and the platform, as per the standard R package directory naming convention

Usage

setProjPkgDir(lib.loc = "packages", verbose = getOption("Require.verbose", 1L))

Arguments

lib.loc

The folder for installing packages inside of

verbose

Numeric or logical indicating how verbose should the function be. If -1 or -2, then as little verbosity as possible. If 0 or FALSE, then minimal outputs; if 1 or TRUE, more outputs; 2 even more. NOTE: in Require function, when verbose >= 2, also returns details as if returnDetails = TRUE (for backwards compatibility).


PredictiveEcology/SpaDES.project documentation built on Dec. 23, 2024, 7:33 a.m.