Displaying 1 result from an estimated 1 matches for "aaaclassdefinitions".
2011 Aug 24
1
setMethods/setGeneric problem when R CMD CHECK'ing a package
...ng previous
?/Library/Frameworks/R.framework/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
"...