aboutsummaryrefslogtreecommitdiff
path: root/R/chent.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/chent.R')
-rw-r--r--R/chent.R4
1 files changed, 2 insertions, 2 deletions
diff --git a/R/chent.R b/R/chent.R
index abe96a2..941b430 100644
--- a/R/chent.R
+++ b/R/chent.R
@@ -270,13 +270,13 @@ chent <- R6Class("chent",
attr(self$PUF, "remark") <- remark
},
TPs = list(),
- add_TP = function(x, smiles = NULL) {
+ add_TP = function(x, smiles = NULL, pubchem = FALSE) {
if (inherits(x, "chent")) {
id <- names(x$identifier)
chent <- x
} else {
id <- make.names(x)
- chent <- chent$new(x, smiles)
+ chent <- chent$new(x, smiles, pubchem = pubchem)
}
self$TPs[[id]] <- chent
},

Contact - Imprint