Skip to content

Commit 409fd98

Browse files
authored
Merge pull request #166 from keaven/cph
Add `cph` role to `Authors@R` field
2 parents d4a9b8a + 145ae46 commit 409fd98

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
Package: gsDesign
22
Version: 3.6.4
33
Title: Group Sequential Design
4-
Authors@R: person(given = "Keaven", family = "Anderson", email =
5-
"keaven_anderson@merck.com", role = c('aut','cre'))
4+
Authors@R: c(
5+
person("Keaven", "Anderson", email = "keaven_anderson@merck.com", role = c("aut", "cre")),
6+
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph")
7+
)
68
Description: Derives group sequential clinical trial designs and describes
79
their properties. Particular focus on time-to-event, binary, and
810
continuous outcomes. Largely based on methods described in
911
Jennison, Christopher and Turnbull, Bruce W., 2000,
1012
"Group Sequential Methods with Applications to Clinical Trials"
1113
ISBN: 0-8493-0316-8.
1214
License: GPL (>= 3)
13-
Copyright: Copyright 2010, Merck Research Laboratories
1415
URL: https://keaven.github.io/gsDesign/, https://github.com/keaven/gsDesign
1516
BugReports: https://github.com/keaven/gsDesign/issues
1617
Encoding: UTF-8

0 commit comments

Comments
 (0)