Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@rafapereirabr rafapereirabr released this 22 Oct 16:31

flightsbr v1.0.0

  • Breaking changes:

    • The names of all columns in the data outputs are now cleanned with {janitor}
    • Function read_airports() now downloads v2 version of public airports data. Closes #41
  • Major changes:

    • Function read_airfares() is working again. Closes #30. The prices of air tickets are now returned as numeric.
    • Function read_flights() with fixed decimal values in numeric columns. Closes #43
    • Function read_airports() with fixed numeric values for "altitude" column. Closes #42
  • Minor changes:

    • Internally check of the consistency of date inputs. The date input must be consistent in either a 6-digit format yyyymm OR a 4-digit format yyyy.
    • New support function latest_airfares_date()
    • Fix error that stopped reading aircraft data read_aircrafts() for multiple months when the number of collums differed across months. Fixed using data.table::rbindlist(fill = TRUE)