forked from tidyverse/nycflights13
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 844 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
28
29
Package: nycflights13
Title: Flights that Departed NYC in 2013
Version: 1.0.2.9000
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "RStudio",
role = "cph"))
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
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Config/Needs/website: tidyverse/tidytemplate