Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
Merge branch 'feature/restructure' of https://github.com/Boehringer-Ingelheim/BayesianMCPMod into unit_tests

# Conflicts:
#	R/BMCPMod.R
#	R/modelling.R
#	R/posterior.R
#	man/assessDesign.Rd
#	man/getPosterior.Rd
#	man/performBayesianMCP.Rd
#	vignettes/Simulation_Example.Rmd
#	vignettes/analysis_normal.Rmd
  • Loading branch information
Andersen committed Dec 14, 2023
2 parents e6868fa + 25f8f28 commit 35b7e7e
Show file tree
Hide file tree
Showing 20 changed files with 678 additions and 241 deletions.
19 changes: 11 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,29 @@ Package: BayesianMCPMod
Title: Bayesian MCPMod
Version: 0.1.3-6
Authors@R: c(
person("Sebastian", "Bossert",
role = "aut",
email = "[email protected]"),
person("Boehringer Ingelheim Pharma GmbH & Co. KG",
role = c("cph", "fnd")),
person("Stephan", "Wojciekowski",
role = c("aut", "cre"),
email = "[email protected]"),
person("Lars", "Andersen",
role = "aut",
email = "[email protected]"),
person("Boehringer Ingelheim Pharma GmbH & Co. KG",
role = c("cph", "fnd"))
person("Steven", "Brooks",
role = "aut",
email = "[email protected]"),
person("Sebastian", "Bossert",
role = "aut",
email = "[email protected]")
)
Description: Provides functions for the analysis of dose finding trials with Bayesian MCPMod.
Description: Provides functions for the planning and analysis of dose finding trials with Bayesian MCPMod.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
DoseFinding,
DoseFinding (>= 1.1-1),
ggplot2,
stats,
RBesT,
Expand All @@ -34,7 +37,7 @@ Imports:
Suggests:
testthat (>= 3.0.0)
Depends:
R (>= 4.1)
R (>= 4.2)
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://github.com/Boehringer-Ingelheim/BayesianMCPMod
Expand Down
8 changes: 4 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Generated by roxygen2: do not edit by hand

S3method(plot,modelFits)
S3method(predict,ModelFits)
S3method(predict,modelFits)
S3method(print,BayesianMCP)
S3method(print,BayesianMCPMod)
S3method(print,modelFits)
S3method(print,postList)
S3method(summary,postList)
export(assessDesign)
export(getBootstrapBands)
export(getContrMat)
export(getBootstrapQuantiles)
export(getContr)
export(getCritProb)
export(getESS)
export(getModelFits)
export(getPosterior)
export(getPriorList)
export(performBayesianMCP)
export(performBayesianMCPMod)
export(simulateData)
Loading

0 comments on commit 35b7e7e

Please sign in to comment.