-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
38 lines (38 loc) · 979 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
37
38
Type: Package
Package: ntdr
Title: Retrieve Data from the National Transit Database
Version: 0.4.0.9000
Authors@R: c(
person("Harald", "Kliems", , "kliems@gmail.com", role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0003-2542-0047")),
person("Eli", "Pousson", , "eli.pousson@gmail.com", role = "ctb",
comment = c(ORCID = "0000-0001-8280-1706"))
)
Description: Downloads the latest 'National Transit Database' data,
processes it, and returns in a tidy data format.
License: MIT + file LICENSE
URL: https://vgxhc.github.io/ntdr/, https://github.com/vgXhc/ntdr
BugReports: https://github.com/vgXhc/ntdr/issues
Imports:
curl,
dplyr,
httr2 (>= 0.2.3),
lubridate,
purrr,
rappdirs,
readxl,
rlang,
rvest,
tidyr
Suggests:
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2