aboutsummaryrefslogtreecommitdiff
path: root/man/chent.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/chent.Rd')
-rw-r--r--man/chent.Rd4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/chent.Rd b/man/chent.Rd
index a90a3b3..73cb728 100644
--- a/man/chent.Rd
+++ b/man/chent.Rd
@@ -55,12 +55,12 @@ configured for use with PythonInR}
\examples{
oct <- chent$new("1-octanol", smiles = "CCCCCCCCO")
print(oct)
-if (requireNamespace("grConvert")) {
+if (!is.null(caffeine$Picture)) {
plot(oct)
}
caffeine <- chent$new("caffeine")
print(caffeine)
-if (requireNamespace("grConvert")) {
+if (!is.null(caffeine$Picture)) {
plot(caffeine)
}
}

Contact - Imprint