From f43f7f9dec2337c8db62f0ddb167986af59a033e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 13 Mar 2026 13:53:10 +0100 Subject: Explain consequence of chent objects being R6 objects --- R/chent.R | 1 - 1 file changed, 1 deletion(-) (limited to 'R/chent.R') 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 { -- cgit v1.2.3