Skip to content

Commit 92d1217

Browse files
authored
Update NEWS.md with new features and fixes
Added a new 'metrics' argument to 'data_tabulate()' for column selection and introduced a 'plot()' method for 'means_by_group()'.
1 parent 12ae537 commit 92d1217

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

NEWS.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ CHANGES
77
* `data_tabulate()` now returns an attribute "by" with the
88
`by` variable name when the `by` parameter is used (#690 @elinw).
99

10+
* `data_tabulate()` gain a `metrics` argument to allow selection of columns to
11+
display ("N", "raw", "valid", and "cumulative") (#689, @elinw).
12+
13+
* `means_by_group()` gains a `plot()` method (requires latest
14+
version from the see-package) (#697)
15+
1016
# datawizard 1.3.1
1117

1218
CHANGES
@@ -23,9 +29,6 @@ CHANGES
2329
`.rds`, and `.rdata`). Data encryption is based on the AES-GCM algorithm using
2430
the `openssl::aes_gcm_encrypt()` function (#675).
2531

26-
* `data_tabulate()` gain a `metrics` argument to allow selection of columns to
27-
display ("N", "raw", "valid", and "cumulative") (#689, @elinw).
28-
2932
FIXES
3033

3134
* Fix a test due to R-devel change (#677).

0 commit comments

Comments
 (0)