quandl / quandl-r

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

Meta=TRUE fails with "cannot open the connection" #4

Closed rexdouglass closed 11 years ago

rexdouglass commented 11 years ago

With both the version that downloads through cran and also through version 1.5 installed through github source.

With both R version 2.15.3 and also R version 3.0.1

data = Quandl("NSE/OIL", meta=TRUE) Error in file(con, "r") : cannot open the connection

data = Quandl("NSE/OIL", meta=FALSE)

str(data) 'data.frame': 913 obs. of 8 variables: $ Date : Date, format: "2009-09-30" "2009-10-01" "2009-10-05" "2009-10-06" ... $ Open : num 1096 1102 1152 1150 1154 ... $ High : num 1157 1174 1166 1157 1161 ... $ Low : num 1090 1102 1137 1132 1140 ... $ Last : num 1135 1167 1143 1143 1141 ... $ Close : num 1141 1166 1141 1145 1142 ... $ Total Trade Quantity: num 19748012 3074254 919832 627957 698216 ... $ Turnover (Lacs) : num 223877 35464 10581 7186 8033 ...

RaymondMcT commented 11 years ago

Thanks for the heads up. It has been fixed.