-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.31 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.31 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
Package: simodels
Title: Flexible Framework for Developing Spatial Interaction Models
Version: 0.2.0
Authors@R: c(
person("Robin", "Lovelace", , "rob00x@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5679-6536")),
person("Jakub", "Nowosad", , "nowosad.jakub@gmail.com", role = "aut",
comment = c(ORCID = "0000-0002-1057-3721"))
)
Description: Develop spatial interaction models (SIMs). SIMs predict the
amount of interaction, for example number of trips per day, between
geographic entities representing trip origins and destinations.
Contains functions for creating origin-destination datasets
from geographic input datasets and calculating movement between
origin-destination pairs with constrained, production-constrained,
and attraction-constrained models (Wilson 1979) <doi:10.1068/a030001>.
License: AGPL (>= 3)
URL: https://github.com/robinlovelace/simodels,
https://robinlovelace.github.io/simodels/
BugReports: https://github.com/robinlovelace/simodels/issues
Depends:
R (>= 2.10)
Imports:
dplyr,
geodist,
od (>= 0.5.1),
rlang,
sf
Suggests:
ggplot2,
knitr,
minpack.lm,
nngeo,
rmarkdown,
tmap
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2