Learn R Programming

SpaDES.core (version 2.0.5)

checkModuleLocal: 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 character,character,character checkModuleLocal(name, path, version)

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

Value

Logical indicating presence of the module (invisibly).

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.

Author

Alex Chubaty

Details

  • data/CHECKSUMS.txt

  • name.R