-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
38 lines (38 loc) · 1.02 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
Package: anyflights
Title: Query 'nycflights13'-Like Air Travel Data for Given Years and Airports
Version: 0.3.4.9000
Authors@R: c(
person("Simon P.", "Couch", , "[email protected]", c("aut", "cre")),
person("Hadley", "Wickham", , "[email protected]", "ctb"),
person("Jay", "Lee", , "[email protected]", "ctb"),
person("Dennis", "Irorere", , "[email protected]", "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
URL: https://github.com/simonpcouch/anyflights, https://simonpcouch.github.io/anyflights/
BugReports: https://github.com/simonpcouch/anyflights/issues
RoxygenNote: 7.2.3
Encoding: UTF-8
Suggests:
testthat,
nycflights13,
covr