-
Notifications
You must be signed in to change notification settings - Fork 5
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 #13 from rpact-com/dev/3.5.0
New CRAN release version 3.5.0
- Loading branch information
Showing
197 changed files
with
49,860 additions
and
36,298 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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
R/pkgname.R | ||
R/class_core_plot_settings.R | ||
R/f_quality_assurance.R | ||
R/f_core_plot.R | ||
R/class_design_plan.R | ||
R/class_event_probabilities.R | ||
R/class_simulation_results.R | ||
R/f_assertions.cpp | ||
src/f_utilities.h |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: rpact | ||
Title: Confirmatory Adaptive Clinical Trial Design and Analysis | ||
Version: 3.4.0 | ||
Date: 2023-07-03 | ||
Version: 3.5.0 | ||
Date: 2024-01-25 | ||
Authors@R: c( | ||
person( | ||
given = "Gernot", | ||
|
@@ -28,6 +28,13 @@ Authors@R: c( | |
family = "Schueuerhuis", | ||
email = "[email protected]", | ||
role = c("ctb") | ||
), | ||
person( | ||
given = "Tobias", | ||
family = "Muetze", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-4111-1941"), | ||
role = c("ctb") | ||
)) | ||
Description: Design and analysis of confirmatory adaptive clinical trials with continuous, binary, and survival endpoints according to the methods described in the monograph by Wassmer and Brannath (2016) <doi:10.1007/978-3-319-32562-0>. This includes classical group sequential as well as multi-stage adaptive hypotheses tests that are based on the combination testing principle. | ||
License: LGPL-3 | ||
|
@@ -54,10 +61,9 @@ LinkingTo: Rcpp | |
Suggests: | ||
ggplot2 (>= 2.2.0), | ||
testthat (>= 3.0.0), | ||
mnormt (>= 1.5-7), | ||
rmarkdown (>= 1.10) | ||
VignetteBuilder: knitr, rmarkdown | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.1 | ||
Roxygen: list(markdown = TRUE) | ||
Config/testthat/edition: 3 | ||
Config/testthat/parallel: true | ||
|
@@ -79,9 +85,9 @@ Collate: | |
'class_analysis_dataset.R' | ||
'class_analysis_stage_results.R' | ||
'class_analysis_results.R' | ||
'f_design_general_utilities.R' | ||
'class_time.R' | ||
'class_design_set.R' | ||
'f_design_utilities.R' | ||
'class_design_plan.R' | ||
'class_design_power_and_asn.R' | ||
'class_event_probabilities.R' | ||
|
@@ -102,10 +108,16 @@ Collate: | |
'f_analysis_multiarm_means.R' | ||
'f_analysis_multiarm_rates.R' | ||
'f_analysis_multiarm_survival.R' | ||
'f_as251.R' | ||
'f_core_output_formats.R' | ||
'f_design_fisher_combination_test.R' | ||
'f_design_group_sequential.R' | ||
'f_design_sample_size_calculator.R' | ||
'f_design_plan_count_data.R' | ||
'f_design_plan_means.R' | ||
'f_design_plan_plot.R' | ||
'f_design_plan_rates.R' | ||
'f_design_plan_survival.R' | ||
'f_design_plan_utilities.R' | ||
'f_quality_assurance.R' | ||
'f_simulation_base_means.R' | ||
'f_simulation_base_rates.R' | ||
|
@@ -119,5 +131,6 @@ Collate: | |
'f_simulation_multiarm_rates.R' | ||
'f_simulation_multiarm_survival.R' | ||
'f_simulation_performance_score.R' | ||
'f_simulation_plot.R' | ||
'parameter_descriptions.R' | ||
'pkgname.R' |
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 |
---|---|---|
|
@@ -13,8 +13,8 @@ | |
## | | ||
## | Contact us for information about our services: [email protected] | ||
## | | ||
## | File version: $Revision: 7139 $ | ||
## | Last changed: $Date: 2023-06-28 08:15:31 +0200 (Mi, 28 Jun 2023) $ | ||
## | File version: $Revision: 7554 $ | ||
## | Last changed: $Date: 2024-01-12 10:19:05 +0100 (Fr, 12 Jan 2024) $ | ||
## | Last changed by: $Author: pahlke $ | ||
## | | ||
|
||
|
@@ -107,7 +107,7 @@ C_KEY_WORDS <- c( | |
#' @param fileEncoding character string: if non-empty declares the encoding used on a file | ||
#' (not a connection) so the character data can be re-encoded. | ||
#' See the 'Encoding' section of the help for file, the 'R Data Import/Export Manual' and 'Note'. | ||
#' @param ... Further arguments to be passed to code{\link[utils]{read.table}}. | ||
#' @param ... Further arguments to be passed to \code{\link[utils]{read.table}}. | ||
#' | ||
#' @details | ||
#' \code{readDataset} is a wrapper function that uses \code{\link[utils]{read.table}} to read the | ||
|
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 |
---|---|---|
|
@@ -13,8 +13,8 @@ | |
## | | ||
## | Contact us for information about our services: [email protected] | ||
## | | ||
## | File version: $Revision: 7126 $ | ||
## | Last changed: $Date: 2023-06-23 14:26:39 +0200 (Fr, 23 Jun 2023) $ | ||
## | File version: $Revision: 7554 $ | ||
## | Last changed: $Date: 2024-01-12 10:19:05 +0100 (Fr, 12 Jan 2024) $ | ||
## | Last changed by: $Author: pahlke $ | ||
## | | ||
|
||
|
@@ -966,8 +966,7 @@ StageResultsMultiArmSurvival <- setRefClass("StageResultsMultiArmSurvival", | |
directionUpper = "logical" | ||
), | ||
methods = list( | ||
initialize = function(design, dataInput, ..., | ||
normalApproximation = FALSE) { | ||
initialize = function(design, dataInput, ...) { | ||
callSuper(.design = design, .dataInput = dataInput, ...) | ||
init(design = design, dataInput = dataInput) | ||
|
||
|
@@ -1653,7 +1652,7 @@ plot.StageResults <- function(x, y, ..., type = 1L, | |
p <- p + ggplot2::geom_errorbar( | ||
data = data, | ||
ggplot2::aes(ymin = .data[["lower"]], ymax = .data[["upper"]]), | ||
width = 0.15, position = pd, size = 0.8 | ||
width = 0.15, position = pd, linewidth = 0.8 | ||
) | ||
p <- p + ggplot2::geom_line(position = pd, linetype = "longdash") | ||
p <- p + ggplot2::geom_point(position = pd, size = 2.0) | ||
|
Oops, something went wrong.