From 35cd56be5a98fc391335e37dfa5ee7d18ac30f57 Mon Sep 17 00:00:00 2001 From: Jason Gantenberg Date: Thu, 6 Apr 2017 10:28:27 -0400 Subject: [PATCH] Update stop message --- R/makeDAG.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") }