Skip to content
Prev 5587 / 29559 Next

Problems with Raster package?

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 can take
couple of days before the latest version is available for (automatic)
installation from R-forge

Robert
On Thu, Apr 23, 2009 at 6:55 PM, Ned Horning <horning at amnh.org> wrote: