Looks in the remote repo for a module named name.

checkModule(name, repo)

# S4 method for class 'character,character'
checkModule(name, repo)

# S4 method for class 'character,missing'
checkModule(name)

Arguments

name

Character string giving the module name.

repo

GitHub repository name. Default is "PredictiveEcology/SpaDES-modules", which is specified by the global option spades.moduleRepo.

Value

a character vector of module file paths (invisibly).

Author

Eliot McIntire and Alex Chubaty