Skip to contents

anyflights 0.3.5

CRAN release: 2025-01-10

  • Include tz = "GMT" argument to ISOdatetime() so that weather output isn’t affected by the user’s local timezone (#25, @ismayc).
  • Fill in missing values of temp, dewp, humid, precip, and pressure since they are only recorded once an hour in the source data (#25, @ismayc).

anyflights 0.3.4

CRAN release: 2023-09-11

  • Fix typo in documentation about changing timeout in R session options when utils::download.file() fails (#20 by @patrickvossler18)

  • Resolve download issues with planes data.

anyflights 0.3.3

CRAN release: 2022-08-12

  • Fix HTML5 NOTEs on R devel.

anyflights 0.3.2

CRAN release: 2021-11-24

  • Add information about R session timeout option in the error message when utils::download.file() fails (#13 by @patrickvossler18)
  • Transition continuous integration from Travis to GitHub Actions
  • Fix broken URLs for get_airlines() data (#14, #15 by @leoohyama and @alex-gable)

anyflights 0.3.1

CRAN release: 2020-10-22

anyflights 0.3.0

CRAN release: 2020-08-10

anyflights 0.2.0

CRAN release: 2020-04-27

  • Significant improvements to stability and performance
  • Add as_flights_package() function to convert anyflights() data objects to data-only packages
  • Add month argument to get_flights() and get_weather()
  • Allow users to return data objects without saving to file
  • Documentation improvements, bug fixes, and increases in unit testing coverage

anyflights 0.1.0

CRAN release: 2018-07-31

  • Original release!