| scanForPackages {checkpoint} | R Documentation |
Scans a project (or folder) for references to packages.
scanForPackages(project = getwd(), verbose = TRUE, use.knitr = FALSE, auto.install.knitr = FALSE, scan.rnw.with.knitr = FALSE)
project |
A project path. This is the path to the root of the project that references the packages to be installed from the MRAN snapshot for the date specified for |
verbose |
If |
use.knitr |
If |
auto.install.knitr |
If |
scan.rnw.with.knitr |
If |
A list with two elements:
pkgs: a character vector with the names of identified packages
error: a character vector with information about files that could not be parsed