Commit ecb4d241 authored by Dorchies David's avatar Dorchies David
Browse files

test: add \dontrun to DiagramGriwrm example

1 merge request!5Resolve "Add node of type "direct flow" in order to inject or withdraw flows into the model"
Pipeline #14867 passed with stages
in 12 minutes and 28 seconds
Showing with 2 additions and 0 deletions
+2 -0
......@@ -12,10 +12,12 @@
#' @export
#'
#' @examples
#' \dontrun{
#' # Display diagram
#' DiagramGriwrm(griwrm)
#' # Is the same as
#' DiagrammeR::mermaid(DiagramGriwrm(griwrm, display = FALSE), width = "100%", height = "100%")
#' }
#'
DiagramGriwrm <- function(griwrm, display = TRUE, orientation = "LR") {
if(Sys.getenv("RSTUDIO") != "1") {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment