Skip to content

Commit

Permalink
Update Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed May 20, 2024
1 parent 6d58fcb commit 6be59e9
Show file tree
Hide file tree
Showing 41 changed files with 1,017 additions and 977 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: ${{ matrix.config.rspm }}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
TESTTHAT_CPUS: 4

steps:
- uses: n1hility/cancel-previous-runs@v2
Expand Down
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ NeedsCompilation: yes
URL: https://mc-stan.org/rstanarm/, https://discourse.mc-stan.org
BugReports: https://github.com/stan-dev/rstanarm/issues
RoxygenNote: 7.3.1
Config/testthat/parallel: true
369 changes: 183 additions & 186 deletions R/log_lik.R

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions R/loo-prediction.R
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ loo_predictive_interval.stanreg <-
#'
#' @export
#' @param log_ratios log_ratios for PSIS computation
#' @param ... Additional arguments passed to \code{\link[loo]{psis}}
psis.stanreg <- function(log_ratios, ...) {
object <- log_ratios
message("Running PSIS to compute weights...")
Expand Down
Loading

0 comments on commit 6be59e9

Please sign in to comment.