forked from ropensci/stplanr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
77 lines (77 loc) · 2.6 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
69
70
71
72
73
74
75
76
77
Package: stplanr
Type: Package
Title: Sustainable Transport Planning
Version: 0.4.1.9000
Authors@R: c(
person("Robin", "Lovelace", email = "rob00x@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5679-6536")),
person("Richard", "Ellison", role = c("aut")),
person("Malcolm", "Morgan", role = c("aut"),
comment = c(ORCID = "0000-0002-9488-9183")),
person("Barry", "Rowlingson", role = c("ctb"), comment = "Author of overline"),
person("Nick", "Bearman", role = c("ctb"), comment = "Co-author of gclip"),
person("Nikolai", "Berkoff", role = c("ctb"), comment = "Co-author of line2route"),
person("Scott ", "Chamberlain", role = c("rev"), comment = "Scott reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/10"),
person("Mark", "Padgham", email="mark.padgham@email.com", role=c("ctb")),
person("Andrea", "Gilardi", role=c("ctb"),
comment = c(ORCID = "0000-0002-9424-7439"))
)
Maintainer: Robin Lovelace <rob00x@gmail.com>
Description: Tools for transport planning with an emphasis on spatial transport
data and non-motorized modes. Enables common transport planning tasks including:
downloading and cleaning transport datasets; creating geographic "desire lines"
from origin-destination (OD) data; route assignment, locally and via
interfaces to routing services such as <http://cyclestreets.net/>;
calculation of route segment attributes such as bearing and aggregate flow;
and 'travel watershed' analysis.
See Lovelace and Ellison (2018) <doi:10.32614/RJ-2018-053>.
License: MIT + file LICENSE
BugReports: https://github.com/ropensci/stplanr/issues
LazyData: yes
Depends:
R (>= 3.0.2)
Imports:
sp (>= 1.3.1),
curl (>= 3.2),
readr (>= 1.1.1),
dplyr (>= 0.7.6),
httr (>= 1.3.1),
jsonlite (>= 1.5),
stringr (>= 1.3.1),
lubridate (>= 1.7.4),
maptools (>= 0.9.3),
raster (>= 2.6.7),
rgeos (>= 0.3.28),
openxlsx (>= 4.1.0),
methods,
geosphere (>= 1.5.7),
Rcpp (>= 0.12.1),
igraph (>= 1.2.2),
nabor (>= 0.5.0),
rlang (>= 0.2.2),
lwgeom (>= 0.1.4),
sf (>= 0.6.3),
magrittr
LinkingTo:
RcppArmadillo (>= 0.9.100.5.0),
Rcpp (>= 0.12.18)
Suggests:
testthat (>= 2.0.0),
knitr (>= 1.20),
rmarkdown (>= 1.10),
dodgr (>= 0.0.3),
stats19,
cyclestreets,
pbapply,
leaflet,
rgdal,
pct,
tmap,
bench,
osrm
VignetteBuilder: knitr
URL: https://github.com/ropensci/stplanr, https://docs.ropensci.org/stplanr/
SystemRequirements: GNU make
RoxygenNote: 7.0.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8