From e7d3077065cd449b234a6b2338efd70a94f94fbd Mon Sep 17 00:00:00 2001
From: Johannes Ranke
atr <- pai$new("atrazine") ++#> [6] "Aktikon" "Atrazin" "Argezin" "Atazinax" "Atranex"# On Travis, we get a certificate validation error, +# likely because the system (xenial) is so old, +# therefore don't run this example on Travis +if (Sys.getenv("TRAVIS") == "") { + +atr <- pai$new("atrazine") +print(atr) +if (!is.null(atr$Picture)) { + plot(atr) +} + +}#>#>#>-#>#>#> <pai> with ISO common name $iso atrazine +#>#>#> <pai> with ISO common name $iso atrazine #> <chent> #> Identifier $identifier atrazine #> InChI Key $inchikey MXWJVTOOROXGIU-UHFFFAOYSA-N @@ -210,10 +220,7 @@ Additional chemical information is retrieved from the internet if available. #> Molecular weight $mw: 215.7 #> PubChem synonyms (up to 10): #> [1] "atrazine" "1912-24-9" "Gesaprim" "Oleogesaprim" "Chromozin" -#> [6] "Aktikon" "Atrazin" "Argezin" "Atazinax" "Atranex"