Skip to content
Prev 32708 / 398528 Next

Downloading packages from CRAN

Hi,
On Fri, 30 May 2003 rwatkins at cornerstonelp.com wrote:

            
I don't think you need Perl to download packages from CRAN, nor do you 
need to have Perl installed to to be able to install new package.

How did you download the packages?  The easiest way is probably to do it 
within Rgui.  In the menu bar go to Packages -> Install packages from 
CRAN..., and select the package(s) you want to install.  The installation 
is automatic and the package(s) will be unpacked to the correct place.
Provided you installed the package(s) properly, have you loaded it before 
calling the documentation?  Using the car package example:
  > library(car)
  > ?box.cox
seem to work fine.