From e4be5e83c8c525b3745d2d7813336319d10f8855 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 12 Nov 2023 22:07:06 +0100 Subject: Update to bootstrap 5 --- docs/reference/pai.html | 119 +++++++++++++++++++++--------------------------- 1 file changed, 51 insertions(+), 68 deletions(-) (limited to 'docs/reference/pai.html') diff --git a/docs/reference/pai.html b/docs/reference/pai.html index 2448b60..e3170af 100644 --- a/docs/reference/pai.html +++ b/docs/reference/pai.html @@ -1,69 +1,68 @@ -An R6 class for pesticidal active ingredients and associated data — pai • chentsAn R6 class for pesticidal active ingredients and associated data — pai • chents + + Skip to contents -
-
-
- + + +
+
+
+
-
+

The class is initialised with an identifier which is generally an ISO common name. Additional chemical information is retrieved from the internet if available.

-
-

Format

+
+

Format

An R6Class generator object

-
-

Super class

+
+

Super class

chents::chent -> pai

-
-

Public fields

+
+

Public fields

iso

ISO common name of the active ingredient according to ISO 1750

@@ -76,8 +75,8 @@ Creates a new instance of this -

Methods

+
+

Methods

Public methods

@@ -155,8 +154,8 @@ BCPC compendium

-
-

Examples

+
+

Examples

# On Travis, we get a certificate validation error,
 # likely because the system (xenial) is so old,
 # therefore don't run this example on Travis
@@ -173,41 +172,25 @@ BCPC compendium

#> PubChem: #> Trying to get chemical information from RDKit using PubChem_Canonical SMILES #> CCNC1=NC(=NC(=N1)Cl)NC(C)C -#> Did not find chyaml file ./atrazine.yaml - -#> <pai> with ISO common name $iso atrazine -#> <chent> -#> Identifier $identifier atrazine -#> InChI Key $inchikey MXWJVTOOROXGIU-UHFFFAOYSA-N -#> SMILES string $smiles: -#> PubChem_Canonical -#> "CCNC1=NC(=NC(=N1)Cl)NC(C)C" -#> Molecular weight $mw: 215.7 -#> PubChem synonyms (up to 10): -#> [1] "atrazine" "1912-24-9" "Gesaprim" "Oleogesaprim" "Aktikon" -#> [6] "Atranex" "Chromozin" "Atazinax" "Atrasine" "Gesoprim" +#> Error in URLencode(self$identifier): could not find function "URLencode"
-
- -
+
-
- -- cgit v1.2.1