Skip to content

Commit a17a5b5

Browse files
authored
Merge pull request #46 from vreuter/cite
Citation
2 parents 9b208c0 + 5704d84 commit a17a5b5

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ paramount**. `simpleCache` assumes that your name for an object is a perfect
7777
identifier for that object; in other words, don't cache things that you plan to
7878
change.
7979

80+
### Citation
81+
82+
Please consider citing `simpleCache` if you use it in your research or project.
83+
84+
Sheffield et al., (2018). simpleCache: R caching for reproducible, distributed, large-scale projects. Journal of Open Source Software, 3(21), 463, https://doi.org/10.21105/joss.00463
85+
8086
### Contributing
8187

8288
`simpleCache` is licensed under the [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause). Questions, feature requests and bug reports are welcome via the [issue queue](https://github.com/databio/simpleCache/issues). The maintainer will review pull requests and incorporate contributions at his discretion.

inst/CITATION

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
citHeader("When using simpleCache in your work, please consider citing:")
2+
3+
citEntry(entry = "Article",
4+
title = "{simpleCache}: R caching for reproducible, distributed, large-scale projects",
5+
author = personList(as.person("VP Nagraj"),
6+
as.person("Vince Reuter"),
7+
as.person("Nathan Sheffield")),
8+
journal = "Journal of Open Source Software",
9+
year = "2018",
10+
volume = "3",
11+
number = "21",
12+
pages = "463",
13+
url = "https://doi.org/10.21105/joss.00463",
14+
15+
textVersion =
16+
paste("VP Nagraj, Vince Reuter, Nathan Sheffield (2018).",
17+
"simpleCache: R caching for reproducible, distributed, large-scale projects",
18+
"Journal of Open Source Software, 3(21), 463.",
19+
"URL https://doi.org/10.21105/joss.00463")
20+
)
21+

0 commit comments

Comments
 (0)