Re: [R-sig-Geo] Problems with Raster package?

2009-04-23 Thread Robert Hijmans
Hi Ned, that is the downside of using a package under development (albeit *quite* stable now). "x <- setRaster(x)" has been replaced by the (generic) "x <- raster(x)" "x <- setDatatype(x, value)" has been replaced by "dataType(x) <- value" As for the versions, you are not doing anything wrong. It

[R-sig-Geo] Problems with Raster package?

2009-04-23 Thread Ned Horning
I just updated my R installation to 2.9 and then updated my packages. It looks like setRaster and setDatatype are not included in the Raster package that I downloaded (8.9-13). I noticed on the R-Forge site for the Raster package that version 8.9-14 is the most current version but when I run "i