From 97de44fb138bd58dea5c93fccadc90e788dd4d6c Mon Sep 17 00:00:00 2001 From: Ven Popov Date: Sat, 6 Apr 2024 20:19:52 +0200 Subject: [PATCH] remove methods SubstituteDirect import --- R/default.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/default.R b/R/default.R index 5e2643f..319889d 100755 --- a/R/default.R +++ b/R/default.R @@ -256,7 +256,6 @@ get_binary_inverse_2 <- function(f, constant) { } #' @method Math dist_default -#' @importFrom methods substituteDirect #' @export Math.dist_default <- function(x, ...) { if (dim(x) > 1) stop("Transformations of multivariate distributions are not yet supported.")