diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 2 | ||||
-rw-r--r-- | docs/pkgdown.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index c64ae68..c4ad646 100644 --- a/docs/index.html +++ b/docs/index.html @@ -81,7 +81,7 @@ <a href="#features" class="anchor"></a>Features</h2> <ul> <li>Some chemical information is retrieved from the PubChem website using the webchem package</li> -<li>If PythonInR is installed and configured, and RDKit is available via PythonInR, some additional chemical information is computed and a 2D graph can be plotted</li> +<li>If Python and RDKit (> 2015.03) are installed and configured for use with ‘reticulate’, some basic chemoinformatics functions some additional chemical information is computed and a 2D graph can be plotted</li> <li>Additional information can be read from a local .yaml file</li> </ul> </div> diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 82e7ef8..098ab97 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: 2.9.2.1 pkgdown: 1.6.1 pkgdown_sha: ~ articles: {} -last_built: 2021-11-19T06:37Z +last_built: 2021-11-26T15:14Z |