From c82bb9ce2b2b822c2f08473ac8db5dc78a038e3d Mon Sep 17 00:00:00 2001 From: Graeme Blair Date: Tue, 16 Jan 2024 08:51:35 -0800 Subject: [PATCH] cran up (#7) * cran up * up * submission --- CRAN-SUBMISSION | 6 +++--- ChangeLog | 3 ++- DESCRIPTION | 4 ++-- R/rr-package.R | 3 --- cran-comments.md | 11 +++-------- inst/CITATION | 12 ++++++++---- man/rr-package.Rd | 4 ---- rr.Rproj | 1 + 8 files changed, 19 insertions(+), 25 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 34e0996..6c987a6 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 1.4.1 -Date: 2022-05-24 02:06:53 UTC -SHA: 3b92e9e126af50a898da86d33da08f7354e9682a +Version: 1.4.2 +Date: 2024-01-16 06:17:40 UTC +SHA: d465b9b408aa7cf240ba88bcf4a6d83161c7d0d2 diff --git a/ChangeLog b/ChangeLog index 3ef627e..588df88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,4 +5,5 @@ version date description 1.3 03/26/15 Bug fixes 1.3.1 05/13/16 Compatibility with package dependencies 1.4 08/15/16 Added functionality for including auxiliary information by generalized method of moments -1.4.1 05/23/22 Changes to stay up to date on CRAN \ No newline at end of file +1.4.1 05/23/22 Changes to stay up to date on CRAN +1.4.2 01/15/24 Changes to docs to stay up to date on CRAN \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index 157417e..7b9b244 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: rr -Version: 1.4.1 +Version: 1.4.2 Title: Statistical Methods for the Randomized Response Technique Authors@R: c(person("Graeme", "Blair", email = "graeme.blair@gmail.com", role = c("aut", "cre")), person("Yang-Yang", "Zhou", email = "yangyang.zhou@ubc.ca", role = c("aut")), @@ -29,4 +29,4 @@ License: GPL (>= 3) Suggests: testthat Encoding: UTF-8 -RoxygenNote: 7.1.2 +RoxygenNote: 7.2.3 diff --git a/R/rr-package.R b/R/rr-package.R index 0fd163b..907cf80 100644 --- a/R/rr-package.R +++ b/R/rr-package.R @@ -17,9 +17,6 @@ #' the standard designs, specifically to allow for non-compliance and unknown #' distribution to the unrelated question under the unrelated question design. #' -#' \tabular{ll}{ Package: \tab rr\cr Type: \tab Package\cr Version: \tab 1.2\cr -#' Date: \tab 2015-3-8\cr License: \tab GPL (>= 2)\cr } -#' #' @name rr-package #' @useDynLib rr #' @aliases rr-package rr diff --git a/cran-comments.md b/cran-comments.md index 5d5d69a..f7b4b39 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,17 +1,12 @@ ## Submission -(Resubmitting with minor change to remove rm(list=ls()) per email from Victoria.) - -We are submitting this patch to address the USE_FC_LEN_T issue identified in Ripley's April 5 email. We apologize for the delay in submission and realize it resulted in the package getting pulled. - -In addition, the email address for the maintainer has been updated and some other minor changes caught by R CMD CHECK. +Minor change to address Kurt email from 2023-08-19, removing table of meta info in rr/man/rr-package.Rd. Thank you! ## Test environments -* local OS X install, R 3.5.1 -* ubuntu 12.04 (on travis-ci), R 3.5.1 -* win-builder (devel and release) +* local OS X install, R 4.3.2 +* win-builder (oldrel, devel, and release) ## R CMD check results diff --git a/inst/CITATION b/inst/CITATION index 9d7a946..a755ec4 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -1,15 +1,19 @@ citHeader("To cite list in publications use:") -citEntry(entry = "misc", +bibentry( + bibtype = "Misc", title = "{rr}: Statistical Methods for the Randomized Response Technique", - author = personList(as.person("Graeme Blair"), as.person("Yang-Yang Zhou"), - as.person("Kosuke Imai")), + author = c( + person("Graeme", "Blair"), + person("Yang-Yang", "Zhou"), + person("Kosuke", "Imai") + ), howpublished = "Available at The Comprehensive R Archive Network (CRAN)", year = "2015", url = "https://CRAN.R-project.org/package=rr", textVersion = - paste("Graeme Blair, Yang-Yang Zhou, and Kosuke Imai (2015).", + paste("Graeme Blair, Yang-Yang Zhou, and Kosuke Imai (2015).", "rr: Statistical Methods for the Randomized Response Technique.", "Available at The Comprehensive R Archive Network (CRAN).", "URL https://CRAN.R-project.org/package=rr") diff --git a/man/rr-package.Rd b/man/rr-package.Rd index 1be3d2e..870736c 100644 --- a/man/rr-package.Rd +++ b/man/rr-package.Rd @@ -23,10 +23,6 @@ modified designs that are based on less stringent assumptions than those of the standard designs, specifically to allow for non-compliance and unknown distribution to the unrelated question under the unrelated question design. } -\details{ -\tabular{ll}{ Package: \tab rr\cr Type: \tab Package\cr Version: \tab 1.2\cr -Date: \tab 2015-3-8\cr License: \tab GPL (>= 2)\cr } -} \references{ Blair, Graeme, Kosuke Imai and Yang-Yang Zhou. (2015) "Design and Analysis of the Randomized Response Technique." diff --git a/rr.Rproj b/rr.Rproj index b1ded45..9f96499 100644 --- a/rr.Rproj +++ b/rr.Rproj @@ -15,3 +15,4 @@ LaTeX: pdfLaTeX BuildType: Package PackageUseDevtools: Yes PackageInstallArgs: --no-multiarch --with-keep.source +PackageRoxygenize: rd,collate,namespace