-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
50 lines (50 loc) · 1.11 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
Package: UK2GTFS
Type: Package
Title: Converts UK transport timetable datasets to GTFS format
Version: 0.2.1
Authors@R: c(
person("Malcolm", "Morgan", email = "[email protected]", role = c("aut","cre"),
comment = c(ORCID = "0000-0002-9488-9183")),
person("Adrian", "Schönig", role = c("ctb")),
person("Owen", "O'Neill", role = c("ctb"))
)
Maintainer: Malcolm Morgan <[email protected]>
Description: The UK uses a range of odd formats to store timetable data, this package converts them to the nice GTFS format.
Depends: R (>= 3.5)
Language: EN-GB
License: GPL-3
URL: https://github.com/itsleeds/uk2gtfs, https://itsleeds.git.io/uk2gtfs/
BugReports: https://github.com/itsleeds/uk2gtfs/issues
Encoding: UTF-8
LazyData: true
LazyDataCompression: gzip
Imports:
checkmate,
calendar,
collapse,
data.table,
dodgr,
dplyr,
digest,
future,
furrr,
geodist,
httr,
iotools,
stringr,
sf,
lubridate,
purrr (>= 1.0),
readr (>= 2.0),
RcppSimdJson,
tidyr,
xml2,
zip,
Suggests:
cli,
covr,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
RoxygenNote: 7.3.1