From 89eef51f7421053df4c29f6992387c8a484008fa Mon Sep 17 00:00:00 2001 From: BananaCancer Date: Wed, 28 Jun 2023 17:00:37 +0300 Subject: [PATCH] Suppressed warnings in the examples --- R/plotDMN.R | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/R/plotDMN.R b/R/plotDMN.R index c6410d81..20aca1e5 100644 --- a/R/plotDMN.R +++ b/R/plotDMN.R @@ -27,7 +27,9 @@ #' names(metadata(dmn_se)) #' #' # plot the fit -#' plotDMNFit(dmn_se, type = "laplace") +#' suppressWarnings({ +#' plotDMNFit(dmn_se, type = "laplace") +#' }) NULL #' @rdname plotDMN