[R] priceIts and yahoo

2007-04-15 Thread Erin Hodgess
Dear R People: About 2 years ago, there were a few messages about the function priceIts from library(its) generating error messages. One of the suggested fixes at that time was to check security software and such. I'm getting the same message tonight, and have checked both from Windows and a Li

Re: [R] priceIts

2005-09-29 Thread Dirk Eddelbuettel
Prof Brian Ripley stats.ox.ac.uk> writes: > chart.yahoo.com is notoriously fickle (as we have seen from the tseries Maybe we should update the base URL. I maintain CPAN's Finance::YahooQuote (and am author of two apps, also on CPAN, which use it fairly heavily) and this has been nothing but roc

Re: [R] priceIts

2005-09-29 Thread Prof Brian Ripley
ites etc) rather than a problem in R? > > Tom > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Behalf Of Remigijus >> Lapinskas >> Sent: Thursday, 29 September 2005 12:31 PM >> To: r-help@stat.math.ethz.ch >&

Re: [R] priceIts

2005-09-28 Thread Gabor Grothendieck
The error message indicates that a problem is occurring in download.file. Try to use download.file to download some web page from the internet to see if that works, download.file("http://www.google.com";, destfile = "google.htm") If that does NOT work then examine the download.file help page ca

Re: [R] priceIts

2005-09-28 Thread Mulholland, Tom
internet (your browser, blocked sites etc) rather than a problem in R? Tom > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Remigijus > Lapinskas > Sent: Thursday, 29 September 2005 12:31 PM > To: r-help@stat.math.ethz.ch > Su

[R] priceIts

2005-09-28 Thread Remigijus Lapinskas
Dear All, There is an example for the priceIts function (the its package) which does not work for me as expected. > ?priceIts > x1 <- priceIts(instrument = c("^ftse"), start = "1998-01-01", + quote = "Close") Error in validObject(.Object) : invalid class "its" object:

Re: [R] priceIts problem

2004-07-01 Thread Marc Schwartz
On Thu, 2004-07-01 at 19:26, Marc Schwartz wrote: > On Thu, 2004-07-01 at 19:02, Erin Hodgess wrote: > > Dear R People: > > > > In library(its), there is a command priceIts. > > > > There is a problem with this command. It is returning an error message: > > > > > ibm1 <- priceIts(instrument="ib

Re: [R] priceIts problem

2004-07-01 Thread Marc Schwartz
On Thu, 2004-07-01 at 19:02, Erin Hodgess wrote: > Dear R People: > > In library(its), there is a command priceIts. > > There is a problem with this command. It is returning an error message: > > > ibm1 <- priceIts(instrument="ibm",start="1998-01-01",quote="Open") > Error in download.file(url,

[R] priceIts problem

2004-07-01 Thread Erin Hodgess
Dear R People: In library(its), there is a command priceIts. There is a problem with this command. It is returning an error message: > ibm1 <- priceIts(instrument="ibm",start="1998-01-01",quote="Open") Error in download.file(url, destfile, method = method, quiet = quiet) : cannot open