Hey!
I first tried to get data via the IMFData package and few days ago it worked perfectly fine but now I have a error message when trying to request the data.
That is why I then tried the 'imfr' package. I downloaded it from the CRAN archive by using
library(devtools)
install_url('https://cran.r-project.org/src/contrib/Archive/imfr/imfr_0.1.9.1.tar.gz')
When requesting the list of database_IDs with
library(imfr)
imf_ids(return_raw = FALSE, times = 3)
Error in curl::curl_fetch_memory(url, handle = handle): Recv failure: Connection was reset
Request failed [ERROR]. Retrying in 1.9 seconds...
Error in curl::curl_fetch_memory(url, handle = handle): Recv failure: Connection was reset
Request failed [ERROR]. Retrying in 2.8 seconds...
Error in curl::curl_fetch_memory(url, handle = handle) :
Recv failure: Connection was reset
then a very similar error message appears as when using the IMFData package.
Any advise on how to fix this or comment is appreciated a lot!
Best regards
Julian
Hey!
I first tried to get data via the IMFData package and few days ago it worked perfectly fine but now I have a error message when trying to request the data.
That is why I then tried the 'imfr' package. I downloaded it from the CRAN archive by using
library(devtools)
install_url('https://cran.r-project.org/src/contrib/Archive/imfr/imfr_0.1.9.1.tar.gz')
When requesting the list of database_IDs with
library(imfr)
imf_ids(return_raw = FALSE, times = 3)
Error in curl::curl_fetch_memory(url, handle = handle): Recv failure: Connection was reset
Request failed [ERROR]. Retrying in 1.9 seconds...
Error in curl::curl_fetch_memory(url, handle = handle): Recv failure: Connection was reset
Request failed [ERROR]. Retrying in 2.8 seconds...
Error in curl::curl_fetch_memory(url, handle = handle) :
Recv failure: Connection was reset
then a very similar error message appears as when using the IMFData package.
Any advise on how to fix this or comment is appreciated a lot!
Best regards
Julian