[R-sig-Geo] rgdal_0.8-8 spTransform
Matteo Mattiuzzi
matteo.mattiuzzi at boku.ac.at
Wed Apr 24 09:52:59 CEST 2013
Dear rgdal Maintainers,
spTransform is not available for standard call. I haven't tested other rgdal functions but the problem has happened with the last update of rgdal (I think today).
Matteo
> sessionInfo()
R version 2.15.3 (2013-03-01)
Platform: x86_64-pc-linux-gnu (64-bit)
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=C LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] rgdal_0.8-8 rgeos_0.2-16 snow_0.3-12 raster_2.1-25 sp_1.0-9
loaded via a namespace (and not attached):
[1] grid_2.15.3 lattice_0.20-15 tools_2.15.3
> spTransform
Error: object 'spTransform' not found
> rgdal:::spTransform
standardGeneric for "spTransform" defined from package "rgdal"
function (x, CRSobj, ...)
standardGeneric("spTransform")
Methods may be defined for arguments: x, CRSobj
Use showMethods("spTransform") for currently available ones.
More information about the R-sig-Geo
mailing list