Skip to content

Commit

Permalink
add NEWS (0.0.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibonet committed Jan 3, 2019
1 parent 8ca3103 commit eb668a5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions NEWS
@@ -0,0 +1,12 @@
distrr 0.0.5
----------------------------------------------------------------

* lazyeval has been substituted with rlang (tidy evaluation).
This means that all the softly-deprecated dplyr functions that
ended with an underscore (like summarise_(), select_(), ...) have
been substituted with the versions without underscore (like
summarise(), select(), and so on). All the dplyr functions are
in dplyr_new_wrappers.R.
* In some functions (jointfun_(), dcc6() and joint_all_funs_())
n() has been replaced with dplyr::n() (to be compatible with
dplyr 0.0.8).

0 comments on commit eb668a5

Please sign in to comment.