Skip to content

v0.5.0

Choose a tag to compare

@rafapereirabr rafapereirabr released this 18 Sep 13:59
· 42 commits to main since this release

flightsbr v0.5.0

  • Major changes:

    • Fixed ANAC's broken link of public airports
    • Functions read_flights(), read_airport_movements(), and read_aircrafts() now accept vectors of dates like c(202201, 202301) or c(2022, 2024)
    • Functions read_airports() and read_aircrafts() now has a cache parameter.
    • The package is now significantly faster because it is using curl::multi_download() to download files in parallel. This brings the advantage that the package now automatically detects whether the data file has been updated and should be downloaded again.
  • Minor changes:

    • Removed dependency on the {httr} package
    • Streamlined functions to simplify package maintenance and improve performance
    • Using {fs} to manage file paths and {archive} to unzip files
    • Reorganization of internal functions to simplify package maintenance