Package: anyflights
Title: Download Air Travel Data for Specified Years and Airports
Version: 0.1.0
Authors@R: c(
    person("Simon P.", "Couch", , "simonpatrickcouch@gmail.com", c("aut", "cre")),
    person("Jay", "Lee", , "jaylee@reed.edu", "aut"),
    person("Hadley", "Wickham", , "hadley@rstudio.com", "aut"),
    person("RStudio", role = "cph")
    )
Description: Supplies a set of functions to query air travel data for user-
    specified years and airports. Datasets include on-time flights, airlines,
    airports, and weather.
License: CC0
LazyData: true
Depends: R (>= 2.10)
Imports: httr, dplyr, readr, RCurl, utils, tibble, lubridate
URL: http://github.com/simonpcouch/anyflights
BugReports: https://github.com/simonpcouch/anyflights/issues
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-07-31 15:23:40 UTC; simonpcouch
Author: Simon P. Couch [aut, cre],
  Jay Lee [aut],
  Hadley Wickham [aut],
  RStudio [cph]
Maintainer: Simon P. Couch <simonpatrickcouch@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-31 16:10:03 UTC
