From c73efa3843a8401d14b95651f58370e1b964a25b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 13 Mar 2026 13:57:54 +0100 Subject: Typo in README --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index aa6d358..cc03061 100644 --- a/docs/index.html +++ b/docs/index.html @@ -141,7 +141,7 @@ #> [4] "Diethyl" "Methylethylmethane" "Butanen" #> [7] "Butani" "Butyl hydride" "HC 600" #> [10] "A 21 (lowing agent)" -

You can create a derived, independent object using the clone() method that will not be affectd by operations on the original object:

+

You can create a derived, independent object using the clone() method that will not be affected by operations on the original object:

 but_new <- chent$new("Butane", smiles = "CCCC", pubchem = FALSE)
 #> Get chemical information from RDKit using user SMILES
-- 
cgit v1.2.3