diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/docs/index.html b/docs/index.html index 5e6442f..f463fe0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -72,19 +72,8 @@ <div id="chents" class="section level1"> <div class="page-header"><h1 class="hasAnchor"> <a href="#chents" class="anchor"></a>chents</h1></div> -<p>The R package <strong>chents</strong> provides some utilities for working with chemical entities in R, made available under the GNU public license. This means:</p> -<div class="sourceCode" id="cb1"><pre class="sourceCode R"><code class="sourceCode r"><a class="sourceLine" id="cb1-1" data-line-number="1">This program is free software<span class="op">:</span><span class="st"> </span>you can redistribute it and<span class="op">/</span>or modify it under</a> -<a class="sourceLine" id="cb1-2" data-line-number="2">the terms of the GNU General Public License as published by the Free Software</a> -<a class="sourceLine" id="cb1-3" data-line-number="3">Foundation, either version <span class="dv">3</span> of the License, <span class="kw">or</span> (at your option) any later</a> -<a class="sourceLine" id="cb1-4" data-line-number="4">version.</a> -<a class="sourceLine" id="cb1-5" data-line-number="5"></a> -<a class="sourceLine" id="cb1-6" data-line-number="6">This program is distributed <span class="cf">in</span> the hope that it will be useful, but WITHOUT</a> -<a class="sourceLine" id="cb1-7" data-line-number="7">ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS</a> -<a class="sourceLine" id="cb1-8" data-line-number="8">FOR A PARTICULAR PURPOSE. See the GNU General Public License <span class="cf">for</span> more</a> -<a class="sourceLine" id="cb1-9" data-line-number="9">details.</a> -<a class="sourceLine" id="cb1-10" data-line-number="10"></a> -<a class="sourceLine" id="cb1-11" data-line-number="11">You should have received a copy of the GNU General Public License along with</a> -<a class="sourceLine" id="cb1-12" data-line-number="12">this program. If not, see <span class="op"><</span>http<span class="op">:</span><span class="er">//</span>www.gnu.org<span class="op">/</span>licenses<span class="op">/</span><span class="er">></span></a></code></pre></div> + +<p>The R package <strong>chents</strong> provides some utilities for working with chemical entities in R.</p> <div id="features" class="section level2"> <h2 class="hasAnchor"> <a href="#features" class="anchor"></a>Features</h2> @@ -93,6 +82,10 @@ <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>Additional information can be read from a local .yaml file</li> </ul> +</div> +<div id="examples" class="section level2"> +<h2 class="hasAnchor"> +<a href="#examples" class="anchor"></a>Examples</h2> <p>Some examples are available from the <a href="http://pkgdown.jrwb.de/chents/reference">reference on jrwb.de</a>.</p> </div> </div> @@ -119,7 +112,13 @@ </ul> </div> - </div> + <div class="dev-status"> +<h2>Dev status</h2> +<ul class="list-unstyled"> +<li><a href="https://travis-ci.com/jranke/chents"><img src="https://travis-ci.com/jranke/chents.svg?branch=master" alt="Build Status"></a></li> +</ul> +</div> +</div> </div> <footer><div class="copyright"> |