Re: [R] Installing package QRMlib

2012-02-29 Thread DT54321
That worked! Thanks a lot Jeremy. -- View this message in context: http://r.789695.n4.nabble.com/Installing-package-QRMlib-tp4425269p4431895.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://st

Re: [R] Installing package QRMlib

2012-02-29 Thread DT54321
I wouldn't see myself as an experienced R user soI would appreciate if anyone is able to give me a clear set of instructions on how to install and load QRMlib. The steps I've followed are: 1: Download 'QRMlib_1.4.5.1.tar.gz' from http://cran.r-project.org/src/contrib/Archive/QRMlib/ to my local fo

Re: [R] Installing package QRMlib

2012-02-29 Thread DT54321
Ah yes, I can open it with Notepad...it reads the following: * installing *source* package 'QRMlib' ... ** Creating default NAMESPACE file ** libs ERROR: compilation failed for package 'QRMlib' * removing 'C:/PROGRA~1/R/R-214~1.1/bin/QRMLIB~1.RCH/QRMlib' -- View this message in context: http:/

Re: [R] Installing package QRMlib

2012-02-28 Thread DT54321
Yes, I did. But my Windows did not know what program to open it with... -- View this message in context: http://r.789695.n4.nabble.com/Installing-package-QRMlib-tp4425269p4429275.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r

Re: [R] Installing package QRMlib

2012-02-28 Thread DT54321
In command prompt, I direct to the following directory: C:\Program Files\R\R-2.14.1\bin Now I enter: R CMD check "my_local_folder\QRMlib_1.4.5.1.tar.gz" The following appears: * using log directory 'C:/Program Files/R/R-2.14.1/bin/QRMlib.Rcheck' * using R version 2.14.1 (2011-12-22) * using pl

Re: [R] Installing package QRMlib

2012-02-28 Thread DT54321
According to the QRMlib package pdf, http://www.mirrorservice.org/sites/lib.stat.cmu.edu/R/CRAN/doc/packages/QRMlib.pdf the package depennds on methods, fCalendar, fEcofin, mvtnorm, chron,its,Hmisc. I have installed all of these (some were retrieved from archive and some were retrieved from CRAN

Re: [R] Installing package QRMlib

2012-02-28 Thread DT54321
Thanks for the reply guys. Well, I've tried the following command after installing the package dependancies including timeSeries: install.packages(file_name, type = "source", repos = NULL) Ans still no luck...I get the following error message: Installing package(s) into ‘C:/Program Files/R/R-2.

[R] Installing package QRMlib

2012-02-27 Thread DT54321
Hi, I am having real problems downloading the package 'QRMlib'. The tar.gz file is shown here: http://cran.r-project.org/src/contrib/Archive/QRMlib/ I have downloaded this to my local folder and entered the following command: nstall.packages("myLocalFolder/QRMlib_1.4.5.1.tar.gz", repos = NULL)