[R] installing package from source

2013-10-24 Thread Long Vo
Hi R users, Currently I want to fit a FIGARCH model to a dataset. The only package that allow for it that I could find is fGarch. However it seems that the FIGARCH model class fitting of this package has been moved to Oxmetrics. I tried to install the old versions of it using 'tar.gz' files from

Re: [R] installing package from source

2013-10-24 Thread David Winsemius
On Oct 23, 2013, at 7:53 PM, Long Vo wrote: Hi R users, Currently I want to fit a FIGARCH model to a dataset. The only package that allow for it that I could find is fGarch. However it seems that the FIGARCH model class fitting of this package has been moved to Oxmetrics. I tried to install

Re: [R] installing package from source

2013-10-24 Thread Marc Schwartz
On Oct 24, 2013, at 11:38 AM, David Winsemius dwinsem...@comcast.net wrote: On Oct 23, 2013, at 7:53 PM, Long Vo wrote: Hi R users, Currently I want to fit a FIGARCH model to a dataset. The only package that allow for it that I could find is fGarch. However it seems that the FIGARCH

Re: [R] installing package from source

2013-10-24 Thread Prof Brian Ripley
On 24/10/2013 18:25, Marc Schwartz wrote: On Oct 24, 2013, at 11:38 AM, David Winsemius dwinsem...@comcast.net wrote: On Oct 23, 2013, at 7:53 PM, Long Vo wrote: Hi R users, Currently I want to fit a FIGARCH model to a dataset. The only package that allow for it that I could find is

Re: [R] installing package from source

2013-10-24 Thread Marc Schwartz
On Oct 24, 2013, at 1:11 PM, Prof Brian Ripley rip...@stats.ox.ac.uk wrote: On 24/10/2013 18:25, Marc Schwartz wrote: On Oct 24, 2013, at 11:38 AM, David Winsemius dwinsem...@comcast.net wrote: On Oct 23, 2013, at 7:53 PM, Long Vo wrote: Hi R users, Currently I want to fit a FIGARCH

[R] installing package from source with Linux

2010-12-17 Thread Jannis
Dear list, this may not be related to R but rather to my OS, but I do not understand the issue of compiling R packages deeply enough to figure out the exact cause of the problem. I am trying to install a R package from source as it is not yet available under Cran (Rssa, downloaded here:

Re: [R] installing package from source with Linux

2010-12-17 Thread Jannis
It defenitely seems to be related to the zipping/tar program. Untaring the file with gzip/tar and then installing the uncompressed folder with R CMD INSTALL seems to work (it gives quite a bunch of warnings though). Jannis schrieb: Dear list, this may not be related to R but rather to

Re: [R] installing package from source with Linux

2010-12-17 Thread Phil Spector
Jannis - I just downloaded asl-rssa-6f458e4.tar.gz and it installed on my Linux system under R-2.10.1 with no problems, but gave me similar errors under R-2.12.0. You can get around the problem like this: tar xvfz asl-rssa-6f458e4.tar.gz R CMD INSTALL asl-rssa-6f458e4 Hope this helps.

Re: [R] installing package from source with Linux

2010-12-17 Thread Jannis
Thanks for your help, Phil! It works now! Jannis Phil Spector schrieb: Jannis - I just downloaded asl-rssa-6f458e4.tar.gz and it installed on my Linux system under R-2.10.1 with no problems, but gave me similar errors under R-2.12.0. You can get around the problem like this: tar xvfz

[R] Installing package from source in windows

2008-03-06 Thread Shewcraft, Ryan
Hi all, I am trying to install a custom package from its source using windows. Using this guide http://www.maths.bris.ac.uk/~maman/computerstuff/Rhelp/Rpackages.html I've gotten to the fifth step, but I get the following error in the command window: 'sh' is not recognized as an internal or

Re: [R] Installing package from source in windows

2008-03-06 Thread Duncan Murdoch
On 06/03/2008 6:46 PM, Shewcraft, Ryan wrote: Hi all, I am trying to install a custom package from its source using windows. Using this guide http://www.maths.bris.ac.uk/~maman/computerstuff/Rhelp/Rpackages.html I've gotten to the fifth step, but I get the following error in the command