diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-13 13:53:10 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-13 13:53:10 +0100 |
| commit | f43f7f9dec2337c8db62f0ddb167986af59a033e (patch) | |
| tree | 394b2c37c4598e002a3f5f5bc819e6862b2d63db /R | |
| parent | 0be378ede2f5b83c2451a57d1131288ff52685ea (diff) | |
Explain consequence of chent objects being R6 objects
Diffstat (limited to 'R')
| -rw-r--r-- | R/chent.R | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 { |
