simonpcouch / anyflights

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

Home Page:https://simonpcouch.github.io/anyflights/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with running example codes.

visuelledata opened this issue · comments

 anyflights(station = "PDX", year = 2015, dir = tempdir())
Error in FUN(X[[i]], ...) : 
  Can't access flight data for supplied year. Check date of 'Latest Available Data' for 'Airline On-Time Performance Data' on 
 https://www.transtats.bts.gov/releaseinfo.asp

When I run most of the get_ functions I get errors similar to this one.

Hey @simonpcouch , I'm running into a similar problem. Can you tell if BTS has changed their formatting?

Hey @visuelledata @andrewpbray — looks a pretty major change in how BTS reports/releases the flights data happened in August. Thanks for bringing this up, will start working on a fix.

Hi @simonpcouch. Any updates here? I'd like to analyze humidity versus temperature across different regions in the US for a given year but I'm getting the same error reported here.

@visuelledata @andrewpbray @ismayc My apologies for not keeping this issue updated--I reached out to CRAN recently to let them know this package is no longer being maintained, and have just pushed some notes to the master branch reflecting this change.