[R] Re : How to import package into R script

martin.gaston at unavarra.es martin.gaston at unavarra.es
Fri May 23 10:27:26 CEST 2008


Before call library(package) it is needed install the package. To make
that, select Packages/InstallPkages... choose your nearest mirror and
select the package from the list and accept.

After that you can call library(tseries)
for example

Regards

El Vie, 23 de Mayo de 2008, 9:00, justin bem escribió:
> Read documentation carefully !
> see ?library (e.g library(tseries))
>
>  Justin BEM
> BP 1917 Yaoundé
> Tél (237) 99597295
> (237) 22040246
>
>
>
> ----- Message d'origine ----
> De : Edward Wijaya <ewijaya at gmail.com>
> À : r-help at r-project.org
> Envoyé le : Vendredi, 23 Mai 2008, 4h23mn 06s
> Objet : [R] How to import package into R script
>
> Hi all,
>
> What's the construct to import a built-in package
> (e.g. ARIMA) into the R script.
>
> I can't seem to find them in the documentation.
>
> Regards,
> Edward
>
> ______________________________________________
> R-help at 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.
>
>
> __________________________________________________
>
>
> ble contre les messages non sollicités
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>



More information about the R-help mailing list