Skip to content

Commit

Permalink
vbump, add joe as an author [skip vbump] (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
shajoezhu and dependabot-preview[bot] authored Mar 15, 2023
1 parent 966a9c7 commit b072107
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Package: rlistings
Title: Clinical Trial Style Data Readout Listings
Version: 0.1.2.9019
Version: 0.2.0
Date: 2023-03-01
Authors@R: c(
person("Gabriel", "Becker", , "[email protected]", role = c("aut", "cre")),
person("Adrian", "Waddell", , "[email protected]", role = "aut"),
person("Joe", "Zhu", , "[email protected]", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Listings are often part of the submission of clinical trial
Expand All @@ -15,7 +16,7 @@ License: Apache License 2.0 | file LICENSE
URL: http://github.com/insightsengineering/rlistings
BugReports: http://github.com/insightsengineering/rlistings/issues
Depends:
formatters (>= 0.3.4.21),
formatters (>= 0.4.0),
methods,
tibble
Imports:
Expand Down
28 changes: 14 additions & 14 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
## rlistings 0.1.2.9019
## rlistings 0.2.0

### Enhancements
* Extend page-size machinery in pagination by allowing the page specification (page_type, pg_width,
pg_height, font_family, font_size) to be transformed into lpp (lines per page) and cpp (characters per page).
* Extend page-size machinery in pagination by allowing the page specification (`page_type`, `pg_width`,
`pg_height`, `font_family`, `font_size`) to be transformed into `lpp` (lines per page) and `cpp` (characters per page).
* New function `export_as_txt` to support output saved in plain text.
* `cols` argument renamed to `disp_cols` in `as_listing`.
* `as_listing` gains `non_disp_cols` argument.
* `cols` argument renamed to `disp_cols` in the function `as_listing`.
* New argument `non_disp_cols` in the function `as_listing`.
* `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.
* `matrix_form(lsting, TRUE)` is no longer an error, now silently has the same
behavior as `matrix_form(lsting, FALSE)`.
* Add test for `paginate_listing`.
* Add development cycle with `lifecycle` support. Add of experimental badges.
* Now all functions have `markdown` support.
* Add initial installments for `checkmate` assertion support.
* Add of main package page with all the relevant imports and descriptions (`rlistings-package`).
* Add Get Started vignette and update README.
* Add regression tests.
* Added tests for `paginate_listing`.
* Added development cycle with `lifecycle` support, and experimental badges.
* Added initial installments for `checkmate` assertion support.
* Added a main package page with all the relevant imports and descriptions (`rlistings-package`).
* Added "Get Started" vignette and updated README.
* Added `markdown` support to all functions.

### Bug fixes
* `matrix_form(lsting, TRUE)` no longer throws an error.

## rlistings 0.1.1
* Add title, subtitle, and (main and prov) footer support.
Expand Down
1 change: 1 addition & 0 deletions man/rlistings-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b072107

Please sign in to comment.