Looks in the remote repo for a module named name.
checkModule(name, repo, token, verbose)# S4 method for character,character
checkModule(name, repo, token, verbose = getOption("reproducible.verbose"))
# S4 method for character,missing
checkModule(name, token, verbose = getOption("reproducible.verbose"))
a character vector of module file paths (invisibly).
Character string giving the module name.
GitHub repository name.
Default is "PredictiveEcology/SpaDES-modules", which is
specified by the global option spades.moduleRepo.
A github repository token as from gitcreds::gitcreds_get()
Logical or Numeric, follows reproducible.verbose value by default.
Eliot McIntire and Alex Chubaty