[R] How to link two R packages together

xuan zhao xuan.zhao at sentrana.com
Thu Aug 2 00:27:16 CEST 2012


Hi,
I have built two R packages. One of them (PKG1) needs to use the functions
of the other package (PKG2). 
So I need to link these two packages together, so that the functions of PKG2
can be available to PKG1. And when I load one package using
'library("PKG1")', PKG2 can be loaded at the same.
Any ideas welcome.




--
View this message in context: http://r.789695.n4.nabble.com/How-to-link-two-R-packages-together-tp4638765.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list