Skip to content

Commit

Permalink
Merge pull request #295 from Merck/news-typo
Browse files Browse the repository at this point in the history
Fix typo in `NEWS.md`
  • Loading branch information
LittleBeannie authored Nov 4, 2024
2 parents ce4f1a2 + b06a5ba commit d007ec1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# simtrial 0.4.2

## Statistcial Improvements
## Statistical improvements

- Summary function of `sim_gs_n()` is available (#268, thanks to @LittleBeannie).
- The denominator of the milestone test Z-score is corrected (#270, thanks to @LittleBeannie).
- Statistical information is added as output of `sim_gs_n()` (#273, thanks to @LittleBeannie).
- 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).
- The sign of the Z-score is unified to positive numbers (#272, #286, thanks to @LittleBeannie and @jdblischak).

## Computational Improvements
## Computational improvements

- 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).
- The `sim_fixed_n()` function has been updated to allow parallel simulations (#249, #252, #253, #262, thanks to @cmansch and @jdblischak).
Expand All @@ -17,15 +17,15 @@

- Fixed the bug of cut functions in parallel (#261, thanks to @cmansch).

## Coding Improvements
## Coding improvements

- 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).

## Documentation

- Use KaTeX for pkgdown math rendering (#263, thanks to @nanxstats).

## Tests
## Tests

- Regression tests of `summary()` is added (#282, thanks to @jdblischak).

Expand Down

0 comments on commit d007ec1

Please sign in to comment.