Creates the directories, and adds version number
Arguments
- libPaths
The library path (or libraries) where all packages should be installed, and looked for to load (i.e., call
library
). This can be used to create isolated, stand alone package installations, if used withstandAlone = TRUE
. Currently, the path supplied here will be prepended to.libPaths()
(temporarily during this call) toRequire
ifstandAlone = FALSE
or will set (temporarily).libPaths()
toc(libPaths, tail(libPaths(), 1)
to keep base packages.- ifMissing
An alternative path if
libPaths
argument is missing.- exact
Logical. If
FALSE
, the default, thencheckLibPaths
will append the R version number on thelibPaths
supplied. IfTRUE
,checkLibPaths
will return exactly thelibPaths
supplied.- ...
Not used, but allows other functions to pass through arguments.