forked from gibonet/distrr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
20 lines (16 loc) · 821 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
distrr 0.0.5.9000
----------------------------------------------------------------
* new function: dcc6_fixed(). Same as dcc6() but with the
possibility to choose a variable for which the total will not
be estimated (argument fixed_variable)
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).