From 682be3b68a192887f5e2ffa8a64d5ddcdb901cfd Mon Sep 17 00:00:00 2001 From: David <david.dorchies@inrae.fr> Date: Sun, 14 Apr 2024 18:17:25 +0200 Subject: [PATCH] fix: missing function plot.mermaid Refs #150 --- NAMESPACE | 1 + R/plot.GRiwrm.R | 1 + 2 files changed, 2 insertions(+) diff --git a/NAMESPACE b/NAMESPACE index faa6e0b..f1227ef 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -52,6 +52,7 @@ export(getSD_Ids) export(isNodeDownstream) export(isNodeUpstream) export(plot.Qm3s) +export(plot.mermaid) export(reduceGRiwrm) export(transferGRparams) import(airGR) diff --git a/R/plot.GRiwrm.R b/R/plot.GRiwrm.R index dac56b0..a3a2800 100644 --- a/R/plot.GRiwrm.R +++ b/R/plot.GRiwrm.R @@ -221,6 +221,7 @@ plot_png = function(path, add=FALSE) #' @param ... Not used #' #' @return Nothing, used for side effect. +#' @export plot.mermaid #' @export #' #' @examples -- GitLab