- Rebuilt package from the ground up.
- All functions make use of
httr2rather than a mix ofhttrand
base::download.file(). - Now requires R 4.1.0 or greater to allow use of new native syntax for
anonymous functions and pipes.
- All functions make use of
bsef()now takes a start and end date reflecting updates to the API.ddr():- Support for
field_specsargument has been dropped. This was not robust and is better handled by users. - Instead, it now guesses field specs from all ingested records. You
can show the specs by setting theshow_col_typesargument toTRUE. - You can now download files for days after 30 Nov 2020 (fixes #33).
- Support for
cme():- Support for
field_specsargument has been dropped. This was not robust
and is better handled by users. - Instead, it now guesses field specs from all ingested records. You
can show the specs by setting theshow_col_typesargument toTRUE.
- Support for
Full Changelog: v0.3.1...v0.4.0