Skip to content

Commit

Permalink
Merge branch 'main' into 86_move_dsl01_to_test@main
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Feb 16, 2023
2 parents 19d924a + 94bc770 commit cccc492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: rlistings
Title: Clinical Trial Style Data Readout Listings
Version: 0.1.2.7
Version: 0.1.1.9016
Date: 2023-02-16
Authors@R: c(
person("Gabriel", "Becker", , "gabembecker@gmail.com", role = c("aut", "cre")),
Expand Down
7 changes: 2 additions & 5 deletions NEWS.md
@@ -1,17 +1,14 @@
# rlistings 0.1.2.7
### Enhancements
# rlistings 0.1.1.9016
* `cols` argument renamed to `disp_cols` in `as_listing`.
* `as_listing` gains `non_disp_cols` argument.
* `disp_cols` argument now defaults to all columns not included in `key_cols`.
* Columns named in `key_cols` no longer need to also be listed in `disp_cols`.
* Pagination is now calculated based on formatted cells values (including wrapping) rather than raw cell contents.
* Key columns are now guaranteed to be the leftmost columns (both stored and displayed) in `listing_df` objects.

### Bug Fixes
* `matrix_form(lsting, TRUE)` is no longer an error, now silently has the same
behavior as `matrix_form(lsting, FALSE)`.

# rlistings 0.1.2
### Enhancements
* Add test for `paginate_listing`.
* Add development cycle with `lifecycle` support. Add of experimental badges.
* Now all functions have `markdown` support.
Expand Down

0 comments on commit cccc492

Please sign in to comment.