Locate or create a specified switchr library
makeLibraryCtx(
name,
seed = NULL,
pkgs = NULL,
exclude.site = TRUE,
contains,
rvers = NULL,
verbose = FALSE
)
The name for the library
The object to seed the library from
Pkgs to install upon creation. Deprecated, use a seeding object instead.
Whether the site library should be excluded when switching to this library
Currently unused.
Optional R version. If specified, existing libraries much be associated with the same R version to be considered a match.
Should informative messages be emitted to the console
This function is not intended to be called directly in most cases; switchTo calls it automatically.