Locate and download/build the exact version of a single package.
locatePkgVersion(
name,
version,
pkg_manifest,
param = SwitchrParam(),
dir = notrack(repo),
repo = NULL
)
The full path to the downloaded file , or NULL if unable to locate the package
package name
package version string
A manifest containing locations to search for the package
A SwitchrParam object
directory to download package into
(optional) GRANRepository object to search
Gabriel Becker