- lib.loc
character vector of search paths with local packages. Default: .libPaths()
- fields
character vector listing the types of dependencies, a subset of c("Depends", "Imports", "LinkingTo", "Suggests", "Enhances").
Character string "all" is shorthand for that vector, character string "most" for the same vector without "Enhances", character string "strong" (default) for the first three elements of that vector.
Default: c("Depends", "Imports", "LinkingTo")
- lifeduration
logical if to assess life duration for each package in the library.
For installed newest releases of packages, a local evaluation is used.
MEATCRAN CRANDB is used for libraries with less than 500 packages.
Otherwise the direct web page download from CRAN is used.
Default: `FALSE``
- checkred
list with two named fields, scope and flavor. scope of R CRAN check pages statuses to consider, any of c("ERROR", "FAIL", "WARN", "NOTE").
flavor is a vector of CRAN machines to consider, which might be retrieved with pacs::cran_flavors()$Flavor.
By default an empty scope field deactivated assessment for checkred column, and NULL flavor will results in checking all machines.
Default: list(scope = character(0), flavor = NULL)
- built
logical if to add an R version under which each package was installed.
Useful mainly for a local usage.
Packages installed with a previous version of R could not work correctly with the new version of R. Default: FALSE
- repos
character vector of repositories URLs to use. By default checking CRAN and newest Bioconductor per R version. Default pacs::biocran_repos()