Releases: simonpcouch/anyflights
Releases · simonpcouch/anyflights
anyflights 0.3.5
10 Jan 21:15
Compare
Sorry, something went wrong.
No results found
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
11 Sep 16:04
Compare
Sorry, something went wrong.
No results found
anyflights 0.3.3
12 Aug 17:46
Compare
Sorry, something went wrong.
No results found
Fix HTML5 NOTEs on R devel.
anyflights 0.3.2
24 Nov 15:17
Compare
Sorry, something went wrong.
No results found
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
10 Aug 13:33
Compare
Sorry, something went wrong.
No results found
Add progress updates to anyflights()
and get_flights()
(#4 )
Clarify documentation on best practices for downloading data on many stations and years (#6 )
Performance improvements to get_weather()
(#8 )
Data packages generated with as_flights_package()
now pass R CMD check! (#9 )