diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-05 15:47:24 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-05 15:47:24 +0100 |
| commit | abe52f193a71403dcb3e6e71b2f89d215652c5f0 (patch) | |
| tree | b6ecef75eca11a441471abfa9b551c39da21002a /man/chent.Rd | |
| parent | 63b5837a0c99e916ee57d778879f7aef57e86e88 (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/chent.Rd')
| -rw-r--r-- | man/chent.Rd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/chent.Rd b/man/chent.Rd index 464c759..b348070 100644 --- a/man/chent.Rd +++ b/man/chent.Rd @@ -12,6 +12,8 @@ information is retrieved from the internet. Additionally, it can be generated using RDKit if RDKit and its python bindings are installed. } \examples{ +# Don't run examples per default, as PubChem may be unavailable +\dontrun{ caffeine <- chent$new("caffeine") print(caffeine) if (!is.null(caffeine$Picture)) { @@ -20,6 +22,7 @@ if (!is.null(caffeine$Picture)) { oct <- chent$new("1-octanol", smiles = "CCCCCCCCO", pubchem = FALSE) print(oct) } +} \section{Public fields}{ \if{html}{\out{<div class="r6-fields">}} \describe{ |
