We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a bug in all the functions that try to download from the web, on the version that has been sent to CRAN (0.5.0).
utils::download.file is bootstraped here https://github.com/ThinkR-open/golem/blob/master/R/boostrap_base.R#L7
utils::download.file
But i have forgotten to remove it from here : https://github.com/ThinkR-open/golem/blob/master/R/use_files.R#L2
Making utils_download_files call itself recursively and failing.
Doing a hotfix right now and resubmitting to CRAN.
The text was updated successfully, but these errors were encountered:
Closed via #1169
Sorry, something went wrong.
Republished to CRAN
ColinFay
No branches or pull requests
Bug description
There is a bug in all the functions that try to download from the web, on the version that has been sent to CRAN (0.5.0).
Root cause
utils::download.file
is bootstraped here https://github.com/ThinkR-open/golem/blob/master/R/boostrap_base.R#L7But i have forgotten to remove it from here : https://github.com/ThinkR-open/golem/blob/master/R/use_files.R#L2
Making utils_download_files call itself recursively and failing.
Solution
Doing a hotfix right now and resubmitting to CRAN.
The text was updated successfully, but these errors were encountered: