Looks the module path for a module named name, and checks for existence of all essential module files listed below.

checkModuleLocal(name, path, version)

# S4 method for character,character,character
checkModuleLocal(name, path, version)

# S4 method for 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 spades.modulePath.

version

Character specifying the desired module version.

Value

Logical indicating presence of the module (invisibly).

Details

  • data/CHECKSUMS.txt

  • name.R

Author

Alex Chubaty