get_maxent: Download maxent.jar into dismo/java

View source: R/get_maxent.R

get_maxentR Documentation

Download maxent.jar into dismo/java

Description

get_maxent downloads maxent.jar.

Usage

get_maxent(version = "3.3.3k", quiet = FALSE)

Arguments

version

Either 'latest' for the latest stable release, or a character version string indicating the version to download. See maxent_versions for available versions. Default is '3.3.3k'.

quiet

logical. Should success message be suppressed?

Details

This downloads the java file for the requested Maxent version into the appropriate dismo/java folder.

See references for license and citation details.

Value

Invisibly returns 0 for success, and a non-zero integer otherwise.

References

See Also

maxent_versions()

Examples

## Not run: 
get_maxent('3.3.3k')

## End(Not run)

johnbaums/rmaxent documentation built on Oct. 11, 2024, 11:14 a.m.