-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from keaven/issue-68
Dependency clean up and function lifecycle management
- Loading branch information
Showing
8 changed files
with
53 additions
and
922 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,45 @@ | ||
Package: gsDesign | ||
Version: 3.3.0.9000 | ||
Version: 3.4.0 | ||
Title: Group Sequential Design | ||
Authors@R: person(given = "Keaven", family = "Anderson", email = | ||
"[email protected]", role = c('aut','cre')) | ||
Description: Derives group sequential clinical trial designs and describes | ||
their properties. Particular focus on time-to-event, binary, and | ||
continuous outcomes. Largely based on methods described in | ||
Jennison, Christopher and Turnbull, Bruce W., 2000, | ||
"Group Sequential Methods with Applications to Clinical Trials" | ||
ISBN: 0-8493-0316-8. | ||
Authors@R: person(given = "Keaven", family = "Anderson", email = | ||
"[email protected]", role = c('aut','cre')) | ||
Depends: R (>= 3.5.0), ggplot2 (>= 0.9.2) | ||
License: GPL (>= 3) | ||
Copyright: Copyright 2010, Merck Research Laboratories | ||
URL: https://keaven.github.io/gsDesign/, https://github.com/keaven/gsDesign | ||
BugReports: https://github.com/keaven/gsDesign/issues | ||
Encoding: UTF-8 | ||
Depends: | ||
R (>= 3.5.0) | ||
Imports: | ||
stats, | ||
dplyr, | ||
ggplot2 (>= 0.9.2), | ||
graphics, | ||
magrittr, | ||
rlang, | ||
methods, | ||
graphics, | ||
tools, | ||
dplyr, | ||
rlang, | ||
stats, | ||
tidyr, | ||
tools, | ||
xtable | ||
Suggests: | ||
covr, | ||
gridExtra, | ||
gt, | ||
kableExtra, | ||
knitr, | ||
scales, | ||
mvtnorm, | ||
ragg, | ||
rmarkdown, | ||
gt, | ||
scales, | ||
testthat, | ||
covr, | ||
gridExtra, | ||
tibble, | ||
utils, | ||
mvtnorm, | ||
gMCP, | ||
kableExtra, | ||
ragg | ||
VignetteBuilder: knitr | ||
Copyright: Copyright 2010, Merck Research Laboratories | ||
RoxygenNote: 7.1.2 | ||
utils | ||
VignetteBuilder: | ||
knitr | ||
RoxygenNote: 7.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.