Skip to content

Commit

Permalink
prepare for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jul 22, 2017
1 parent ce67ab9 commit d6a3b21
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
URL: https://github.com/WinVector/wrapr
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
28 changes: 16 additions & 12 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

Status: OK
Expand All @@ -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

0 comments on commit d6a3b21

Please sign in to comment.