diff options
Diffstat (limited to 'man/plot.chent.Rd')
| -rw-r--r-- | man/plot.chent.Rd | 3 |
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) } } +} |
