Skip to content

v3.0.0

Latest

Choose a tag to compare

@adamhsparks adamhsparks released this 01 Jun 07:46
· 1 commit to main since this release
9552410

read.abares 3.0.0

Breaking Changes

  • read_abares_trade() returns all character strings as factors that are sorted by "Trade_flow", "Fiscal_year", "Month", "Trade_code", "State", "Australian_port", "Overseas_location".
  • Verbosity option changed from "minimal" to "default", aligns with {rlang} values.
  • Verbosity is now set to "default" by default, not "verbose".

Minor Changes

  • Users can now request trade code descriptions to be included in read_abares_trade().

Bug fixes

  • Download caching now works as intended, files are not re-downloaded during the current session.
  • read_abares_trade() no longer drops the leading "0" in the "Trade_codes" column.
  • Fixed a misconfigured footnote in the "Setting Global Options for "Working with Spatial Data in read.abares" vignette.

read.abares 2.0.1 (Unreleased)

Minor Changes

  • Update title in DESCRIPTION to be <65 characters for CRAN compliance.