From d6a3b21e7ecb87da6d6c71967a0f3e4f7df49999 Mon Sep 17 00:00:00 2001 From: John Mount Date: Sat, 22 Jul 2017 12:11:04 -0700 Subject: [PATCH] prepare for CRAN --- DESCRIPTION | 2 +- NEWS.md | 2 +- cran-comments.md | 28 ++++++++++++++++------------ 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1ef5f1c8..07203abb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: wrapr Type: Package Title: Wrap R Functions for Debugging and Parametric Programming Version: 0.4.0 -Date: 2017-07-12 +Date: 2017-07-22 Author: John Mount, Nina Zumel Maintainer: John Mount URL: https://github.com/WinVector/wrapr diff --git a/NEWS.md b/NEWS.md index eba1985d..bcf9bf74 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ -`wrapr` 0.4.0 2017-07-12 +`wrapr` 0.4.0 2017-07-22 * Allow non-strict names. * Insist let-mapping be invertible. diff --git a/cran-comments.md b/cran-comments.md index f3738c9c..ab359cda 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -3,22 +3,21 @@ ## Test environments * local OS X install x86_64-apple-darwin13.4.0 (64-bit) 10.12.3 - * using R version 3.4.0 (2017-04-21) + * using R version 3.4.1 (2017-06-30) * win-builder (devel and release) -## R CMD check --as-cran wrapr_0.2.0.tar.gz +## R CMD check --as-cran wrapr_0.4.0.tar.gz - * using R version 3.4.0 (2017-04-21) - * using platform: x86_64-apple-darwin15.6.0 (64-bit) - * using session charset: UTF-8 - * using option ‘--as-cran’ - * checking for file ‘wrapr/DESCRIPTION’ ... OK - * checking extension type ... Package - * this is package ‘wrapr’ version ‘0.2.0’ - * package encoding: UTF-8 +* using R version 3.4.1 (2017-06-30) +* using platform: x86_64-apple-darwin15.6.0 (64-bit) +* using session charset: UTF-8 +* using option ‘--as-cran’ +* checking for file ‘wrapr/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘wrapr’ version ‘0.4.0’ +* package encoding: UTF-8 - -Note_to_CRAN_maintainers +* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers Maintainer: ‘John Mount ’ Status: OK @@ -29,3 +28,8 @@ Checked all downstream dependnecies. devtools::revdep('wrapr') [1] "cdata" "replyr" "WVPlots" + + devtools::revdep_check() + Checked cdata : 0 errors | 0 warnings | 0 notes + Checked replyr : 0 errors | 0 warnings | 0 notes + Checked WVPlots: 0 errors | 0 warnings | 0 notes