portand
November 17, 2021, 3:51pm
1
I am running a simple command using Bundesbank package:
library(bundesbank)
EURIBOR=getSeries("BBK01.ST0307")
It works perfectly on one machine but returns an error when I run it on another machine. Error reproduced hereunder.
Quote
Downloading data from Bundesbank ... done
Error in doc0[, 1L] : incorrect number of dimensions
Unquote
I am running the same version of R studio and same version of the Bundesbank package.
Any idea what the solution could be?
I thank you in advance.
Regards
if you paste the following string into a webrowser, once on each machine, do they give identical csv file downloaded ?
http://www.bundesbank.de/cae/servlet/CsvDownload?tsId=BBK01.ST0307&mode=its&its_csvFormat=en&its_currency=default&its_dateFormat=dateOfDay&&&its_to=2021-1120211117__BBK01.ST0307____2021-11.csv
Thats what the getSeries command is trying to do...
portand
November 18, 2021, 1:10pm
3
Thanks for your reply. Yes the URL works. I can download the CSV file but the R-command still does not work.
That's almost a shame as it was my best guess what might be going wrong for you.
Unreproducible errors are notoriously hard to fix...
The package author has a space to raise issues (though no one has done so yet)
system
Closed
December 9, 2021, 3:02pm
5
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.