Skip to content
Prev 302124 / 398502 Next

How to link two R packages together

Inline.
On Thu, Aug 2, 2012 at 7:39 AM, Joshua Wiley <jwiley.psych at gmail.com> wrote:
This is false, I believe.  From the manual:

"The R INSTALL facilities check if the version of R used is recent
enough for the package being installed,and the list of packages which
is specified will be attached (after checking version requirements)
before the current package, ..."

So including a package in  Depends leads not only to loading, but attaching.

-- Bert

 However, let's say that function foo() is