-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.57 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
Package: netgen
Title: Generate Route Network Datasets from Origin-Destination Data
Version: 0.0.0.9000
Authors@R: c(
person("Robin", "Lovelace", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5679-6536")),
person("Sam", "Holder", role = "aut",
comment = c(affiliation = "Active Travel England")),
person("Emma", "Vinter", role = "aut",
comment = c(affiliation = "Active Travel England")),
person("Chris", "Conlan", role = "aut",
comment = c(affiliation = "Active Travel England and The Alan Turing Institute")),
person("Dustin", "Carlino", role = "aut",
comment = c(affiliation = "Active Travel England and The Alan Turing Institute")),
person("Active Travel England", role = "fnd")
)
Description: This package takes OD data and outputs route networks. It can be used in conjunction with the 'simodels' package or other tools for generating origin-destionation data.
License: MIT + file LICENSE
URL: https://acteng.github.io/netgen/ https://github.com/acteng/netgen
BugReports: https://github.com/acteng/netgen/issues
Depends:
R (>= 2.10)
Imports:
dplyr,
osmextract,
pct,
R.utils,
readr,
sf
Suggests:
bookdown,
ggplot2,
jsonlite,
knitr,
quarto,
remotes,
markdown,
rmarkdown,
simodels (>= 0.1.0),
tidyverse,
tmap,
od2net
VignetteBuilder: knitr
Remotes:
r-tmap/tmap,
itsleeds/pct,
Urban-Analytics-Technology-Platform/od2net/r
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1