Skip to content
Prev 78037 / 398502 Next

priceIts

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 carefully.
You may need to set your proxy server.

If that did work then as a workaround try using get.hist.quote in package
tseries with the argument retclass = "its".  Be sure you have the latest
version of tseries.
On 9/29/05, Remigijus Lapinskas <remigijus.lapinskas at mif.vu.lt> wrote: