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 ______________________________________________ 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.