Skip to content

Commit 6be59e9

Browse files
committed
Update Rd
1 parent 6d58fcb commit 6be59e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1017
-977
lines changed

.github/workflows/R-CMD-check.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
3636
RSPM: ${{ matrix.config.rspm }}
3737
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
38+
TESTTHAT_CPUS: 4
3839

3940
steps:
4041
- uses: n1hility/cancel-previous-runs@v2

DESCRIPTION

+1
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,4 @@ NeedsCompilation: yes
8080
URL: https://mc-stan.org/rstanarm/, https://discourse.mc-stan.org
8181
BugReports: https://github.com/stan-dev/rstanarm/issues
8282
RoxygenNote: 7.3.1
83+
Config/testthat/parallel: true

R/log_lik.R

+183-186
Large diffs are not rendered by default.

R/loo-prediction.R

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ loo_predictive_interval.stanreg <-
159159
#'
160160
#' @export
161161
#' @param log_ratios log_ratios for PSIS computation
162+
#' @param ... Additional arguments passed to \code{\link[loo]{psis}}
162163
psis.stanreg <- function(log_ratios, ...) {
163164
object <- log_ratios
164165
message("Running PSIS to compute weights...")

0 commit comments

Comments
 (0)