Displaying 1 result from an estimated 1 matches for "createmyclass".
Did you mean:
createmys4class
2011 Sep 30
0
Warning messages upon new package loading
...quot; is defined (with package slot 'kiwixposepreprod') but no
metadata object found to revise superClass information---not exported?
Making a copy in package '.GlobalEnv'
This new package creates a new S4 class with slots defined with S3 classes.
This new class is defined in the createMyClass function given below.
Furthermore, my package has a NAMESPACE and contains a .onLoad function
which calls the createMyClass function.
### FUNCTION ####
createMyClass <- function(){
# Set unions of classes
setOldClass(c('frame','gTree','grob','gDesc'))
setCl...