Skip to content
Prev 181337 / 398502 Next

Getting an older version of a package

On 24/05/2009 4:00 PM, Le Wang wrote:
CRAN has the older versions of the package available in source form. 
You need to download one of those and install it:  but watch out for 
other packages that depend on the newer one.  In the long run, it's 
probably a better investment of your time to fix your programs to work 
with the new package.  (Or possibly report to the package maintainer if 
they have introduced a bug.)

Prior to R 2.9.0, it was possible to install multiple different versions 
of packages, but this never worked perfectly, and it has been dropped.

Duncan Murdoch