Skip to content

Commit

Permalink
Reference JOSS paper
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Apr 21, 2021
1 parent f76204f commit 6d71933
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Description: Bayesian data analysis usually incurs long runtimes
both single-fit workflows and multi-rep simulation studies.
For the statistical methodology, please refer to 'Stan' documentation
(Stan Development Team 2020) <https://mc-stan.org/>.
Version: 0.0.1.9000
Version: 0.0.2
License: MIT + file LICENSE
URL: https://docs.ropensci.org/stantargets/, https://github.com/ropensci/stantargets
BugReports: https://github.com/ropensci/stantargets/issues
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stantargets 0.0.1.9000

# stantargets 0.0.2

* Reference JOSS paper.

# stantargets 0.0.1

Expand Down
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ knitr::opts_chunk$set(
# stantargets <img src='man/figures/logo.png' align="right" height="139"/>

[![ropensci](https://badges.ropensci.org/430_status.svg)](https://github.com/ropensci/software-review/issues/430)
[![DOI](https://zenodo.org/badge/315447649.svg)](https://zenodo.org/badge/latestdoi/315447649)
[![joss](https://joss.theoj.org/papers/10.21105/joss.03193/status.svg)](https://doi.org/10.21105/joss.03193)
[![zenodo](https://zenodo.org/badge/315447649.svg)](https://zenodo.org/badge/latestdoi/315447649)
[![R Targetopia](https://img.shields.io/badge/R_Targetopia-member-blue?style=flat&labelColor=gray)](https://wlandau.github.io/targetopia/)
<!--
[![cran](http://www.r-pkg.org/badges/version/stantargets)](https://cran.r-project.org/package=stantargets)
Expand Down
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# stantargets <img src='man/figures/logo.png' align="right" height="139"/>

[![ropensci](https://badges.ropensci.org/430_status.svg)](https://github.com/ropensci/software-review/issues/430)
[![DOI](https://zenodo.org/badge/315447649.svg)](https://zenodo.org/badge/latestdoi/315447649)
[![joss](https://joss.theoj.org/papers/10.21105/joss.03193/status.svg)](https://doi.org/10.21105/joss.03193)
[![zenodo](https://zenodo.org/badge/315447649.svg)](https://zenodo.org/badge/latestdoi/315447649)
[![R
Targetopia](https://img.shields.io/badge/R_Targetopia-member-blue?style=flat&labelColor=gray)](https://wlandau.github.io/targetopia/)
<!--
Expand Down Expand Up @@ -171,17 +172,23 @@ contributing to this project, you agree to abide by its terms.
``` r
citation("stantargets")
#>
#> To cite package 'stantargets' in publications use:
#> To cite stantargets in publications use:
#>
#> William Michael Landau (NA). stantargets: Targets for Stan Workflows.
#> https://docs.ropensci.org/stantargets/,
#> https://github.com/ropensci/stantargets.
#> Landau, W. M., (2021). The stantargets R package: a workflow
#> framework for efficient reproducible Stan-powered Bayesian data
#> analysis pipelines. Journal of Open Source Software, 6(60), 3193,
#> https://doi.org/10.21105/joss.03193
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {stantargets: Targets for Stan Workflows},
#> @Article{,
#> title = {The stantargets {R} package: a workflow framework for efficient reproducible {S}tan-powered {B}ayesian data analysis pipelines},
#> author = {William Michael Landau},
#> note = {https://docs.ropensci.org/stantargets/, https://github.com/ropensci/stantargets},
#> journal = {Journal of Open Source Software},
#> year = {2021},
#> volume = {6},
#> number = {60},
#> pages = {3193},
#> url = {https://doi.org/10.21105/joss.03193},
#> }
```
20 changes: 20 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
citHeader("To cite stantargets in publications use:")

citEntry(
entry = "Article",
title = "The stantargets {R} package: a workflow framework for efficient reproducible {S}tan-powered {B}ayesian data analysis pipelines",
author = "William Michael Landau",
journal = "Journal of Open Source Software",
year = 2021,
volume = 6,
number = 60,
pages = 3193,
url = "https://doi.org/10.21105/joss.03193",
textVersion = paste(
"Landau, W. M., (2021). The stantargets R package:",
"a workflow framework for efficient reproducible",
"Stan-powered Bayesian data analysis pipelines.",
"Journal of Open Source Software,",
"6(60), 3193, https://doi.org/10.21105/joss.03193"
)
)

0 comments on commit 6d71933

Please sign in to comment.