-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cran patch * changelog * new v * cran comments * cran response * cran * cran * edits * more cran changes * commit msg * man changes * cran submit again * new push * add project * remove rm(list=ls()) * remove release tag to rerelease * comments * version # * submitted to CRAN
- Loading branch information
1 parent
7e950b8
commit 96931b7
Showing
29 changed files
with
141 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,6 @@ README.md | |
^docs$ | ||
_pkgdown.yml | ||
^_pkgdown\.yml$ | ||
^CRAN-RELEASE$ | ||
^cran-comments\.md$ | ||
^CRAN-SUBMISSION$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,6 @@ vignettes/*.html | |
vignettes/*.pdf | ||
.Rproj.user | ||
|
||
*.Rproj | ||
|
||
# compiled files | ||
src/*.o | ||
src/*.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Version: 1.4.1 | ||
Date: 2022-05-24 02:06:53 UTC | ||
SHA: 3b92e9e126af50a898da86d33da08f7354e9682a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
Package: rr | ||
Version: 1.5 | ||
Date: 2017-8-11 | ||
Version: 1.4.1 | ||
Title: Statistical Methods for the Randomized Response Technique | ||
Authors@R: c(person("Graeme", "Blair", email = "graeme.blair@ucla.edu", role = c("aut", "cre")), | ||
person("Yang-Yang", "Zhou", email = "[email protected]", role = c("aut")), | ||
person("Kosuke", "Imai", email = "kimai@princeton.edu", role = c("aut")), | ||
person("Winston", "Chou", email = "[email protected]", role = c("ctb"))) | ||
Authors@R: c(person("Graeme", "Blair", email = "graeme.blair@gmail.com", role = c("aut", "cre")), | ||
person("Yang-Yang", "Zhou", email = "[email protected]", role = c("aut")), | ||
person("Kosuke", "Imai", email = "imai@harvard.edu", role = c("aut")), | ||
person("Winston", "Chou", email = "[email protected]", role = c("ctb"))) | ||
Depends: | ||
R (>= 3.0.0), | ||
utils | ||
|
@@ -23,10 +22,11 @@ Description: Enables researchers to conduct multivariate statistical analyses | |
are included. The package implements methods described in Blair, Imai, and Zhou | ||
(2015) ''Design and Analysis of the Randomized Response Technique,'' Journal | ||
of the American Statistical Association | ||
<http://graemeblair.com/papers/randresp.pdf>. | ||
<https://graemeblair.com/papers/randresp.pdf>. | ||
LazyLoad: yes | ||
LazyData: yes | ||
License: GPL (>= 3) | ||
Suggests: | ||
testthat | ||
RoxygenNote: 6.0.1 | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## 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. | ||
|
||
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) | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## Reverse dependencies | ||
|
||
There are no reverse dependencies. | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
citHeader("To cite list in publications use:") | ||
citEntry(entry = "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")), | ||
howpublished = "Available at The Comprehensive R Archive Network (CRAN)", | ||
year = "2015", | ||
url = "http://CRAN.R-project.org/package=rr", | ||
textVersion = | ||
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 http://CRAN.R-project.org/package=rr.") | ||
) | ||
citHeader("To cite list in publications use:") | ||
|
||
citEntry(entry = "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")), | ||
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).", | ||
"rr: Statistical Methods for the Randomized Response Technique.", | ||
"Available at The Comprehensive R Archive Network (CRAN).", | ||
"URL https://CRAN.R-project.org/package=rr") | ||
) | ||
|
Oops, something went wrong.