aboutsummaryrefslogtreecommitdiff
path: root/inst/examples/octanol.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-02-19 18:55:27 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-02-19 18:55:27 +0100
commit95a067f0ed8fb580cc3652acd4c7885eb000244a (patch)
tree962082965df5bc561e109f7670a6062a0300f0a8 /inst/examples/octanol.R
parent132bd73395033a95163080517b5a7c371cf512a2 (diff)
Skip plotting in examples if grConvert is missing
Diffstat (limited to 'inst/examples/octanol.R')
-rw-r--r--inst/examples/octanol.R4
1 files changed, 3 insertions, 1 deletions
diff --git a/inst/examples/octanol.R b/inst/examples/octanol.R
index 3e42c38..b13d9ce 100644
--- a/inst/examples/octanol.R
+++ b/inst/examples/octanol.R
@@ -1,3 +1,5 @@
oct <- chent$new("1-octanol", smiles = "CCCCCCCCO")
print(oct)
-plot(oct)
+if (requireNamespace("grConvert")) {
+ plot(oct)
+}

Contact - Imprint