diff --git a/R/mfairUtils.R b/R/mfairUtils.R index 2e44c61..8e8d029 100644 --- a/R/mfairUtils.R +++ b/R/mfairUtils.R @@ -1,4 +1,4 @@ -#'Defined the matrixORdgCMatrix class as the union of matrix and Matrix::dgCMatrix +#' Defined the matrixORdgCMatrix class as the union of matrix and Matrix::dgCMatrix #' @importFrom Matrix dgCMatrix #' setClassUnion(name = "matrixORdgCMatrix", members = c("matrix", "dgCMatrix"))