get_maxent: Download maxent.jar into dismo/java

Description Usage Arguments Details Value References See Also Examples

View source: R/get_maxent.R

Description

get_maxent downloads maxent.jar.

Usage

1
get_maxent(version = "latest", 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 'latest'.

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

1
2
3
4
## Not run: 
get_maxent('3.3.3k')

## End(Not run)

johnbaums/rmaxent documentation built on July 3, 2020, 5:36 p.m.