checkModuleLocal {SpaDES.core} | R Documentation |
Check for the existence of a module locally
Description
Looks the module path for a module named name
, and checks for existence
of all essential module files listed below.
Usage
checkModuleLocal(name, path, version)
## S4 method for signature 'character,character,character'
checkModuleLocal(name, path, version)
## S4 method for signature 'character,ANY,ANY'
checkModuleLocal(name, path, version)
Arguments
name |
Character string giving the module name. |
path |
Local path to modules directory.
Default is specified by the global option |
version |
Character specifying the desired module version. |
Details
-
‘data/CHECKSUMS.txt’
-
‘name.R’
Value
Logical indicating presence of the module (invisibly).
Author(s)
Alex Chubaty
[Package SpaDES.core version 2.1.0 Index]