Skip to content

Commit e0030f9

Browse files
committed
readme with zenodo doi
1 parent c127e74 commit e0030f9

2 files changed

Lines changed: 19 additions & 18 deletions

File tree

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ output: github_document
1111
knitr::opts_chunk$set(
1212
collapse = TRUE,
1313
eval = FALSE,
14-
comment = "#>",
14+
comment = "",
1515
# fig.path = "man/figures/README-",
1616
out.width = "100%"
1717
)
@@ -20,7 +20,7 @@ knitr::opts_chunk$set(
2020
# cppSim
2121

2222
<!-- badges: start -->
23-
23+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14367756.svg)](https://doi.org/10.5281/zenodo.14367756)
2424
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) ![](https://github.com/ischlo/cppSim/actions/workflows/check-standard.yaml/badge.svg) [![arXiv](https://img.shields.io/badge/arXiv-1234.56789-b31b1b.svg?style=flat-square)](https://arxiv.org/abs/2309.02112)
2525
![](https://github.com/ischlo/cppSim/actions/workflows/rhub.yaml/badge.svg)
2626

README.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<!-- badges: start -->
88

9+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14367756.svg)](https://doi.org/10.5281/zenodo.14367756)
910
[![Lifecycle:
1011
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
1112
![](https://github.com/ischlo/cppSim/actions/workflows/check-standard.yaml/badge.svg)
@@ -110,24 +111,24 @@ Compared to the equivalent functions implemented in pure R, it runs
110111
about x10 faster for a $\sim 1000\times 1000$ OD matrix, the speed up is
111112
increasingly more significant as matrices get bigger.
112113

113-
#> [1] "/Users/cenv1069/Library/R/arm64/4.4/library/cppSim/extdata/benchmark_test.rds"
114+
[1] "/Users/cenv1069/Library/R/arm64/4.4/library/cppSim/extdata/benchmark_test.rds"
114115

115116
## Citation
116117

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-
#> }
118+
To cite package 'cppSim' in publications use:
119+
120+
Schlosser I (2024). _cppSim: Fast and Memory Efficient Spatial
121+
Interaction Models_. R package version 0.2,
122+
https://github.com/ischlo/cppSim, <https://ischlo.github.io/cppSim/>.
123+
124+
A BibTeX entry for LaTeX users is
125+
126+
@Manual{,
127+
title = {cppSim: Fast and Memory Efficient Spatial Interaction Models},
128+
author = {Ivann Schlosser},
129+
year = {2024},
130+
note = {R package version 0.2, https://github.com/ischlo/cppSim},
131+
url = {https://ischlo.github.io/cppSim/},
132+
}
132133

133134
<!-- ## References -->

0 commit comments

Comments
 (0)