Displaying 1 result from an estimated 1 matches for "s4pkg1".
2005 Dec 06
0
problems with initialize-method, difference between Win XP & Linux
Dear R devels,
I have some 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 wher...