From abe52f193a71403dcb3e6e71b2f89d215652c5f0 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 5 Mar 2026 15:47:24 +0100 Subject: Don't run examples per default This is because PubChem and BCPC could be unavailable, e.g. on R-Universe or CRAN. --- man/plot.chent.Rd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man/plot.chent.Rd') 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) } } +} -- cgit v1.2.3