@@ -101,37 +101,33 @@ installed.
101101
102102### Other
103103
104- On the R side, it uses ` Rcpp ` (Eddelbuettel and François 2011) and
105- ` RcppArmadillo ` (Eddelbuettel and Sanderson 2014) .
104+ On the R side, it uses ` Rcpp ` \[ @ eddelbuettel2011 \] and ` RcppArmadillo `
105+ \[ @ eddelbuettel2014 \] .
106106
107107## Performance
108108
109109Compared to the equivalent functions implemented in pure R, it runs
110110about x10 faster for a $\sim 1000\times 1000$ OD matrix, the speed up is
111111increasingly more significant as matrices get bigger.
112112
113- #> [1] ""
114-
115- ## References
116-
117- <div id="refs" class="references csl-bib-body hanging-indent"
118- entry-spacing="0">
119-
120- <div id =" ref-eddelbuettel2011 " class =" csl-entry " >
121-
122- Eddelbuettel, Dirk, and Romain François. 2011. “** Rcpp** : Seamless * R*
123- and * C++* Integration.” * Journal of Statistical Software* 40 (8).
124- < https://doi.org/10.18637/jss.v040.i08 > .
125-
126- </div >
127-
128- <div id =" ref-eddelbuettel2014 " class =" csl-entry " >
129-
130- Eddelbuettel, Dirk, and Conrad Sanderson. 2014. “RcppArmadillo:
131- Accelerating R with High-Performance C++ Linear Algebra.” * Computational
132- Statistics & Data Analysis* 71: 1054–63.
133- < https://doi.org/10.1016/j.csda.2013.02.005 > .
134-
135- </div >
136-
137- </div >
113+ #> [1] "/Users/cenv1069/Library/R/arm64/4.4/library/cppSim/extdata/benchmark_test.rds"
114+
115+ ## Citation
116+
117+ #> To cite package 'cppSim' in publications use:
118+ #>
119+ #> Schlosser I (2024). _cppSim: Fast and Memory Efficient Spatial
120+ #> Interaction Models_. R package version 0.2,
121+ #> https://github.com/ischlo/cppSim, <https://ischlo.github.io/cppSim/>.
122+ #>
123+ #> A BibTeX entry for LaTeX users is
124+ #>
125+ #> @Manual{,
126+ #> title = {cppSim: Fast and Memory Efficient Spatial Interaction Models},
127+ #> author = {Ivann Schlosser},
128+ #> year = {2024},
129+ #> note = {R package version 0.2, https://github.com/ischlo/cppSim},
130+ #> url = {https://ischlo.github.io/cppSim/},
131+ #> }
132+
133+ <!-- ## References -->
0 commit comments