Hi everyone,
I am a rookie in species distribution modelling, just experiencing the wonders of the wallace package. Really appreciate the developers for the work done in developing this brilliant package.
I was facing some errors and would very much appreciate some help in troubleshooting. I am running a model with about 150 occurrences and using bioclimatic variables from wallace (2.5 arcmin). Initially I was able to run the model and get complete results. However, since the past week I am facing an error even though I follow the exact same steps as before and use the exact same files. The following error is displayed in R :-
"Doing user-defined evaluation groups...
ENMeval completed in 5 minutes 48.5 seconds.
Warning: Error in [[: attempt to select less than one element in get1index
97: renderUI [C:\Users\XXXXX\Documents\R\win-library\4.0\wallace\shiny/server.R#636
96: func
83: origRenderFunc
82: output$envSelUI
2: shiny: :runApp
1: run_wallace "
On Wallace, the model appears to run successfully and the AIC tables appear. However, the distribution maps are not generated and the Maxent evaluation plot also appears somewhat wrong. I can plot the different response curves, but every time I choose a variable to plot, the graph appears and the following warning is displayed in R:
"Warning in '[<-.data.frame'('*tmp*', , v, value = list(93.701388888888889 :
provided 100 variables to replace 1 variable
On wallace the following is displayed:
"
> User-specified CSV file Albopictus - Final.csv with total of 266 records with coordinates was uploaded.
> Total records thinned to [ 149 ] localities.
> Environmental predictors: WorldClim bioclimatic variables bio1-19 at 2.5 arcmin resolution.
! WARNING : Removed records without environmental values with occIDs: 177, 178, 179, 181, 285 .
> Study extent: minimum convex polygon. Study extent buffered by 0.5 degrees.
> Environmental data masked.
> Random background points sampled (n = 10000 ).
> Occurrences partitioned by jackknife method.
> Maxent ran successfully using maxnet and output evaluation results for 2 clamped models.
"
I have the latest R and wallace installed (1.0.6.2) and I re-ran the model with both maxnet and maxent.jar functions (after placing the maxent.jar in dismo folder). I still get the same error. I have also tried uninstalling wallace and R and reinstalling R and all the packages again. Still didn't work. I would very much appreciate any help regarding this error and thank you all in advance.