search for: spatialpointsdataframelistzoo

Displaying 1 result from an estimated 1 matches for "spatialpointsdataframelistzoo".

2011 Aug 24
1
setMethods/setGeneric problem when R CMD CHECK'ing a package
...t appear in the DESCRIPTION file: require("sp") require("zoo") # Here are the class definitions (filename AAAclassdefinitions.R): setClass("SpatialPointsDataFrameList",representation(list="list"),contains=c("SpatialPointsDataFrame")) setClass("SpatialPointsDataFrameListZoo",contains=c("SpatialPointsDataFrameList")) # And here is where it is getting hung up. filename "as.yearmon.SpatialPointsDataFrameListZoo_SpatialPointsDataFrameListZoo.R" setMethod("as.yearmon", signature(x = "SpatialPointsDataFrameListZoo"), as.ye...