Skip to content

Commit

Permalink
RcppEigen needed
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 26, 2023
1 parent a2671b1 commit 07d8265
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Suggests:
psych,
qqplotr (>= 0.0.6),
randomForest,
RcppEigen,
rlang,
rmarkdown,
rstanarm,
Expand Down
2 changes: 1 addition & 1 deletion R/plot.parameters_brms_meta.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ data_plot.parameters_brms_meta <- function(x, data = NULL, normalize_height = TR
#' output of estimates and credible intervals.
#' }
#'
#' @examplesIf require("brms") && require("metafor")
#' @examplesIf require("brms") && require("metafor") && require("RcppEigen")
#' \donttest{
#' library(parameters)
#' library(brms)
Expand Down
2 changes: 1 addition & 1 deletion man/plot.see_parameters_brms_meta.Rd

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

0 comments on commit 07d8265

Please sign in to comment.