diff --git a/R/makeDAG.R b/R/makeDAG.R index 8d73c07..d9ad846 100644 --- a/R/makeDAG.R +++ b/R/makeDAG.R @@ -124,7 +124,7 @@ makeDAG <- function(graphcode = NULL, dagname = NULL, filetype = "pdf", } else { - stop("Filetype not supported. Select one of: pdf, png, svg, view.") + stop("Filetype not supported. Select one of: pdf, png, svg, eps, view.") }