Skip to content

Commit 332185a

Browse files
committed
prepare for CRAN
1 parent b3c702b commit 332185a

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: wrapr
22
Type: Package
33
Title: Wrap R Functions for Debugging and Parametric Programming
44
Version: 0.2.0
5-
Date: 2017-06-18
5+
Date: 2017-07-05
66
Author: John Mount, Nina Zumel
77
Maintainer: John Mount <[email protected]>
88
URL: https://github.com/WinVector/wrapr

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
`wrapr` 0.2.0 2017-06-18
2+
`wrapr` 0.2.0 2017-07-05
33

44
* Switch to abstract syntax tree substitution.
55
* Allow variable swaps.

cran-comments.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@
33
## Test environments
44

55
* local OS X install x86_64-apple-darwin13.4.0 (64-bit) 10.12.3
6-
* R version 3.4.0 (2017-04-21)
6+
* using R version 3.4.0 (2017-04-21)
77
* win-builder (devel and release)
88

9-
## R CMD check --as-cran wrapr_0.1.3.tar.gz
9+
## R CMD check --as-cran wrapr_0.2.0.tar.gz
10+
11+
* using R version 3.4.0 (2017-04-21)
12+
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
13+
* using session charset: UTF-8
14+
* using option ‘--as-cran’
15+
* checking for file ‘wrapr/DESCRIPTION’ ... OK
16+
* checking extension type ... Package
17+
* this is package ‘wrapr’ version ‘0.2.0’
18+
* package encoding: UTF-8
1019

11-
* using R version 3.4.0 (2017-04-21)
12-
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
13-
* using option ‘--as-cran’
1420

1521
Note_to_CRAN_maintainers
1622
Maintainer: ‘John Mount <[email protected]>

0 commit comments

Comments
 (0)