Skip to content

Commit

Permalink
remove BH from package check
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Dec 10, 2024
1 parent 7e7431b commit 9c3b73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ ensure_rstan <- function() {
#' @keywords internal
get_session_hash <- function() {
pkg_versions <- vapply(
sessionInfo(c("rbmi", "rstan", "Rcpp", "RcppEigen", "BH"))[["otherPkgs"]],
sessionInfo(c("rbmi", "rstan", "Rcpp", "RcppEigen"))[["otherPkgs"]],
function(x) x[["Version"]],
character(1L)
)
Expand Down

0 comments on commit 9c3b73e

Please sign in to comment.