diff --git a/DESCRIPTION b/DESCRIPTION index 9aa3157f..9f3fe4dc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: simtrial Type: Package Title: Clinical Trial Simulation -Version: 1.0.2 +Version: 1.1.0 Authors@R: c( person("Keaven", "Anderson", email = "keaven_anderson@merck.com", role = c("aut")), person("Yujie", "Zhao", email = "yujie.zhao@merck.com", role = c("aut","cre")), diff --git a/NEWS.md b/NEWS.md index e737ffbd..e8251d8e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,18 @@ -# simtrial 1.0.2 +# simtrial 1.1.0 ## Major changes -- The heavy **gt** dependency is replaced by the lightweight **lt** package for rendering summary tables (#371). The `lt()` generic is re-exported so `summary()` output can be rendered with `lt()` after only loading simtrial. `as_gt()` is deprecated but kept for one release; it still returns a `gt_tbl` object and now requires the suggested **gt** package to be installed. +- The heavy **gt** dependency is replaced by the lightweight **lt** package for rendering summary tables. The `lt()` generic is re-exported so `summary()` output can be rendered with `lt()` after only loading simtrial. `as_gt()` is deprecated but kept for one release; it still returns a `gt_tbl` object and now requires the suggested **gt** package to be installed. (#371, thanks to @yihui) + +## Documentation + +- Expanded the details for `sim_fixed_n()` and updated vignettes for the current package interface (#358, thanks to @LittleBeannie). + +## Tests + +- Hardened `sim_gs_n()` and `summary.simtrial_gs_wlr()` tests against upstream **gsDesign2** changes (#368, #369, thanks to @jdblischak). + +# simtrial 1.0.2 ## Bug fixes