From fde5c577b54b86c7b3af87c23dc09c979ecd9a84 Mon Sep 17 00:00:00 2001 From: Ben Schneider Date: Thu, 6 Jul 2023 10:19:46 -0400 Subject: [PATCH] Bump version number in documentation. --- DESCRIPTION | 2 +- NEWS.md | 2 +- README.Rmd | 2 +- README.md | 2 +- inst/CITATION | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 611788a..61d6ab9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: svrep Type: Package Title: Tools for Creating, Updating, and Analyzing Survey Replicate Weights -Version: 0.5.1.9000 +Version: 0.6.0 Authors@R: c(person(given = "Ben", family = "Schneider", diff --git a/NEWS.md b/NEWS.md index 988042b..7f2ed97 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# svrep (development version) +# svrep 0.6.0 * Added a function `as_random_group_jackknife_design()` to create random-group jackknife replicates. diff --git a/README.Rmd b/README.Rmd index e00f9c7..927965c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -42,7 +42,7 @@ devtools::install_github("bschneidr/svrep") When using the 'svrep' package, please make sure to cite it in any resulting publications. This is appreciated by the package maintainer and helps to incentivize ongoing development, maintenance, and support. -> Schneider B. (2023). "svrep: Tools for Creating, Updating, and Analyzing Survey Replicate Weights". R package version 0.5.1. +> Schneider B. (2023). "svrep: Tools for Creating, Updating, and Analyzing Survey Replicate Weights". R package version 0.6.0. When using the 'svrep' package, please also cite the 'survey' package and R itself, since they are essential to the use of 'svrep'. Call `citation('svrep')`, `citation('survey')`, and `citation('base')` for more information and to generate BibTex entries for citing these packages as well as R. diff --git a/README.md b/README.md index 5e146f2..2f89ab9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ resulting publications. This is appreciated by the package maintainer and helps to incentivize ongoing development, maintenance, and support. > Schneider B. (2023). “svrep: Tools for Creating, Updating, and -> Analyzing Survey Replicate Weights”. R package version 0.5.1. +> Analyzing Survey Replicate Weights”. R package version 0.6.0. When using the ‘svrep’ package, please also cite the ‘survey’ package and R itself, since they are essential to the use of ‘svrep’. Call diff --git a/inst/CITATION b/inst/CITATION index ac8d250..d223c23 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -4,7 +4,7 @@ bibentry( author="Benjamin Schneider", year=2023, title="svrep: Tools for Creating, Updating, and Analyzing Survey Replicate Weights", - note="R package version 0.5.1", + note="R package version 0.6.0", url="https://CRAN.R-project.org/package=svrep", - textVersion="Schneider, B. (2023). \"svrep: Tools for Creating, Updating, and Analyzing Survey Replicate Weights\". R package version 0.5.1." + textVersion="Schneider, B. (2023). \"svrep: Tools for Creating, Updating, and Analyzing Survey Replicate Weights\". R package version 0.6.0." )