forked from tidyverse/nycflights13
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 776 Bytes
/
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
Package: nycflights13
Title: Flights that Departed NYC in 2013
Version: 1.0.2.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("RStudio", role = c("cph", "fnd"))
)
Description: Airline on-time data for all flights departing NYC in 2013.
Also includes useful 'metadata' on airlines, airports, weather, and
planes.
License: CC0
URL: https://nycflights13.tidyverse.org,
https://github.com/tidyverse/nycflights13
BugReports: https://github.com/tidyverse/nycflights13/issues
Depends:
R (>= 3.2)
Imports:
tibble
Suggests:
covr,
dplyr
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1