From d487cdc4bc0b09139d141e138436bcfe823c8a3c Mon Sep 17 00:00:00 2001 From: WANG Zhiwei <48282751+statwangz@users.noreply.github.com> Date: Sat, 16 Sep 2023 01:49:30 +0800 Subject: [PATCH] Update mfairUtils.R --- R/mfairUtils.R | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R/mfairUtils.R b/R/mfairUtils.R index e423817..2e44c61 100644 --- a/R/mfairUtils.R +++ b/R/mfairUtils.R @@ -1 +1,4 @@ +#'Defined the matrixORdgCMatrix class as the union of matrix and Matrix::dgCMatrix +#' @importFrom Matrix dgCMatrix +#' setClassUnion(name = "matrixORdgCMatrix", members = c("matrix", "dgCMatrix"))