This is an internal function not intended to be called directly by end users
makePkgDir(
name,
source,
path,
latest_only,
param = SwitchrParam(),
forceRefresh = FALSE
)# S4 method for ANY,SVNSource
makePkgDir(
name,
source,
path,
latest_only = FALSE,
param = SwitchrParam(),
forceRefresh = FALSE
)
# S4 method for ANY,GithubSource
makePkgDir(
name,
source,
path,
latest_only = FALSE,
param = SwitchrParam(),
forceRefresh = FALSE
)
# S4 method for ANY,GitSource
makePkgDir(
name,
source,
path,
latest_only = FALSE,
param = SwitchrParam(),
forceRefresh = FALSE
)
# S4 method for ANY,ANY
makePkgDir(
name,
source,
path,
latest_only,
param = SwitchrParam(),
forceRefresh = FALSE
)
# S4 method for ANY,CRANSource
makePkgDir(
name,
source,
path,
latest_only,
param = SwitchrParam(),
forceRefresh = FALSE
)
# S4 method for ANY,BiocSource
makePkgDir(
name,
source,
path,
latest_only,
param = SwitchrParam(),
forceRefresh = FALSE
)
# S4 method for ANY,TarballSource
makePkgDir(
name,
source,
path,
latest_only,
param = SwitchrParam(),
forceRefresh = FALSE
)
# S4 method for ANY,LocalSource
makePkgDir(
name,
source,
path,
latest_only,
param = SwitchrParam(),
forceRefresh = FALSE
)
logical scalar indicating success (TRUE
) or failure of
the operation.
The package
A PkgSource
The path to place the directory
Should a fastpath for downloading the latest commit in a SCM package without a formal checkout be used?
A SwitchrParam
Should an existing instance of the package source be deleted/refreshed
Create a directory and populate it with package source code from the specified source