[R] Help on installation of R Packages

Uwe Ligges ligges at statistik.tu-dortmund.de
Thu Jul 29 17:17:32 CEST 2010



On 29.07.2010 15:34, Raghu wrote:
> Hi
>
> I tried installing the packages with:
>
> *install.packages("quantstrat", repos="http://R-Forge.R-project.org")
> * *install.packages("blotter", repos="http://R-Forge.R-project.org")
> **install.packages("FinancialInstrument", repos="
> http://R-Forge.R-project.org")*
>
> But non of these packages is getting loaded. I tried re-installing R as well
> but that did not help. Can someone kindly help please?
>
> Thx
>


To install a package use install.packages(), but to load it, use 
library()...

Uwe Ligges



More information about the R-help mailing list