diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-27 15:08:20 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-27 15:29:06 +0200 |
commit | 81672751d5b23ed73c9b05bb02c52f0ee854de77 (patch) | |
tree | 2cdc2f37fb211ed775c52f02e21e6b357ddb87bd /man | |
parent | 26748e386a386f8459edb4f061012f099d34de7d (diff) |
PythonInR optional, adapt to current webchem
Diffstat (limited to 'man')
-rw-r--r-- | man/chent.Rd | 7 | ||||
-rw-r--r-- | man/draw_svg.chent.Rd | 2 | ||||
-rw-r--r-- | man/pai.Rd | 2 | ||||
-rw-r--r-- | man/plot.chent.Rd | 2 | ||||
-rw-r--r-- | man/pp.Rd | 2 | ||||
-rw-r--r-- | man/print.chent.Rd | 2 | ||||
-rw-r--r-- | man/print.pai.Rd | 2 |
7 files changed, 10 insertions, 9 deletions
diff --git a/man/chent.Rd b/man/chent.Rd index 00516b9..e2a0c77 100644 --- a/man/chent.Rd +++ b/man/chent.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/chent.R \docType{class} \name{chent} @@ -11,7 +11,7 @@ chent \description{ The class is initialised with an identifier. Chemical information is retrieved from the internet. Additionally, it can be generated using RDKit if RDKit and its -python bindings are installed. +python bindings are installed and configured for use with PythonInR. } \section{Fields}{ @@ -26,7 +26,8 @@ python bindings are installed. \item{\code{pubchem}}{List of information retreived from PubChem} -\item{\code{rdkit}}{List of information obtained with RDKit} +\item{\code{rdkit}}{List of information obtained with RDKit, if installed and +configured for use with PythonInR} \item{\code{Picture}}{Graph as a \code{\link{picture}} object obtained using grImport} diff --git a/man/draw_svg.chent.Rd b/man/draw_svg.chent.Rd index 87234a1..c78763f 100644 --- a/man/draw_svg.chent.Rd +++ b/man/draw_svg.chent.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/chent.R \name{draw_svg.chent} \alias{draw_svg.chent} @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/chent.R \docType{class} \name{pai} diff --git a/man/plot.chent.Rd b/man/plot.chent.Rd index 3fd2ac6..a1f618a 100644 --- a/man/plot.chent.Rd +++ b/man/plot.chent.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/chent.R \name{plot.chent} \alias{plot.chent} @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/chent.R \docType{class} \name{pp} diff --git a/man/print.chent.Rd b/man/print.chent.Rd index 56f04f5..8f9dfec 100644 --- a/man/print.chent.Rd +++ b/man/print.chent.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/chent.R \name{print.chent} \alias{print.chent} diff --git a/man/print.pai.Rd b/man/print.pai.Rd index d7ee332..6206ea5 100644 --- a/man/print.pai.Rd +++ b/man/print.pai.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/chent.R \name{print.pai} \alias{print.pai} |