forked from tidyverse/nycflights13
-
Notifications
You must be signed in to change notification settings - Fork 36
/
DESCRIPTION
36 lines (36 loc) · 957 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
30
31
32
33
34
35
36
Package: airlines
Title: Historical On-time Flight Data
Version: 0.2.2.9015
Date: 2018-02-04
Authors@R: c(
person("Benjamin S.", "Baumer", email = "ben.baumer@gmail.com",
role = c("aut", "cre")),
person("Hadley", "Wickham", email = "h.wickham@gmail.com", role = "ctb"))
Description: Airline on-time data from the Bureau of Transportation Statistics for all flights.
Also includes useful metadata on carriers, airports, and planes.
This packages provides the functionality to upload multiple years worth of
airline data to a database server.
License: CC0
LazyData: true
Imports:
dplyr,
DBI,
downloader,
lubridate,
methods,
readr
Depends:
R (>= 3.2),
etl
Suggests:
knitr,
magrittr,
rmarkdown,
RSQLite,
RPostgreSQL,
RMySQL,
testthat
URL: http://github.com/beanumber/airlines
BugReports: https://github.com/beanumber/airlines/issues
VignetteBuilder: knitr
RoxygenNote: 6.1.1