-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.57 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Type: Package
Package: gtfstools
Title: General Transit Feed Specification (GTFS) Editing and Analysing
Tools
Version: 1.4.0.9000
Authors@R: c(
person("Daniel", "Herszenhut", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8066-1105")),
person("Rafael H. M.", "Pereira", role = "aut",
comment = c(ORCID = "0000-0003-2125-7465")),
person("Pedro R.", "Andrade", role = "aut",
comment = c(ORCID = "0000-0001-8675-4046")),
person("Joao", "Bazzo", role = "aut",
comment = c(ORCID = "0000-0003-4536-5006")),
person("Mark", "Padgham", role = "ctb"),
person("Marcus", "Saraiva", role = "ctb",
comment = c(ORCID = "0000-0001-6218-2338")),
person("Ipea - Institute for Applied Economic Research", role = c("cph", "fnd"))
)
Description: Utility functions to read, manipulate, analyse and write
transit feeds in the General Transit Feed Specification (GTFS) data
format.
License: MIT + file LICENSE
URL: https://ipeagit.github.io/gtfstools/,
https://github.com/ipeaGIT/gtfstools
BugReports: https://github.com/ipeaGIT/gtfstools/issues
Depends:
R (>= 2.10)
Imports:
checkmate,
cli,
curl,
data.table,
gtfsio (>= 1.0.0),
parallelly,
processx,
sf,
sfheaders,
units,
utils,
zip
Suggests:
covr,
ggplot2,
jsonlite,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LinkingTo:
cpp11