-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.32 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
40
41
42
43
Type: Package
Package: flightsbr
Title: Download Flight and Airport Data from Brazil
Version: 1.0.0.9000
Authors@R:
c(person(given="Rafael H. M.", family="Pereira",
email="[email protected]",
role=c("aut", "cre"),
comment = c(ORCID = "0000-0003-2125-7465")),
person(given = "Ipea - Institute for Applied Economic Research",
role = c("cph", "fnd")))
Description: Download flight and airport data from Brazil’s Civil Aviation Agency
(ANAC) <https://www.gov.br/anac/pt-br>. The data covers detailed
information on aircraft, airports, and airport operations registered
with ANAC. It also includes data on airfares, all international
flights to and from Brazil, and domestic flights within the country.
License: MIT + file LICENSE
URL: https://github.com/ipeaGIT/flightsbr
BugReports: https://github.com/ipeaGIT/flightsbr/issues
Depends:
R (>= 2.10)
Imports:
archive,
curl (>= 5.0.0),
data.table (>= 1.14.0),
fs,
lifecycle,
parzer,
pbapply,
janitor,
rvest
Suggests:
dplyr,
ggplot2 (>= 3.3.1),
rmarkdown (>= 2.6),
knitr,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2