forked from ipeaGIT/gtfstools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
68 lines (68 loc) · 1.83 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
58
59
60
61
62
63
64
65
66
67
68
Type: Package
Package: gtfstools
Title: General Transit Feed Specification (GTFS) Editing and Analysing
Tools
Version: 1.2.0.9000
Authors@R:
c(person(given = "Daniel",
family = "Herszenhut",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8066-1105")),
person(given = "Rafael H. M.",
family = "Pereira",
role = "aut",
comment = c(ORCID = "0000-0003-2125-7465")),
person(given = "Pedro R.",
family = "Andrade",
role = "aut",
comment = c(ORCID = "0000-0001-8675-4046")),
person(given = "Joao",
family = "Bazzo",
role = "aut",
comment = c(ORCID = "0000-0003-4536-5006")),
person(given = "Mark",
family = "Padgham",
role = "ctb"),
person(given = "Marcus",
family = "Saraiva",
role = "ctb",
comment = c(ORCID = "0000-0001-6218-2338")),
person(given = "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,
curl,
data.table,
gtfsio (>= 1.0.0),
parallelly,
processx,
sf,
sfheaders,
units,
utils,
zip
Suggests:
covr,
ggplot2,
jsonlite,
knitr,
rmarkdown,
testthat,
LinkingTo:
cpp11
VignetteBuilder:
knitr
Encoding: UTF-8
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3