downloadModule(name, path, version, repo, data = FALSE)
## S3 method for class 'character,character,character,character,logical':
downloadModule(name,
path, version, repo, data = FALSE)
## S3 method for class 'character,character,character,missing,ANY':
downloadModule(name, path,
version, data)
## S3 method for class 'character,character,missing,missing,ANY':
downloadModule(name, path,
data)
## S3 method for class 'character,character,missing,character,ANY':
downloadModule(name, path,
repo, data)
NA
,
the most recent version will be retrieved.)"PredictiveEcology/SpaDES-modules"
, which is
specified by the global option spades.modulesRepo
.modules
directory in the root tree on the master
branch.NOTE: the default is to overwrite any existing files in the case of a conflict.