From 525269a9f663d02546e2de22ddd79294cc246f57 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
caffeine <- chent$new("caffeine")
+ # Don't run examples per default, as PubChem may be unavailable
+# \dontrun{
+caffeine <- chent$new("caffeine")
#> Querying PubChem for name caffeine ...
#> Get chemical information from RDKit using PubChem SMILES
#> CN1C=NC2=C1C(=O)N(C(=O)N2C)C
@@ -807,7 +809,7 @@ or according to Freundlich
#> [3] "Guaranine" "1,3,7-Trimethylxanthine"
#> [5] "Methyltheobromine" "Theine"
#> [7] "Thein" "Cafeina"
-#> [9] "Koffein" "Mateina"
+#> [9] "Caffein" "Cafipel"
if (!is.null(caffeine$Picture)) {
plot(caffeine)
}
@@ -823,6 +825,7 @@ or according to Freundlich
#> user
#> "CCCCCCCCO"
#> Molecular weight $mw: 130.2
+# }