dfe-analytical-services / eesyapi

An R package with useful utility functions for connecting to, and processing data from, the DfE's explore education statistics API.
https://dfe-analytical-services.github.io/eesyapi/
Other
1 stars 0 forks source link

readr is not installed error #41

Closed cjrace closed 1 month ago

cjrace commented 1 month ago

Describe the bug

readr is a dependency for

How to reproduce

Steps to reproduce the behaviour:

  1. install eesyapi in a fresh project
  2. try to use the download_dataset() function

Expected behaviour

It just works

Screenshots

image

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).