anyflights icon indicating copy to clipboard operation
anyflights copied to clipboard

An R package to generate `nycflights13`-like air travel data🛩️

Results 7 anyflights issues
Sort by recently updated
recently updated
newest added

See [`cli::cli_progress_update()`](https://cli.r-lib.org/articles/progress.html).

allows for passing `as_flights_package` test, without altering existing behavior, by: 1. building the package in a temp directory, bypassing the error generated by `usethis::create_package()` - using a tmp directory causes...

I'm able to download the FAA's [releasable aircraft data](https://www.faa.gov/licenses_certificates/aircraft_certification/aircraft_registry/releasable_aircraft_download) in a couple seconds from my browser, but see timeout errors whenever I try to download via `download.file()`: ``` r out_file...

Make default NULL because FAA doesn't provide data by year. Related to changes made in the underlying functions of get_planes in patch-1.

Point to the FAA data source that is a single zip file and have 'year' be NULL but retain for compatibility across other functions. Adjust the process_planes_master function to not...

The issue is similar to [this issue](https://github.com/tidyverse/nycflights13/issues/19) from `nycflights13` except now it looks like `flights` is on UTC and `weather` is on local time (for the machine in use) ....

Hello, running into an issue trying out the anyflights() function. Opened a fresh renv project with only this package and dependents installed. I believe based on the status messages its...