checkModuleLocal: Check for the existence of a module locally

checkModuleLocalR 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 spades.modulePath.

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


SpaDES.core documentation built on Nov. 10, 2023, 5:08 p.m.