Had initially left readr as only suggested, as just adding readr as an import gives us warning as package maintainers that we're calling an import that isn't used (we call httr, which then depends on readr, but for some reason doesn't seem to install it).
Describe the bug
readr is a dependency for
How to reproduce
Steps to reproduce the behaviour:
download_dataset()
functionExpected behaviour
It just works
Screenshots
Additional context
Had initially left readr as only suggested, as just adding readr as an import gives us warning as package maintainers that we're calling an import that isn't used (we call httr, which then depends on readr, but for some reason doesn't seem to install it).