Error with recent versions of raster: no slot named "rotated" for this object of class "RasterStack"
Boris, Presumably this happens when you are use saved objects created with the previous version. I thought I had made the changes such that this problem would not happen... This is now fixed, I think. A new version of raster will be going to CRAN today. Thanks for reporting. Robert
I updated today my raster package and I am getting error messages with functions that were previously working. For example, in order to select layers in stacks, I was previously using double brackets, but it doesn't work anymore:
testStack[[1]]
Erreur dans .local(x, ...) : aucun slot de nom "rotated" pour cet objet de la classe "RasterLayer" Which roughly translates into "no slot named "rotated" for this object of class "RasterStack""
-- View this message in context: http://r-sig-geo.2731867.n2.nabble.com/Error-with-recent-versions-of-raster-no-slot-named-rotated-for-this-object-of-class-RasterStack-tp6398283p6399683.html Sent from the R-sig-geo mailing list archive at Nabble.com.