Skip to content

Commit

Permalink
regenerate doc
Browse files Browse the repository at this point in the history
  • Loading branch information
weberse2 committed Nov 21, 2024
1 parent dee0638 commit 6d7eb25
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 27 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Description: Tool-set to support Bayesian evidence synthesis. This
<doi:10.1177/1740774509356002> and Schmidli et al. (2014)
<doi:10.1111/biom.12242> explain details on the methodology.
Version: 1.7-4
Date: 2024-11-20
Date: 2024-11-21
Authors@R: c(person("Novartis", "Pharma AG", role = "cph")
,person("Sebastian", "Weber", email="sebastian.weber@novartis.com", role=c("aut", "cre"))
,person("Beat", "Neuenschwander", email="beat.neuenschwander@novartis.com", role="ctb")
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ S3method(print,betaBinomialMix)
S3method(print,betaMix)
S3method(print,decision1S)
S3method(print,decision2S)
S3method(print,dlink)
S3method(print,gMAP)
S3method(print,gMAPpred)
S3method(print,gMAPsummary)
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RBesT 1.7-4 - November 20th, 2024
# RBesT 1.7-4 - November 21st, 2024

## Enhancements

Expand All @@ -7,7 +7,7 @@
* Slight speed increase for Stan model by more efficient construction
of likelihood. Also reducing object size of `gMAP` objects by
avoiding to store redundant variables.
* Upgraded testhat edition to version 3.
* Upgraded `testthat` edition to version 3.

## Bugfixes

Expand Down
1 change: 1 addition & 0 deletions R/RBesT-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#' \tab \code{rel.tol=.Machine$double.eps^0.25,} \tab \cr
#' \tab \code{abs.tol=.Machine$double.eps^0.25,} \tab \cr
#' \tab \code{subdivisions=1E3)} \tab \cr
#' \code{RBesT.integrate_prob_eps} \tab \code{1E-6} \tab probability mass left out from tails if integration needs to be restricted in range \cr
#' }
#'
#' @section Version History:
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
Binary file modified data/AS.rda
Binary file not shown.
Binary file modified data/colitis.rda
Binary file not shown.
Binary file modified data/crohn.rda
Binary file not shown.
Binary file modified data/transplant.rda
Binary file not shown.
1 change: 1 addition & 0 deletions man/RBesT-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions man/ess.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/integrate_density_log.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/mixbeta.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions man/mixcombine.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/mixgamma.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/mixmvnorm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/mixnorm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/mixplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/oc1S.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/oc2S.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/plot.gMAP.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/pos1S.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/pos2S.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/predict.gMAP.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/make-ds.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ make_internal_ds <- function() {
calibration_meta["MD5"] <- vals["MD5"]

pkg_create_date <- Sys.time()
pkg_sha <- "a0c573a"
pkg_sha <- "ff4fcab"

if (gsub("\\$", "", pkg_sha) == "Format:%h") {
pkg_sha <- system("git rev-parse --short HEAD", intern=TRUE)
Expand Down

0 comments on commit 6d7eb25

Please sign in to comment.