Skip to content

Commit

Permalink
remove methods SubstituteDirect import
Browse files Browse the repository at this point in the history
  • Loading branch information
venpopov committed Apr 6, 2024
1 parent 8da7140 commit 97de44f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/default.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 97de44f

Please sign in to comment.