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