anyflights
R package anyflights by simonpcouch — release notes from GitHub.
A nycflights13 generator whose recent work is all about the data being right.
◆Recent moves
- 1y ago
Weather output pinned to GMT and hourly gaps filled
Output that changed with the user's local timezone is a reproducibility problem for a package built to generate teaching datasets. Filling the between-hours weather values addresses the other half of the same complaint.
View source ↗ - 2y ago
Planes data downloads restored
One of the five tables had stopped downloading. For a package that is entirely a download pipeline, restoring a source is the substance of the release, not the documentation typo listed above it.
View source ↗ - 4y ago
Airline data URLs fixed and CI moved to GitHub Actions
URL repair plus a CI migration - maintenance that keeps the package functioning without changing what it produces.
View source ↗ - 4y ago
Progress reporting and faster weather retrieval
The last release to add anything to the interface: progress updates on long downloads, faster weather retrieval, and generated data packages that pass R CMD check. Everything after it is repair.
View source ↗