I am running some models within biomod2, including both "MAXENT.Phillips" and "MAXENT.Phillips.2". I already followed the instruction for making MAXENT work in biomod2, but when I run my script this happens: "Warning message: In .Models.check.args(data, models, models.options, NbRunEval, DataSplit, : The maxent.jar file is missing. You need to download this file (http://www.cs.princeton.edu/~schapire/maxent) and put the maxent.jar file in your working directory -> MAXENT.Phillips was switched off".
However, I properly paste the "maxent.jar" file in my working directory, which is also without spaces in it.
I hope you can help me out, I have already tried all the things I found on the internet. For sake of simplicity, I paste here my script:
Badger_models <- BIOMOD_Modeling(data = Badger_data, models = c("GLM", "GAM", "GBM", "RF", "MAXENT.Phillips","MAXENT.Phillips.2"), models.options = myBiomodOption, NbRunEval = 1, #Nr. of fold cross-validation DataSplit = 70, Yweights = NULL, Prevalence = NULL, VarImport = 3, models.eval.meth = "TSS", "ROC", SaveObj = TRUE, rescal.all.models = FALSE, do.full.models = FALSE, modeling.id = "Badger")