The function checks if Maxent is correctly installed.
Usage
checkMaxentInstallation(verbose = TRUE)
Arguments
- verbose
logical, if TRUE
the function provides useful messages to
understand what is not correctly installed.
Value
TRUE
if Maxent is correctly installed, FALSE
otherwise.
Details
In order to have Maxent correctly configured is necessary that:
Examples
checkMaxentInstallation()
#> ✔ Java is installed.
#> ✔ The packege rJava is installed.
#> ✔ The file maxent.jar is present in the correct folder.
#> [1] TRUE