-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.34 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.34 KB
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
Package: GTFShift
Type: Package
Title: Explore and Analyse General Transit Feed Specification (GTFS) Files With a Focus on Urban Mobility
Version: 0.9.0
Authors@R: c(
person("Gonçalo", "Matos", , "goncaloafmatos@tecnico.pt", role = c("aut", "cre"), comment = c(ORCID = "0009-0001-3489-1732")),
person("Rosa", "Félix", , "rosamfelix@tecnico.pt", role = c("aut"), comment = c(ORCID = "0000-0002-5642-6006")))
Description: GTFShift emerged from the necessity to perform systematic analysis for academic research
over General Transit Feed Specification (GTFS) files that were not supported by any R library. It compiles
the methods developed for this purpose, aiming to contribute to an open source culture.
Its functionality is built mostly on [tidytransit](https://r-transit.github.io/tidytransit/) package.
License: use_mit_license()
Encoding: UTF-8
Depends:
R (>= 4.1.0)
Imports:
tidytransit,
gtfstools,
zip,
sf,
tidyverse,
lubridate,
gtfsrouter (>= 0.1.4),
httr,
jsonlite,
dplyr,
osmdata,
stplanr,
stringr,
reticulate,
progress,
callr,
stringi,
parallel
URL: https://github.com/U-Shift/GTFShift, https://u-shift.github.io/GTFShift/
Suggests:
knitr,
rmarkdown,
mapview,
xml2,
RProtoBuf,
osmextract,
rosmium
VignetteBuilder: knitr
Config/Needs/website: rmarkdown
Config/roxygen2/version: 8.0.0