Skip to content
Prev 306789 / 398506 Next

Having two different versions of a package in the same R installation

So if you have both loaded in the same instance of R, how will R know
which version of lmer or other functions that you want to run?

It seems cleanest to me to have the 2 different instances of R running
like you do now.  The other option would be to change all the names
(exported ones anyways) in one version and change that package name as
well.  Then you would have 2 different package names with different
exported function names.
On Tue, Oct 2, 2012 at 2:18 PM, S?ren H?jsgaard <sorenh at math.aau.dk> wrote: