Skip to content

Commit

Permalink
prepare for CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jan 21, 2017
1 parent 49d422e commit 03358c1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: replyr
Type: Package
Title: Fluid Use of 'dplyr'
Version: 0.2.01
Date: 2016-12-28
Title: Fluid Use of 'dplyr' and Parametric Arguments
Version: 0.2.1
Date: 2017-01-21
Author: John Mount, Nina Zumel
Maintainer: John Mount <jmount@win-vector.com>
URL: https://github.com/WinVector/replyr
Expand Down
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@

'replyr' 0.2.01 2016/12/28
'replyr' 0.2.1 2017-01-21

* Excise direct use of lazyeval.
* Drop gather/spread simulations.
* Change default gapply to split.

'replyr' 0.2.0 2016/12/14
'replyr' 0.2.0 2016-12-14

* Don't wrap let-return, instead eval it (removes need for one set of parenthesis).

'replyr' 0.1.11 2016/12/14
'replyr' 0.1.11 2016-12-14

* Fix column permutation bug in replyr_summary.
* Stop replyr_colClasses and replyr_testCols bringing over whole data.frame.
* Add cumulative sum based quantile, likely to be replaced by general index control.

'replyr' 0.1.10 2016/12/08
'replyr' 0.1.10 2016-12-08

* First CRAN submission.
19 changes: 8 additions & 11 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@

# Comment

This is a bug-fix release, sorry about the recency of the original submission. We are just starting to get varied experience with this package, and have added many tests.

## Test environments

* local OS X install x86_64-apple-darwin13.4.0 (64-bit)
* R version 3.3.2
* win-builder (devel and release) (URL note in win-builder check is an incorrect signaling, URL is valid)
* win-builder (devel and release)

## R CMD check --as-cran replyr_0.2.0.tar.gz
## R CMD check --as-cran replyr_0.2.1.tar.gz

* using log directory ‘/Users/johnmount/Documents/work/replyr.Rcheck’
* using R version 3.3.2 (2016-10-31)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--as-cran’
* using log directory ‘/Users/johnmount/Documents/work/replyr.Rcheck’
* using R version 3.3.2 (2016-10-31)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--as-cran’

No NOTEs, WARNINGs or ERRORs

No NOTEs, WARNINGs or ERRORs

## Downstream dependencies

Expand Down

0 comments on commit 03358c1

Please sign in to comment.