Re: [R] installing package from source

2013-10-24 Thread Marc Schwartz
On Oct 24, 2013, at 1:11 PM, Prof Brian Ripley wrote: > On 24/10/2013 18:25, Marc Schwartz wrote: >> >> On Oct 24, 2013, at 11:38 AM, David Winsemius 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.

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

Re: [R] installing package from source

2013-10-24 Thread Marc Schwartz
On Oct 24, 2013, at 11:38 AM, David Winsemius 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 >> model class fit

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 > ins

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 as

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
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 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 > comm