locatePackage: Finder of package installation source location candidates.

Description Usage Arguments Value See Also

Description

locatePackage uses a package name, path(s) to folder(s), and some environment variables to find all of the extant location candidates for the installation from source for package indicated by name.

Usage

1
2
locatePackage(pkg_name, paths = NULL, env_vars = c("CODE", "STAGE",
  "CODEBASE"))

Arguments

pkg_name

Name of the package of interest.

paths

Collection of full filepaths, each of which should be considered for the presence of package pkg_name.

env_vars

Names of environment variables, each of which should point to a filepath to consider for the presence of pkg_name.

Value

Path to first location at which pkgName exists.

See Also

Other packages: refreshPackage


vreuter/SwissR documentation built on May 14, 2019, 11:29 a.m.