Skip to content
Prev 306792 / 398506 Next

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

On 02/10/2012 21:38, S?ren H?jsgaard wrote:
Do you want them installed or loaded?

For installation, simply use different library directories, and adjust 
.libPaths.

You won't succeed in loading them together: the insuperable problem is 
not the R functions (they could be in different environments) but the 
DLLs (you can only load one DLL of a given name).

We've been here with versioned installs, which were abandoned a long 
while ago (not least as we never had versioned namespaces).