Skip to content

v0.4.1

Latest
Compare
Choose a tag to compare
@rafapereirabr rafapereirabr released this 24 Apr 19:49
  • Minor changes:
    • The read_flights() function now uses fread(encoding = 'Latin-1') internally to avoid issues with encoding. Closed #35.
    • The function get_airport_movement_dates_available() does not throw warnings of NA values anymore.
    • The read_aircrafts() function now used fread(skip = 1) internally to read column names correctly.