diff --git a/README.Rmd b/README.Rmd index e60b100..51968e2 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.0. +> Schneider B. (2023). "svrep: Tools for Creating, Updating, and Analyzing Survey Replicate Weights". R package version 0.5.1. 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 940e50d..48fc60f 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.0. +> Analyzing Survey Replicate Weights”. R package version 0.5.1. 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 a4bcbaf..ac8d250 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.0", + note="R package version 0.5.1", 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.0." + textVersion="Schneider, B. (2023). \"svrep: Tools for Creating, Updating, and Analyzing Survey Replicate Weights\". R package version 0.5.1." )