Displaying 1 result from an estimated 1 matches for "amespaces".
Did you mean:
namespaces
2004 Sep 17
1
R-2.0.0 Install problem for package bundle with inter-dependent n amespaces
I have a revised version of the gregmisc package, which I've converted into
a package bundle each of which has a namespace: gplots, gmodels, gdata,
gtoools. Of course, there are interdependencies among these namespaces:
gsun374: /tmp [11]> cd gregmisc/
gsun374: gregmisc [12]> grep import */NAMESPACE
gdata/NAMESPACE:importFrom(gtools, odd, invalid, mixedsort)
gmodels/NAMESPACE:importFrom(MASS, ginv)
gplots/NAMESPACE:importFrom(gtools, invalid)
gplots/NAMESPACE:importFrom(gtools, odd)
gplots/NAMESPACE...