Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jan 19, 2017
1 parent 397cba7 commit 49d422e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@

'replyr' 0.2.01 2016/12/28

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

'replyr' 0.2.0 2016/12/14

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

'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.
* 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

First CRAN submission.
* First CRAN submission.

0 comments on commit 49d422e

Please sign in to comment.