v0.5.0
flightsbr v0.5.0
-
Major changes:
- Fixed ANAC's broken link of public airports
- Functions
read_flights(),read_airport_movements(), andread_aircrafts()now accept vectors of dates likec(202201, 202301)orc(2022, 2024) - Functions
read_airports()andread_aircrafts()now has acacheparameter. - 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