downloadModule(name, path, version, repo, data = FALSE, quiet = FALSE)
## S3 method for class 'character,character,character,character,logical,logical':
downloadModule(name,
path, version, repo, data = FALSE, quiet = FALSE)
## S3 method for class 'character,character,character,missing,ANY,ANY':
downloadModule(name,
path, version, data, quiet)
## S3 method for class 'character,character,missing,missing,ANY,ANY':
downloadModule(name,
path, data, quiet)
## S3 method for class 'character,character,missing,character,ANY,ANY':
downloadModule(name,
path, repo, data, quiet)
NA,
the most recent version will be retrieved.)"PredictiveEcology/SpaDES-modules", which is
specified by the global option spades.modulesRepo.download.file. Default is FALSE.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.