summaryrefslogtreecommitdiff
path: root/R/chent.R
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2026-03-13 13:53:10 +0100
committerJohannes Ranke <johannes.ranke@jrwb.de>2026-03-13 13:53:10 +0100
commitf43f7f9dec2337c8db62f0ddb167986af59a033e (patch)
tree394b2c37c4598e002a3f5f5bc819e6862b2d63db /R/chent.R
parent0be378ede2f5b83c2451a57d1131288ff52685ea (diff)
Explain consequence of chent objects being R6 objects
Diffstat (limited to 'R/chent.R')
-rw-r--r--R/chent.R1
1 files changed, 0 insertions, 1 deletions
diff --git a/R/chent.R b/R/chent.R
index c118558..7b47f41 100644
--- a/R/chent.R
+++ b/R/chent.R
@@ -196,7 +196,6 @@ chent <- R6Class("chent",
attr(self$inchikey, "source") <- "pubchem"
} else {
if (is.na(self$inchikey)) {
- warning("Overwriting uninitialized InChIKey")
self$inchikey <- self$pubchem$InChIKey
attr(self$inchikey, "source") <- "pubchem"
} else {

Contact - Imprint