Skip to content

Commit 02af93a

Browse files
committed
prepare for CRAN
1 parent 8e660c3 commit 02af93a

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: cdata
22
Type: Package
33
Title: Wrappers for 'tidyr::gather()' and 'tidyr::spread()'
44
Version: 0.1.5
5-
Date: 2017-05-17
5+
Date: 2017-07-04
66
Author: John Mount, Nina Zumel
77
Maintainer: John Mount <jmount@win-vector.com>
88
URL: https://github.com/WinVector/cdata

NEWS.md

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

22

3-
'cdata' 0.1.5 2017/05/17
3+
'cdata' 0.1.5 2017/07/04
44

55
* Allow NA in key columns.
66
* Add optional class annotation when moving values to rows.

cran-comments.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22
## Test environments
33

44
* local OS X install x86_64-apple-darwin13.4.0 (64-bit)
5-
* R version 3.3.3
5+
* using R version 3.4.0 (2017-04-21)
66
* win-builder (devel and release)
77

8-
## R CMD check --as-cran cdata_0.1.1.tar.gz
8+
## R CMD check --as-cran cdata_0.1.5.tar.gz
9+
10+
* using log directory ‘/Users/johnmount/Documents/work/cdata.Rcheck’
911

10-
* using R version 3.4.0 (2017-04-21)
1112
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
1213
* using session charset: UTF-8
1314
* using option ‘--as-cran’
15+
* checking for file ‘cdata/DESCRIPTION’ ... OK
16+
* checking extension type ... Package
17+
* this is package ‘cdata’ version ‘0.1.5’
18+
* package encoding: UTF-8
19+
1420

1521
R CMD check results
1622
0 errors | 0 warnings | 1 notes

0 commit comments

Comments
 (0)