-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: anyflights
Title: Query 'nycflights13'-Like Air Travel Data for Given Years and Airports
Version: 0.3.5.9000
Authors@R: c(
person("Simon P.", "Couch", , "simonpatrickcouch@gmail.com", c("aut", "cre")),
person("Hadley", "Wickham", , "hadley@rstudio.com", "ctb"),
person("Jay", "Lee", , "jaylee@reed.edu", "ctb"),
person("Dennis", "Irorere", , "denironyx@gmail.com", "ctb")
)
Description: Supplies a set of functions to query air travel data for user-
specified years and airports. Datasets include on-time flights, airlines,
airports, planes, and weather.
License: CC0
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
httr,
dplyr,
readr,
utils,
lubridate,
vroom,
glue,
purrr,
stringr,
curl,
usethis,
roxygen2,
progress,
tidyr
URL: https://github.com/simonpcouch/anyflights, https://simonpcouch.github.io/anyflights/
BugReports: https://github.com/simonpcouch/anyflights/issues
RoxygenNote: 7.3.2
Encoding: UTF-8
Suggests:
testthat,
nycflights13,
covr