diff --git a/DESCRIPTION b/DESCRIPTION index 404043d40..61e5fcc67 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rtables Title: Reporting Tables -Version: 0.6.4.9006 +Version: 0.6.5 Date: 2023-10-18 Authors@R: c( person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut", @@ -29,7 +29,7 @@ URL: https://github.com/insightsengineering/rtables, https://insightsengineering.github.io/rtables/ BugReports: https://github.com/insightsengineering/rtables/issues Depends: - formatters (>= 0.5.3), + formatters (>= 0.5.4), magrittr (>= 1.5), methods, R (>= 2.10) diff --git a/NEWS.md b/NEWS.md index 8dc5728d7..7bd68236f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,14 @@ -## rtables 0.6.4.9006 +## rtables 0.6.5 ### New Features -* Added support for white spaces in all labels and text by redesigning of wrapping functions in `formatters`. + * Added support for white spaces in all labels and text by redesigning of wrapping functions in `formatters`. + * Added support for new line characters across rtables (titles, column names, row names, footers, and `na_str`). + * Modified top left information vertical alignment to stay at the bottom of the header. ### Bug Fixes -* Fixed a bug causing `Viewer` and `as_html` to fail when new line characters were added. + * Fixed a bug causing `Viewer` and `as_html` to fail when new line characters were added. + +### Miscellaneous + * Added slide decks for advanced training as internal files. ## rtables 0.6.4 ### New Features