Displaying 1 result from an estimated 1 matches for "spatialpointsdataframelist".
2011 Aug 24
1
setMethods/setGeneric problem when R CMD CHECK'ing a package
...ework/Versions/2.13/Resources/library/STARStools?
***
# Note that these "require" statements do not appear in the code, but
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_Spat...