Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
14 changes: 12 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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).

Comment thread
yihui marked this conversation as resolved.
# simtrial 1.0.2

## Bug fixes

Expand Down