forked from ropensci/stplanr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.61 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
Package: stplanr
Type: Package
Title: Sustainable Transport Planning
Version: 0.2.4.9000
Authors@R: c(
person("Robin", "Lovelace", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5679-6536")),
person("Richard", "Ellison", role = c("aut")),
person("Barry", "Rowlingson", role = c("ctb"), comment = "Author of overline"),
person("Nick", "Bearman", role = c("ctb"), comment = "Co-author of gclip"),
person("Malcolm", "Morgan", role = c("ctb"), comment = "Co-author of angle_diff"),
person("Nikolai", "Berkoff", role = c("ctb"), comment = "Co-author of line2route"),
person("Scott ", "Chamberlin", role = c("rev"), comment = "Scott reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/10")
)
Maintainer: Robin Lovelace <[email protected]>
Description: Functionality and data access tools for transport planning,
including origin-destination analysis, route allocation and modelling travel
patterns.
License: MIT + file LICENSE
BugReports: https://github.com/ropensci/stplanr/issues
LazyData: yes
Depends:
R (>= 3.0)
Imports:
sp,
curl,
readr,
dplyr,
httr,
jsonlite,
stringi,
stringr,
lubridate,
maptools,
raster,
rgdal,
rgeos,
openxlsx,
methods,
R.utils,
geosphere,
Rcpp (>= 0.12.1),
igraph,
nabor,
rlang,
lwgeom,
sf
LinkingTo: RcppArmadillo,
Rcpp
Suggests:
testthat,
knitr,
rmarkdown,
dodgr
Enhances:
tmap
VignetteBuilder: knitr
URL: https://github.com/ropensci/stplanr
SystemRequirements: GNU make
RoxygenNote: 6.0.1