checkMaxentInstallation: Check Maxent Installation

View source: R/checkMaxentInstallation.R

checkMaxentInstallationR Documentation

Check Maxent Installation

Description

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.

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.

Value

TRUE if Maxent is correctly installed, FALSE otherwise.

Author(s)

Sergio Vignali

Examples

checkMaxentInstallation()

SDMtune documentation built on July 9, 2023, 6:03 p.m.