forked from itsleeds/UK2GTFS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 945 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
39
40
41
Package: UK2GTFS
Type: Package
Title: Converts UK transport timetable datasets to GTFS format
Version: 0.1.1
Authors@R: c(
person("Malcolm", "Morgan", email = "[email protected]", role = c("aut","cre"),
comment = c(ORCID = "0000-0002-9488-9183"))
)
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
Imports:
checkmate,
data.table,
doSNOW,
dplyr,
sf,
parallel,
foreach,
calendar,
geodist,
iotools,
jsonlite,
lubridate,
zip,
pbapply,
xml2,
readr (>= 2.0)
Suggests:
covr,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.2