-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.63 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.63 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
47
Package: cppSim
Title: Fast and Memory Efficient Spatial Interaction Models
Version: 0.2
Authors@R:
person(given = "Ivann", family = "Schlosser", email = "ivann.schlosser.19@ucl.ac.uk", role = c("aut", "cre"),
comment = c(ORCID = "0009-0004-4099-3198"))
Author: Ivann Schlosser [aut, cre] (<https://orcid.org/0009-0004-4099-3198>)
Maintainer: Ivann Schlosser <ivann.schlosser.19@ucl.ac.uk>
Description: Building on top of the 'RcppArmadillo' linear
algebra functionalities to do fast spatial interaction models in the
context of urban analytics, geography, transport modelling. It uses
the Newton root search algorithm to determine the optimal cost
exponent and can run country level models with thousands of origins
and destinations. It aims at implementing an easy approach based on
matrices, that can originate from various routing and processing steps earlier in an workflow.
Currently, the simplest form of production, destination and
doubly constrained models are implemented.
Schlosser et al. (2023) <doi:10.48550/arXiv.2309.02112>.
Date: 2025-08-29
License: MIT + file LICENSE
URL: https://ischlo.github.io/cppSim/, https://github.com/ischlo/cppSim
Depends:
R (>= 3.6)
Imports:
Rcpp
Suggests:
data.table,
foreach,
knitr,
rlist,
rmarkdown,
cli,
sf,
testthat (>= 3.0.0)
LinkingTo:
Rcpp,
RcppArmadillo
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
SystemRequirements: Quarto command line tools
(https://github.com/quarto-dev/quarto-cli).