diff --git a/DESCRIPTION b/DESCRIPTION index 7c45153a..621c61ae 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: rlistings Title: Clinical Trial Style Data Readout Listings -Version: 0.2.5 -Date: 2023-09-29 +Version: 0.2.5.9000 +Date: 2023-10-04 Authors@R: c( person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut", comment = "original creator of the package"), diff --git a/NEWS.md b/NEWS.md index 2c719106..eb0cdcde 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +## rlistings 0.2.5.9000 + ## rlistings 0.2.5 * Fixed bug in `as_listing` preventing custom formatting from being applied to key columns. * Updated `matrix_form` to allow `NA` values in key columns.