Skip to content

Commit

Permalink
add release questions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstaab committed Jul 14, 2015
1 parent 1f66c7a commit c2fdda4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions R/coala.R
Expand Up @@ -17,3 +17,9 @@ NULL
# Mute warnings about R6 object internals
#' @importFrom utils suppressForeignCheck
suppressForeignCheck(c("self", "private", "super"))

release_questions <- function() {
c("Have you tested the package with valgrind?",
"Have you tested the package with UB Sanitizers?",
"Have you updated the vignettes on rpubs?")
}
11 changes: 8 additions & 3 deletions cran-comments.md
@@ -1,9 +1,11 @@
Please consider this package for publication on CRAN.

## Test environments
* local ubuntu 15.04, R 3.1.2
* ubuntu 12.04 (on travis-ci), R 3.2.1
* win-builder (devel and release)
* Ubuntu 15.04 (local), R 3.1.2
* Ubuntu 12.04 (on Travis-CI), R 3.2.1
* Debian testing (via rocker/r-devel-ubsan-clang container), R-devel with UBSan
* Windows (on appveyor), R-devel
* win-builder (R-devel and R-release)

## R CMD check results
There were no ERRORs or WARNINGs.
Expand All @@ -19,5 +21,8 @@ File 'LICENSE':
YEAR: 2015
COPYRIGHT HOLDER: Paul Staab


* checking package dependencies ... NOTE
No repository set, so cyclic dependency check skipped

Seen only on win-builder.

0 comments on commit c2fdda4

Please sign in to comment.