Skip to content

v0.4.0

Choose a tag to compare

@rafapereirabr rafapereirabr released this 05 Dec 12:56
· 60 commits to main since this release
4d57829

flightsbr v0.4.0

  • Major changes:

    • The functions read_flights() and read_airport_movements() now have a new parameter cache, which indicates whether the function should read cached data downloaded previously. Defaults to TRUE. Closed #31.
    • The function read_aircrafts() now has a date parameter, which allows one to download the data on aircrafts registered at ANAC at particular years/months. Closed #33.
  • Minor changes:

    • All functions now return numeric columns with numeric class. Closed #32.
  • Bug fixes:

    • Fixed bug when unzipping files for read_flights() function in Unix systems.
      Closed #31.
    • Updated link to private airports data changed by ANAC. Closed #34.