Skip to content

Commit

Permalink
cran up (#7)
Browse files Browse the repository at this point in the history
* cran up

* up

* submission
  • Loading branch information
graemeblair authored Jan 16, 2024
1 parent 96931b7 commit c82bb9c
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 25 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", role = c("aut", "cre")),
person("Yang-Yang", "Zhou", email = "[email protected]", role = c("aut")),
Expand Down Expand Up @@ -29,4 +29,4 @@ License: GPL (>= 3)
Suggests:
testthat
Encoding: UTF-8
RoxygenNote: 7.1.2
RoxygenNote: 7.2.3
3 changes: 0 additions & 3 deletions R/rr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 3 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
12 changes: 8 additions & 4 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
4 changes: 0 additions & 4 deletions man/rr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rr.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ LaTeX: pdfLaTeX
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace

0 comments on commit c82bb9c

Please sign in to comment.