Skip to content

Commit ce4f1a2

Browse files
Merge pull request #294 from Merck/293-release-simtrial-v042
293 release simtrial v0.4.2
2 parents e766587 + 3af0371 commit ce4f1a2

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: simtrial
22
Type: Package
33
Title: Clinical Trial Simulation
4-
Version: 0.4.1.12
4+
Version: 0.4.2
55
Authors@R: c(
66
person("Keaven", "Anderson", email = "[email protected]", role = c("aut")),
77
person("Yujie", "Zhao", email = "[email protected]", role = c("ctb","cre")),

NEWS.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# simtrial 0.4.2
2+
3+
## Statistcial Improvements
4+
5+
- Summary function of `sim_gs_n()` is available (#268, thanks to @LittleBeannie).
6+
- The denominator of the milestone test Z-score is corrected (#270, thanks to @LittleBeannie).
7+
- Statistical information is added as output of `sim_gs_n()` (#273, thanks to @LittleBeannie).
8+
- The randomization ratio is built as an attribute of `sim_pw_surv()` and passed into the `wlr()` test (#281, #285 thanks to @LittleBeannie and @jdblischak).
9+
- The sign of the Z-score is unified to positive numbers (#272, #286, thanks to @LittleBeannie and @jdblischak).
10+
11+
## Computational Improvements
12+
13+
- The source code of `summary()` is rewritten from `tibble` or `data.frame` to `data.table`, which is optimized to use as little memory as possible by avoiding making unnecessary temporary copies of data frames. This results in code that is more efficient in both time and memory use. (#289, thanks to @jdblischak).
14+
- The `sim_fixed_n()` function has been updated to allow parallel simulations (#249, #252, #253, #262, thanks to @cmansch and @jdblischak).
15+
16+
## Bug fixes
17+
18+
- Fixed the bug of cut functions in parallel (#261, thanks to @cmansch).
19+
20+
## Coding Improvements
21+
22+
- The `wlr()` function is enhanced to S3 generic to accept both counting process and time-to-event data as its input (#276, #277, thanks to @jdblischak).
23+
24+
## Documentation
25+
26+
- Use KaTeX for pkgdown math rendering (#263, thanks to @nanxstats).
27+
28+
## Tests
29+
30+
- Regression tests of `summary()` is added (#282, thanks to @jdblischak).
31+
132
# simtrial 0.4.1
233

334
## Improvements

0 commit comments

Comments
 (0)