-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNEWS
60 lines (44 loc) · 2.18 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
distrr 0.0.6.9000
----------------------------------------------------------------
* fixed issue #2: in case weights are missing, distrr::wq() now
uses equal weights (instead of using stats::quantile())
distrr 0.0.6
----------------------------------------------------------------
* new CRAN submission.
* 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)
* data "invented_wages" has been recreated with tibble::new_tibble().
Now invented_wages has class "tbl_df" "tbl" "data.frame", while
before it had class "tbl_df" "data.frame". This should fix
issue #1.
* dplyr::combine() (deprecated) has been replaced with
base::unlist(..., recursive = FALSE) in internal functions (not exported)
joint_all_() and joint_all_funs_().
distrr 0.0.5.9002
----------------------------------------------------------------
* dplyr::combine() (deprecated) has been replaced with
base::unlist(..., recursive = FALSE) in internal functions (not exported)
joint_all_() and joint_all_funs_().
distrr 0.0.5.9001
----------------------------------------------------------------
* data "invented_wages" has been recreated with tibble::new_tibble().
Now invented_wages has class "tbl_df" "tbl" "data.frame", while
before it had class "tbl_df" "data.frame". This should fix
issue #1.
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).