Skip to content

Commit c6b397b

Browse files
committed
update citation [skip ci]
1 parent ab72b81 commit c6b397b

File tree

3 files changed

+25
-27
lines changed

3 files changed

+25
-27
lines changed

README.Rmd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ output:
1010
pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
1111
```
1212

13+
## Citation
14+
15+
If you use ``r pkg``, please cite:
16+
17+
<!-- Modify this by editing the file: inst/CITATION -->
18+
> `r utils::citation(pkg)$textVersion`
19+
1320
## Intro
1421

1522
`rworkflows` is a suite of tools to make it easy for R developers to implement
@@ -127,13 +134,6 @@ To use certain features of `rworkflows`, you may need to set up one or more
127134
* `DOCKER_TOKEN` [Optional]: Allows GitHub Actions to push to a
128135
[DockerHub](https://hub.docker.com) account.
129136

130-
## Citation
131-
132-
If you use ``r pkg``, please cite:
133-
134-
<!-- Modify this by editing the file: inst/CITATION -->
135-
> `r utils::citation(pkg)$textVersion`
136-
137137
## Acknowledgments
138138
`rworkflows` builds upon the work of many others, especially the following:
139139

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,19 @@ status](https://github.com/neurogenomics/rworkflows/workflows/rworkflows_dev/bad
2424
Authors: <i>Brian Schilder, Alan Murphy, Nathan Skene</i>
2525
</h4>
2626
<h4>
27-
README updated: <i>Dec-29-2023</i>
27+
README updated: <i>Jan-02-2024</i>
2828
</h4>
2929

30+
## Citation
31+
32+
If you use `rworkflows`, please cite:
33+
34+
<!-- Modify this by editing the file: inst/CITATION -->
35+
36+
> Schilder, B.M., Murphy, A.E. & Skene, N.G. rworkflows: automating
37+
> reproducible practices for the R community. Nat Commun 15, 149 (2024).
38+
> <https://doi.org/10.1038/s41467-023-44484-5>
39+
3040
## Intro
3141

3242
`rworkflows` is a suite of tools to make it easy for R developers to
@@ -181,18 +191,6 @@ Secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets):
181191
- `DOCKER_TOKEN` \[Optional\]: Allows GitHub Actions to push to a
182192
[DockerHub](https://hub.docker.com) account.
183193

184-
## Citation
185-
186-
If you use `rworkflows`, please cite:
187-
188-
<!-- Modify this by editing the file: inst/CITATION -->
189-
190-
> Brian M. Schilder, Alan E. Murphy, & Nathan G. Skene (2023) The
191-
> rworkflows suite: automated continuous integration for quality
192-
> checking, documentation website creation, and containerised deployment
193-
> of R packages, *Research Square*;
194-
> <https://doi.org/10.21203/rs.3.rs-2399015/v1>
195-
196194
## Acknowledgments
197195

198196
`rworkflows` builds upon the work of many others, especially the

inst/CITATION

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ citHeader("If you use rworkflows, please cite:")
33
bibentry(
44
bibtype = "Article",
55
entry = "Article",
6-
title = "The rworkflows suite: automated continuous integration for quality checking, documentation website creation, and containerised deployment of R packages",
6+
title = "rworkflows: automating reproducible practices for the R community.",
77
author = "Brian M. Schilder, Alan E. Murphy, Nathan G. Skene",
8-
journal = "Research Square",
9-
year = "2023",
10-
volume = "",
11-
number = "",
8+
journal = "Nature Communications",
9+
year = "2024",
10+
volume = "15",
11+
number = "149",
1212
pages = "",
13-
url = "https://doi.org/10.21203/rs.3.rs-2399015/v1",
14-
textVersion = paste("Brian M. Schilder, Alan E. Murphy, & Nathan G. Skene (2023) The rworkflows suite: automated continuous integration for quality checking, documentation website creation, and containerised deployment of R packages, *Research Square*; https://doi.org/10.21203/rs.3.rs-2399015/v1")
13+
url = "https://doi.org/10.1038/s41467-023-44484-5",
14+
textVersion = "Schilder, B.M., Murphy, A.E. & Skene, N.G. rworkflows: automating reproducible practices for the R community. Nat Commun 15, 149 (2024). https://doi.org/10.1038/s41467-023-44484-5"
1515
)

0 commit comments

Comments
 (0)