Skip to content

[BUG] Using external files do not work anymore #1168

@ColinFay

Description

@ColinFay

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions