From 95a067f0ed8fb580cc3652acd4c7885eb000244a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 19 Feb 2019 18:55:27 +0100 Subject: Skip plotting in examples if grConvert is missing --- docs/reference/plot.chent.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/reference/plot.chent.html') diff --git a/docs/reference/plot.chent.html b/docs/reference/plot.chent.html index cde7a87..cc4d376 100644 --- a/docs/reference/plot.chent.html +++ b/docs/reference/plot.chent.html @@ -141,7 +141,9 @@ #> [3] "58-08-2" "Guaranine" #> [5] "1,3,7-Trimethylxanthine" "Thein" #> [7] "Cafeina" "Methyltheobromine" -#> [9] "Koffein" "Mateina"
plot(caffeine)
+#> [9] "Koffein" "Mateina"
if (requireNamespace("grConvert")) { + plot(caffeine) +}