-
Notifications
You must be signed in to change notification settings - Fork 0
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 #92 from AstraZeneca/version_0_7_updates
Version 0 7 updates
- Loading branch information
Showing
28 changed files
with
2,959 additions
and
717 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,13 +1,16 @@ | ||
Package: maraca | ||
Version: 0.6 | ||
Version: 0.7 | ||
Type: Package | ||
Title: The Maraca Plot: Visualization of Hierarchical Composite Endpoints in Clinical Trials | ||
License: Apache License (>= 2) | ||
Authors@R: c( | ||
person("Martin Karpefors", "", email = "[email protected]", role = "aut"), | ||
person("Samvel B. Gasparyan", "", email = "[email protected]", role = "aut"), | ||
person("Monika Huhn", "", email = "[email protected]", role = c("aut", "cre")), | ||
person("Stefano Borini", "", email = "[email protected]", role = c("ctb"))) | ||
person("Martin Karpefors", "", email = "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0003-3136-9882")), | ||
person("Samvel B. Gasparyan", "", email = "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-4797-2208")), | ||
person("Stefano Borini", "", email = "[email protected]", role = c("ctb")), | ||
person("Monika Huhn", "", email = "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0009-0000-7865-6008"))) | ||
Description: Library that supports visual interpretation of hierarchical composite | ||
endpoints (HCEs). HCEs are complex constructs used as primary endpoints in | ||
clinical trials, combining outcomes of different types into ordinal endpoints, | ||
|
@@ -20,12 +23,14 @@ Encoding: UTF-8 | |
LazyData: true | ||
Depends: | ||
R (>= 3.5), | ||
hce (>= 0.5) | ||
hce (>= 0.5), | ||
ggplot2 (>= 3.3) | ||
Imports: | ||
dplyr (>= 1.0), | ||
tidyr (>= 1.2), | ||
ggplot2 (>= 3.3), | ||
checkmate (>= 2.1) | ||
checkmate (>= 2.1), | ||
patchwork(>= 1.0.0), | ||
lifecycle | ||
RoxygenNote: 7.2.3 | ||
Suggests: | ||
knitr (>= 1.39), | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
#' @docType package | ||
#' @name maraca | ||
#' @import hce | ||
#' @import ggplot2 | ||
#' @aliases maraca-package | ||
NULL | ||
|
||
|
Oops, something went wrong.