Skip to content

Commit 7e656e3

Browse files
Merge pull request #334 from Merck/333-simtrial-cran-release-043
Cran release v1.0.0
2 parents 5fe2cd1 + 45f9ab6 commit 7e656e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+70
-55
lines changed

DESCRIPTION

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Package: simtrial
22
Type: Package
33
Title: Clinical Trial Simulation
4-
Version: 0.4.3
4+
Version: 1.0.0
55
Authors@R: c(
66
person("Keaven", "Anderson", email = "[email protected]", role = c("aut")),
7-
person("Yujie", "Zhao", email = "[email protected]", role = c("ctb","cre")),
8-
person("John", "Blischak", role = c("ctb")),
7+
person("Yujie", "Zhao", email = "[email protected]", role = c("aut","cre")),
8+
person("John", "Blischak", role = c("aut")),
99
person("Nan", "Xiao", role = c("ctb")),
1010
person("Yilong", "Zhang", role = c("aut")),
1111
person("Jianxiao", "Yang", role = c("ctb")),
@@ -18,8 +18,8 @@ Authors@R: c(
1818
person("Heng", "Zhou", role = c("ctb")),
1919
person("Amin", "Shirazi", role = c("ctb")),
2020
person("Cole", "Manschot", role = c("ctb")),
21-
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph",
22-
comment = c(ROR = "02891sr49"))
21+
person("Larry", "Leon", role = c("ctb")),
22+
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph")
2323
)
2424
Description: Provides some basic routines for simulating a
2525
clinical trial. The primary intent is to provide some tools to
@@ -54,7 +54,7 @@ Suggests:
5454
dplyr,
5555
ggplot2,
5656
gsDesign,
57-
gsDesign2 (>= 1.1.3.4),
57+
gsDesign2 (>= 1.1.4),
5858
gt,
5959
knitr,
6060
rmarkdown,
@@ -63,8 +63,6 @@ Suggests:
6363
testthat (>= 3.0.0),
6464
tibble,
6565
tidyr
66-
Remotes:
67-
Merck/gsDesign2
6866
LinkingTo:
6967
Rcpp
7068
Roxygen: list(markdown = TRUE)

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
632632
the "copyright" line and a pointer to where the full notice is found.
633633

634634
simtrial: Clinical Trial Simulation
635-
Copyright (c) 2024 Merck & Co., Inc., Rahway, NJ, USA and its affiliates. All rights reserved.
635+
Copyright (c) 2025 Merck & Co., Inc., Rahway, NJ, USA and its affiliates. All rights reserved.
636636

637637
This program is free software: you can redistribute it and/or modify
638638
it under the terms of the GNU General Public License as published by
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
652652
If the program does terminal interaction, make it output a short
653653
notice like this when it starts in an interactive mode:
654654

655-
simtrial Copyright (c) 2024 Merck & Co., Inc., Rahway, NJ, USA and its affiliates. All rights reserved.
655+
simtrial Copyright (c) 2025 Merck & Co., Inc., Rahway, NJ, USA and its affiliates. All rights reserved.
656656
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657657
This is free software, and you are welcome to redistribute it
658658
under certain conditions; type `show c' for details.

NEWS.md

Lines changed: 20 additions & 2 deletions

R/as_gt.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
1+
# Copyright (c) 2025 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
22
# All rights reserved.
33
#
44
# This file is part of the simtrial program.

R/check_args.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
1+
# Copyright (c) 2025 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
22
# All rights reserved.
33
#
44
# This file is part of the simtrial program.

R/counting_process.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
1+
# Copyright (c) 2025 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
22
# All rights reserved.
33
#
44
# This file is part of the simtrial program.

R/cut_data_by_date.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
1+
# Copyright (c) 2025 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
22
# All rights reserved.
33
#
44
# This file is part of the simtrial program.

R/cut_data_by_event.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
1+
# Copyright (c) 2025 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
22
# All rights reserved.
33
#
44
# This file is part of the simtrial program.

R/early_zero_weight.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
1+
# Copyright (c) 2025 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
22
# All rights reserved.
33
#
44
# This file is part of the simtrial program.

R/ex1_delayed_effect.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
1+
# Copyright (c) 2025 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
22
# All rights reserved.
33
#
44
# This file is part of the simtrial program.

0 commit comments

Comments
 (0)