Skip to content

v0.2.0

Compare
Choose a tag to compare
@rafapereirabr rafapereirabr released this 05 May 21:24
· 81 commits to main since this release

flightsbr v0.2.0

  • Major changes:

    • Update urls to new location where flights data is stored. This makes read_flights() work again.
    • New function read_airfares() to read data on air fares of domestic and international flights Closed #22.
  • Minor changes:

    • The data downloaded in read_flights() and read_airport_movements() are now cached in temp dir. Closed #20.
    • All columns are now returned with class character. This fixes a bug in the read_airport_movements() function. Closed #20.