Learn R Programming

SDMtune (version 1.3.2)

checkMaxentInstallation: Check Maxent Installation

Description

The function checks if Maxent is correctly installed.

Usage

checkMaxentInstallation(verbose = TRUE)

Value

TRUE if Maxent is correctly installed, FALSE otherwise.

Arguments

verbose

logical, if TRUE the function provides useful messages to understand what is not correctly installed.

Author

Sergio Vignali

Details

In order to have Maxent correctly configured is necessary that:

  • Java is installed;

  • the package "rJava" is installed;

  • the file "maxent.jar" is in the correct folder.

Examples

Run this code
checkMaxentInstallation()

Run the code above in your browser using DataLab