From 9c3b73e253c0b24d1e21a966f8716f1c1c531ca7 Mon Sep 17 00:00:00 2001 From: gowerc Date: Tue, 10 Dec 2024 15:55:27 +0000 Subject: [PATCH] remove BH from package check --- R/utilities.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/utilities.R b/R/utilities.R index c06a81eb..0cc57532 100644 --- a/R/utilities.R +++ b/R/utilities.R @@ -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) )