-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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#L7
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.
Solution
Doing a hotfix right now and resubmitting to CRAN.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working