From e92727f871c2c8217251e34e52438f18c5f013bb Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 12 Nov 2023 22:22:30 +0100 Subject: Import URLencode from utils, rebuild docs This was caught by pkgdown apparently not loading the utils package by default. --- docs/reference/plot.chent.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'docs/reference/plot.chent.html') diff --git a/docs/reference/plot.chent.html b/docs/reference/plot.chent.html index 1a07967..8d4c41e 100644 --- a/docs/reference/plot.chent.html +++ b/docs/reference/plot.chent.html @@ -69,13 +69,25 @@ #> PubChem: #> Trying to get chemical information from RDKit using PubChem_Canonical SMILES #> CN1C=NC2=C1C(=O)N(C(=O)N2C)C -#> Error in URLencode(self$identifier): could not find function "URLencode" +#> Did not find chyaml file ./caffeine.yaml print(caffeine) -#> Error in eval(expr, envir, enclos): object 'caffeine' not found +#> <chent> +#> Identifier $identifier caffeine +#> InChI Key $inchikey RYYVLZVUVIJVGH-UHFFFAOYSA-N +#> SMILES string $smiles: +#> PubChem_Canonical +#> "CN1C=NC2=C1C(=O)N(C(=O)N2C)C" +#> Molecular weight $mw: 194.2 +#> PubChem synonyms (up to 10): +#> [1] "caffeine" "58-08-2" +#> [3] "Guaranine" "1,3,7-Trimethylxanthine" +#> [5] "Methyltheobromine" "Theine" +#> [7] "Thein" "Cafeina" +#> [9] "Koffein" "Mateina" if (!is.null(caffeine$Picture)) { plot(caffeine) } -#> Error in eval(expr, envir, enclos): object 'caffeine' not found +