Dear Rodrigo,

The packages are available in http://cran.r-project.org/web/packages/ What
you can do is download them to your flash drive in .zip format. Once you do
that, you can install them from R via "Packages"->"Install package(s) from
local zip files" and browsing them in your flash drive.

To use them type

> library(MASS)
> library(boot)
> library(car)

in the R console.


HTH,

Jorge





On Mon, May 5, 2008 at 5:12 PM, Rodrigo Briceño <[EMAIL PROTECTED]>
wrote:

> Hi again R users. I was reviewing the manual of R about how to install
> packages using the GUI and it's corresponding menu packages. My
> question is how to download a specific set of packages in order to
> install them in a computer that doesn't have internet access. Is there
> a web page where I can search those packages? Basically I'm trying to
> copy in a flash drive the packages MASS, BOOT and CAR.
>
> Thanks for your help.
>
> Rodrigo Briceño
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to