quandl / quandl-r

This is Quandl's R Package
https://cran.r-project.org/web/packages/Quandl/
Other
139 stars 55 forks source link

Error: 301 moved permanently #43

Closed prophet555 closed 8 years ago

prophet555 commented 8 years ago

When I try to make a call on Quandl function using any code, for e.g Quandl("FRED/GDP")

I get the following error message:

Error: <html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.4.6 (Ubuntu)</center>
</body>
</html>

I'm using os x el capitan, have updated the quandl package.

RaymondMcT commented 8 years ago

Which version are you running?

packageVersion('Quandl')

prophet555 commented 8 years ago

2.4.0

prophet555 commented 8 years ago

I updated to R 3.22 and was able to upgrade quandl package to 2.7 and it works now.

Thanks.