Skip to content
Prev 343430 / 398506 Next

StackRaster problem

Did you attach the raster package with library(raster)? It seems the 
newest version of dismo does not depend on raster, so you will not be 
able to use raster-functions if you only attach dismo.
This error message typically comes when R tries to use 
utils:::stack.default instead of the stack-function defined in the 
raster-package.

If this is not the case, please give the output from sessionInfo().

Cheers,
Jon
On 8/26/2014 3:21 PM, Guilherme Leite wrote: