Displaying 1 result from an estimated 1 matches for "s4pkg2class".
Did you mean:
s4pkg1class
2005 Dec 06
0
problems with initialize-method, difference between Win XP & Linux
...e questions concerning the use of "initialize".
Situation:
There are two packages "S4pkg1" and "S4pkg2" which include S4 classes
and methods where the first one contains a new S4 class "S4pkg1Class".
Then, in "S4pkg2" there is a new S4 class "S4pkg2Class" which has a slot
of class "S4pkg1Class". Both packages have a namespace where I use
exportClasses("S4pkg1Class") in the namespace of "S4pkg1" and
import("S4pkg1") in the namespace of "S4pkg2".
#############
1. Solution:
I provide a prototy...