Skip to contents

Download Marxan from the releases on the [github repository](https://github.com/Marxan-source-code/marxan/releases)

Usage

downloadMarxan(os = "win", path = getwd(), ver = "4.0.6")

Arguments

os

character for the operating system. Either "win" (default), "linux", "macos", or "macosM1"

path

character string for the destination path. Defaults to the current working directory.

ver

character string for the version number. Default is "4.0.6"

Value

files

Examples

if (FALSE) {
downloadMarxan(os="win")
}