nycflights13 1.0.1
CRAN release: 2019-09-16
airports$tzwith values\Nreplaced withNA(#36).weather$yearandweather$monthare now integers to matchflights$yearandflights$month(@jozefhajnala, #34)
nycflights13 1.0.0
CRAN release: 2018-06-26
weather$time_hourandflights$time_hourare now stored in the America/New_York timezone (#19).weatherdata updated from latest Iowa State mesonet (@rmcd1024, #24).wind_gustis now correctly captured from the underlying data, rather than being a copy ofwind_speed.precipis better captures the hourly preciptation (which tends to be recorded at 51 minutes past the hour) (#27)
nycflights13 0.2.2
CRAN release: 2017-01-27
- Import function from tibble to suppress R CMD check NOTE.
nycflights13 0.2.1
CRAN release: 2016-12-29
nycflights imports tibble so you get nice printing even when no other tidyverse package is loaded.
airportsnow has atzonecolumn that contains the IANA time zone for the airport (#15).
nycflights13 0.2.0
CRAN release: 2016-04-30
airlines:carriercolumns are characters instead of factors (#2).airports: duplicate entry for BFT removed (#7).-
flights:new
time_hourvariable combinesyear,month,day, andhourinto a single variable (#11).new
sched_dep_timeandsched_arr_timevariables give scheduled departure and arrival times - these are more appropriate for connecting to weather data.hourandminuteare now computed from the scheduled departure time, not the actual departure time.missing
tailnumnow recorded asNA, not""(#10).
-
weather:Includes weather data for all airports.
New
time_hourvariable combinesyear,month,day,hourinto a single POSIXct variable.Saved as ungrouped.