Closed ablaette closed 3 years ago
I think we can avoid this error by using httr::http_error()
rather than RCurl::url.exists()
. See:
https://stackoverflow.com/questions/31420210/r-check-existence-of-url-problems-with-httrget-and-url-exists
Switched to httr::http_error()
which apparantly solves the issue.
The GermaParl package throws an issue when trying to download GermaParl from Zenodo. Apparently, this is an issue with
RCurl::url.exists()
.The following code returns TRUE on macOS but (falsely) FALSE on Windows.
As a consequence, you can download GermaParl on macOS but not on Windows. And we have a CRAN issue: https://www.r-project.org/nosvn/R.check/r-devel-windows-ix86+x86_64/GermaParl-00check.html
So this needs to be fixed soon.