Skip to content

Commit dd15859

Browse files
committed
rerun the ghactions after cleanup
1 parent 8e3de8d commit dd15859

2 files changed

Lines changed: 36 additions & 18 deletions

File tree

DESCRIPTION

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,43 @@ Package: cppSim
22
Title: Fast and memory efficient spatial interaction models
33
Version: 0.2
44
Authors@R:
5-
person("Ivann", "Schlosser", , "ivann.schlosser.19@ucl.ac.uk", role = c("aut", "cre")
6-
,comment = c(ORCID = "0009-0004-4099-3198")
7-
)
5+
person("Ivann", "Schlosser", , "ivann.schlosser.19@ucl.ac.uk", role = c("aut", "cre"),
6+
comment = c(ORCID = "0009-0004-4099-3198"))
87
Author: Ivann Schlosser [auth,cre],
98
Maintainer: Ivann Schlosser <ivann.schlosser.19@ucl.ac.uk>
10-
Description: This package builds 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. Currently, the simplest form of production, destination and doubly constrained models are implemented.
9+
Description: This package builds on top of the RcppArmadillo linear
10+
algebra functionalities to do fast spatial interaction models in the
11+
context of urban analytics, geography, transport modelling. It uses
12+
the Newton root search algorithm to determine the optimal cost
13+
exponent and can run country level models with thousands of origins
14+
and destinations. It aims at implementing an easy approach based on
15+
matrices. Currently, the simplest form of production, destination and
16+
doubly constrained models are implemented.
1117
License: MIT + file LICENSE
12-
Encoding: UTF-8
1318
URL: https://ischlo.github.io/cppSim/, https://github.com/ischlo/cppSim
14-
Roxygen: list(markdown = TRUE)
15-
RoxygenNote: 7.3.1
19+
Depends:
20+
R (>= 2.10)
1621
Imports:
1722
cli,
23+
Rcpp
24+
Suggests:
1825
data.table,
1926
foreach,
20-
Rcpp,
21-
rlist
27+
knitr,
28+
rlist,
29+
rmarkdown,
30+
sf,
31+
testthat (>= 3.0.0)
2232
LinkingTo:
2333
Rcpp,
2434
RcppArmadillo
25-
Depends:
26-
R (>= 2.10)
27-
LazyData: true
28-
LazyDataCompression: bzip2
29-
Suggests:
30-
knitr,
31-
quarto,
32-
rmarkdown,
33-
sf
3435
VignetteBuilder:
3536
knitr
3637
Config/testthat/edition: 3
38+
Encoding: UTF-8
39+
LazyData: true
40+
LazyDataCompression: bzip2
41+
Roxygen: list(markdown = TRUE)
42+
RoxygenNote: 7.3.1
3743
SystemRequirements: Quarto command line tools
3844
(https://github.com/quarto-dev/quarto-cli).

dev/config_attachment.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
path.n: NAMESPACE
2+
path.d: DESCRIPTION
3+
dir.r: R
4+
dir.v: vignettes
5+
dir.t: tests
6+
extra.suggests: ~
7+
pkg_ignore: ~
8+
document: yes
9+
normalize: yes
10+
inside_rmd: no
11+
must.exist: yes
12+
check_if_suggests_is_installed: yes

0 commit comments

Comments
 (0)