Skip to content

Commit 9bf4815

Browse files
Merge pull request #345 from Merck/344-cran-release-v101
CRAN release v1.0.1
2 parents 89088a9 + 153aa00 commit 9bf4815

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
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: 1.0.0
4+
Version: 1.0.1
55
Authors@R: c(
66
person("Keaven", "Anderson", email = "keaven_anderson@merck.com", role = c("aut")),
77
person("Yujie", "Zhao", email = "yujie.zhao@merck.com", role = c("aut","cre")),
@@ -19,7 +19,8 @@ Authors@R: c(
1919
person("Amin", "Shirazi", role = c("ctb")),
2020
person("Cole", "Manschot", role = c("ctb")),
2121
person("Larry", "Leon", role = c("ctb")),
22-
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph")
22+
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph",
23+
comment = c(ROR = "02891sr49"))
2324
)
2425
Description: Provides some basic routines for simulating a
2526
clinical trial. The primary intent is to provide some tools to

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
# simtrial 1.0.0
213

314
## Statistical improvements

man/simtrial-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)