We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48955a0 commit 153aa00Copy full SHA for 153aa00
NEWS.md
@@ -1,3 +1,14 @@
1
+# simtrial 1.0.1
2
+
3
+## Statistical improvements
4
5
+- A example of stratified group sequential design is added for the `sim_gs_n()` function (#336, #343, thanks to @LittleBeannie).
6
7
+## Computational improvements
8
9
+- The `dplyr` syntax in `sim_gs_n()` is replaced with `data.table` syntax for better speed (#339, thanks to @jdblischak).
10
+- The `parallelelly` package version is temporarily downgraded to v1.44.0 for successful macOC build. (#341, #338, thanks to @jdblischak).
11
12
# simtrial 1.0.0
13
14
## Statistical improvements
0 commit comments