Add readr to Imports
Switch from readr to brio
usetidydescription()
NEWS bullet, to explain a patch version
Co-authored-by: Jenny Bryan <jenny.f.bryan@gmail.com>
337 | 337 | # Helpers for testing ----------------------------------------------------- |
|
338 | 338 | ||
339 | 339 | bq_parse_file <- function(fields, data) { |
|
340 | - | fields <- readr::read_file(fields) |
|
341 | - | data <- readr::read_file(data) |
|
340 | + | fields <- brio::read_file(fields) |
|
341 | + | data <- brio::read_file(data) |
|
342 | 342 | ||
343 | 343 | bq_parse(fields, data) |
|
344 | 344 | } |