From 68cdf13efaaf165e3820c12891b112aac5fc0966 Mon Sep 17 00:00:00 2001 From: Anestis Touloumis Date: Wed, 28 Jun 2023 14:14:10 +0100 Subject: [PATCH] 230628: updated CITATION --- README.md | 14 ++++++++------ inst/CITATION | 7 ++++--- inst/NEWS.Rd | 2 +- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4f12c10..4d91c14 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # SimCorMultRes: Simulates Correlated Multinomial Responses [![Github -version](https://img.shields.io/badge/GitHub%20-1.8.4-orange.svg)](%22commits/master%22) +version](https://img.shields.io/badge/GitHub%20-1.9.0-orange.svg)](%22commits/master%22) [![R-CMD-check](https://github.com/AnestisTouloumis/SimCorMultRes/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/AnestisTouloumis/SimCorMultRes/actions/workflows/R-CMD-check.yaml) [![Project Status: Active The project has reached a stable, usable state and is being actively @@ -131,23 +131,25 @@ browseVignettes("SimCorMultRes") ## How to cite - To cite R package SimCorMultRes in publications, please use: + To cite SimCorMultRes in publications use: - Touloumis, A. (2016). Simulating Correlated Binary and Multinomial + Touloumis A (2016). "Simulating Correlated Binary and Multinomial Responses under Marginal Model Specification: The SimCorMultRes - Package. The R Journal 8:2, 79-91. + Package." _The R Journal_, *8*(2), -12. R package version 1.9.0, + . A BibTeX entry for LaTeX users is @Article{, - title = {Simulating Correlated Binary and Multinomial Responses under + title = {Simulating Correlated Binary and Multinomial Responses under Marginal Model Specification: The SimCorMultRes Package}, author = {Anestis Touloumis}, year = {2016}, journal = {The R Journal}, volume = {8}, number = {2}, - pages = {79-91}, + note = {R package version 1.9.0}, + pages = {-12}, url = {https://journal.r-project.org/archive/2016/RJ-2016-034/index.html}, } diff --git a/inst/CITATION b/inst/CITATION index 3a9cfab..cb4f967 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -1,14 +1,15 @@ note <- sprintf("R package version %s", meta$Version) bibentry(bibtype = "Article", + header = "To cite SimCorMultRes in publications use:", title = "Simulating Correlated Binary and Multinomial Responses under Marginal Model Specification: The SimCorMultRes Package", author = as.person("Anestis Touloumis"), year = 2016, journal= "The R Journal", - volume=8, - number=2, + volume= 8, + number= 2, note = note, - pages={"79-91"}, + pages= {79-91}, url = "https://journal.r-project.org/archive/2016/RJ-2016-034/index.html" ) diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index ec5e7f2..a7a66f2 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -1,7 +1,7 @@ \name{NEWS} \title{NEWS file for the \pkg{SimCorMultRes} package} -\section{Changes in Version 1.9.0 (2023-06-06)}{ +\section{Changes in Version 1.9.0 (2023-06-28)}{ \subsection{MINOR CHANGES}{ \itemize{ \item{Added R journal paper as vignette.}