diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-13 13:22:03 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-13 13:22:03 +0100 |
| commit | 0be378ede2f5b83c2451a57d1131288ff52685ea (patch) | |
| tree | d93fe8be1f2635d1ec3d3828e12b812e102ec640 /docs/news | |
| parent | a5e851a5d81194bef25c3f3a32e355e5795cdde1 (diff) | |
Update online docs
Diffstat (limited to 'docs/news')
| -rw-r--r-- | docs/news/index.html | 7 | ||||
| -rw-r--r-- | docs/news/index.md | 9 |
2 files changed, 11 insertions, 5 deletions
diff --git a/docs/news/index.html b/docs/news/index.html index fe076cb..5a10ffd 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -34,8 +34,11 @@ <div class="section level2"> <h2 class="pkg-version" data-toc-text="0.4.1" id="version-041">version 0.4.1<a class="anchor" aria-label="anchor" href="#version-041"></a></h2> -<ul><li>R/chent.R: Improve print method for <code>pai</code> objects</li> -<li>plot method for chents: Pass dots argument to <code>grid.picture()</code> as documented.</li> +<ul><li>Improve print method for <code>pai</code> objects</li> +<li> +<code>chent</code> plot method: Pass dots argument to <code>grid.picture()</code> as documented</li> +<li> +<code>chent</code> plot method: Use preferred SMILES. If PubChem information was retrieved, this will now be the SMILES including stereochemical information</li> </ul></div> <div class="section level2"> <h2 class="pkg-version" data-toc-text="0.4.0" id="version-040">version 0.4.0<a class="anchor" aria-label="anchor" href="#version-040"></a></h2> diff --git a/docs/news/index.md b/docs/news/index.md index f56826b..a4245d5 100644 --- a/docs/news/index.md +++ b/docs/news/index.md @@ -2,9 +2,12 @@ ## version 0.4.1 -- R/chent.R: Improve print method for `pai` objects -- plot method for chents: Pass dots argument to `grid.picture()` as - documented. +- Improve print method for `pai` objects +- `chent` plot method: Pass dots argument to `grid.picture()` as + documented +- `chent` plot method: Use preferred SMILES. If PubChem information was + retrieved, this will now be the SMILES including stereochemical + information ## version 0.4.0 |
