summaryrefslogtreecommitdiff
path: root/man/plot.chent.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2026-03-05 15:47:24 +0100
committerJohannes Ranke <johannes.ranke@jrwb.de>2026-03-05 15:47:24 +0100
commitabe52f193a71403dcb3e6e71b2f89d215652c5f0 (patch)
treeb6ecef75eca11a441471abfa9b551c39da21002a /man/plot.chent.Rd
parent63b5837a0c99e916ee57d778879f7aef57e86e88 (diff)
Don't run examples per default
This is because PubChem and BCPC could be unavailable, e.g. on R-Universe or CRAN.
Diffstat (limited to 'man/plot.chent.Rd')
-rw-r--r--man/plot.chent.Rd3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/plot.chent.Rd b/man/plot.chent.Rd
index ecaa01b..1ac1be6 100644
--- a/man/plot.chent.Rd
+++ b/man/plot.chent.Rd
@@ -15,9 +15,12 @@
Plot method for chent objects
}
\examples{
+# Don't run examples per default, as PubChem may be unavailable
+\dontrun{
caffeine <- chent$new("caffeine")
print(caffeine)
if (!is.null(caffeine$Picture)) {
plot(caffeine)
}
}
+}

Contact - Imprint