diff --git a/DESCRIPTION b/DESCRIPTION index 2482feb5..6fae07a1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "gabembecker@gmail.com", role = c("aut", "cre")), person("Adrian", "Waddell", , "adrian.waddell@gene.com", role = "aut"), + person("Joe", "Zhu", , "joe.zhu@roche.com", role = "aut"), person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")) ) Description: Listings are often part of the submission of clinical trial @@ -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: diff --git a/NEWS.md b/NEWS.md index a158c48d..89d8ca38 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. diff --git a/man/rlistings-package.Rd b/man/rlistings-package.Rd index f926da99..dc91265a 100644 --- a/man/rlistings-package.Rd +++ b/man/rlistings-package.Rd @@ -22,6 +22,7 @@ Useful links: Authors: \itemize{ \item Adrian Waddell \email{adrian.waddell@gene.com} + \item Joe Zhu \email{joe.zhu@roche.com} } Other contributors: