nycflights13
nycflights13 copied to clipboard
An R data package containing all out-bound flights from NYC in 2013 + useful metdata
It doesn't look like it's updated annually, and the current package has 2017 data
The URL given as source https://github.com/tidyverse/nycflights13/blob/1273c4e8fdce96039748f02285bcedb4fd325f85/R/flights.R#L6-L7 leads to an error page at transtats.bts.gov as it appears to have moved.
Prepare for release: * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_nycflights13.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] [`urlchecker::url_check()`](https://github.com/r-lib/urlchecker) * [x] `devtools::check(remote = TRUE, manual = TRUE)` * [x] `devtools::check_win_devel()` * [x]...
I was looking at the airports data and noticed that Dillant Hopkins Airport was at 72.27, i.e. the furthest north. I knew there were airports in Alaska to this seemed...
~~This does not fix the underlying download functions in data-raw.~~ All links are now up to date, along with download functions in data-raw and the data itself.
flights_sml flights_sml mutate(flights_sml, gain = dep_delay - arr_delay, speed = distance/air_time * 60) # A tibble: 336,776 × 9 year month day dep_delay arr_delay distance air_time gain speed 1 2013...
The links used in airlines, flights, and planes are no longer valid Can be fixed immediately: - planes: can be replaced with https://registry.faa.gov/database/ReleasableAircraft.zip - airlines: can be replaced with https://www.transtats.bts.gov/Download_Lookup.asp?Y11x72=Y_haVdhR_PNeeVRef...