Ok so, I am using the 'biomod2' package for species current distributions modeling as well as future distribution modelling. The climate data im using come from Worldclim.com. For current data all the bioclimatic variables can be downloaded individually while the future ones are combined into one .tif file. When I try to project with the future data I get an error message that states
`Error in .fun_testIfIn(TRUE, "names(new.env)", names(new.env), bm.mod@expl.var.names) :
names(new.env) must be 'bio_4', 'bio_9', 'bio_10', 'bio_14', 'bio_15', 'bio_16' or 'bio_17`
One way to solve this would be to get matching data but I cant seem to find it in worldclim. Is there any way to bypass this using the commands offered in biomod2?