Skip to content

Commit

Permalink
Suppressed warnings in the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
BananaCancer committed Jun 28, 2023
1 parent 4d78144 commit 89eef51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/plotDMN.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89eef51

Please sign in to comment.