-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
14 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 |
---|---|---|
|
@@ -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 | ||
|
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,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. | ||
|
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 |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |