From 53872056374ba022c89c75a2d0eeaa0b0807009e Mon Sep 17 00:00:00 2001 From: wlandau Date: Tue, 30 Nov 2021 16:41:25 -0500 Subject: [PATCH] Update news and version --- DESCRIPTION | 2 +- NEWS.md | 3 ++- inst/paper.bib | 30 +++++++++++++++--------------- 3 files changed, 18 insertions(+), 17 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9d5e615..cb2568d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,7 +13,7 @@ Description: Bayesian data analysis usually incurs long runtimes For the underlying methodology, please refer to the documentation of 'targets' and 'JAGS' (Plummer 2003) . -Version: 0.0.1.9000 +Version: 1.0.0 License: MIT + file LICENSE URL: https://docs.ropensci.org/jagstargets/, https://github.com/ropensci/jagstargets BugReports: https://github.com/ropensci/jagstargets/issues diff --git a/NEWS.md b/NEWS.md index 349ff7c..cb46b4b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ -# jagstargets 0.0.1.9000 +# jagstargets 1.0.0 * Add Zenodo and badge. +* Fix bibliography capitalization. # jagstargets 0.0.1 diff --git a/inst/paper.bib b/inst/paper.bib index e3bd7b5..1ecd158 100644 --- a/inst/paper.bib +++ b/inst/paper.bib @@ -3,13 +3,13 @@ @article{ doi = {10.21105/joss.02959}, url = {https://doi.org/10.21105/joss.02959}, year = {2021}, - publisher = {The Open Journal}, + publisher = {{The Open Journal}}, volume = {6}, number = {57}, pages = {2959}, author = {William Michael Landau}, - title = {The targets R package: a dynamic Make-like function-oriented pipeline toolkit for reproducibility and high-performance computing}, - journal = {Journal of Open Source Software} + title = {{The targets R package: a dynamic Make-like function-oriented pipeline toolkit for reproducibility and high-performance computing}}, + journal = {{Journal of Open Source Software}} } @book{ @@ -26,7 +26,7 @@ @misc{ title = {{memoise: Memoisation of Functions}}, author = {Hadley Wickham and Jim Hester and Kirill Müller and Daniel Cook}, year = {2017}, - note = {R package version 1.1.0}, + note = {{R package version 1.1.0}}, howpublished = {https://CRAN.R-project.org/package=memoise} } @@ -41,7 +41,7 @@ @misc{ @misc{ bayesworkflow, - title = {Bayesian Workflow}, + title = {{Bayesian Workflow}}, author = {Andrew Gelman and Aki Vehtari and Daniel Simpson and Charles C. Margossian and Bob Carpenter and Yuling Yao and Lauren Kennedy and Jonah Gabry and Paul-Christian Bürkner and Martin Modrák}, year = {2020}, eprint = {2011.01808}, @@ -53,22 +53,22 @@ @book{ bda3, author = {Andrew Gelman and John B. Carlin and Hal S. Stern and David B. Dunson and Aki Vehtari and Donald B. Rubin}, editor = {Francesca Dominici and Julian J. Faraway and Martin Tanner and Jim idek}, - title = {Bayesian Data Analysis}, + title = {{Bayesian Data Analysis}}, edition = {Third}, - publisher = {CRC Press}, + publisher = {{CRC Press}}, year = {2014} } @Manual{ jagstargets, - title = {jagstargets: Targets for {JAGS} Workflows}, + title = {{jagstargets: Targets for JAGS Workflows}}, author = {William Michael Landau}, note = {https://docs.ropensci.org/jagstargets/, https://github.com/ropensci/jagstargets}, } @Manual{ cmdstanr, - title = {cmdstanr: {R} Interface to '{C}md{S}tan'}, + title = {{cmdstanr: R Interface to 'CmdStan'}}, author = {Jonah Gabry and Rok Češnovar}, year = {2020}, note = {https://mc-stan.org/cmdstanr, https://discourse.mc-stan.org} @@ -92,9 +92,9 @@ @misc{ @inproceedings{ jags, - title={JAGS: A program for analysis of Bayesian graphical models using Gibbs sampling}, + title={{JAGS: A program for analysis of Bayesian graphical models using Gibbs sampling}}, author={Plummer, Martyn and others}, - booktitle={Proceedings of the 3rd international workshop on distributed statistical computing}, + booktitle={{Proceedings of the 3rd international workshop on distributed statistical computing}}, volume={124}, number={125.10}, pages={1--10}, @@ -104,10 +104,10 @@ @inproceedings{ @Manual{ R2jags, - title = {R2jags: Using {R} to Run '{JAGS}'}, + title = {{R2jags: Using {R} to Run '{JAGS}'}}, author = {Yu-Sung Su and Masanao Yajima,}, year = {2020}, - note = {R package version 0.6-1}, + note = {{R package version 0.6-1}}, url = {https://CRAN.R-project.org/package=R2jags}, } @@ -116,12 +116,12 @@ @article{ doi = {10.21105/joss.03193}, url = {https://doi.org/10.21105/joss.03193}, year = {2021}, - publisher = {The Open Journal}, + publisher = {{The Open Journal}}, volume = {6}, number = {60}, pages = {3193}, author = {William Michael Landau}, - title = {The stantargets {R} package: a workflow framework for efficient reproducible {S}tan-powered {B}ayesian data analysis pipelines}, + title = {{The stantargets {R} package: a workflow framework for efficient reproducible {S}tan-powered {B}ayesian data analysis pipelines}}, journal = {Journal of Open Source Software} }