SpaDES (version 1.3.1)

getModuleVersion: Find the latest module version from a SpaDES module repository

Description

Modified from http://stackoverflow.com/a/25485782/1380598.

Usage

getModuleVersion(name, repo)

# S4 method for character,character getModuleVersion(name, repo)

# S4 method for character,missing getModuleVersion(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.