ENMeval icon indicating copy to clipboard operation
ENMeval copied to clipboard

R package for automated runs and evaluations of ecological niche models.

Results 15 ENMeval issues
Sort by recently updated
recently updated
newest added

Hi Jamie, I am trying add "removeDuplicates=FALSE" using other.settings and other.args but I can't get it to work. I've tried using the format that you recently suggested how to pass...

Dear @jamiemkass, firstly, thank you for maintaining the ENMeval package. I would like to report a bug with the ENMnulls function when using the parallel=TRUE argument for parallelType="doParallel" and "doSNOW"....

I've been encountering some issues interpreting a future projection of an ENMEval model. While as the scale for the present-day model is on a 0-1 scale, the projected model ASCII...

I admit this is a trivial issue! When printing an ENMevaluation object, the final line doesn't have a new line. That leaves the prompt at the end of that line,...

Hello everybody, as written in the object, I tried to run models with jackknife partition and, while cbi.train values were outputted, cbi.val.avg were not. Is it a feature of ENMeval?...

Similar to issue #112, I am in the process of trying to project my 'maxnet' results from 'ENMEvaluate' (after getting a SIGSEGV error trying to use maxent.jar that aborted my...

Hello, I am running models with ENMevaluate using a user defined partition method: `model_species

Hi, I ran into a problem when running ENMevaluate in parallel mode with categorical predictors. The process always failed with the "Unspecified column selected" error. Based on what I read...

The Readme info has the incorrect function for installation, suggesting `devtools::install_packages` when it should be `devtools::install_github`.

Using the same data (albeit rather large rasters), algorithm='maxent.jar' works fine, but algorithm='maxnet' crashes RStudio only when running in parallel. It seems that there is an issue with the RAM...

bug