SpaDES (version 1.1.4)

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

Description

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

Usage

getModuleVersion(name, repo)

## S3 method for class 'character,character': getModuleVersion(name, repo)

## S3 method for class '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.modulesRepo.