diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-08 03:19:16 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-08 03:30:22 +0100 |
commit | d452a367d517938a6cd350383e890ed1138d2170 (patch) | |
tree | 1d55f433849b55f897b68a6c2da2bcf0fe88ddec /docs/dev/index.html | |
parent | 1c647363430e0db732c23feebe4293dc48978608 (diff) |
The call to saemix.predict fails with DFOP-SFO
Diffstat (limited to 'docs/dev/index.html')
-rw-r--r-- | docs/dev/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/index.html b/docs/dev/index.html index 16f903d8..b1b64e6d 100644 --- a/docs/dev/index.html +++ b/docs/dev/index.html @@ -112,8 +112,8 @@ <h2 class="hasAnchor"> <a href="#installation" class="anchor"></a>Installation</h2> <p>You can install the latest released version from <a href="https://cran.r-project.org/package=mkin">CRAN</a> from within R:</p> -<div class="sourceCode" id="cb1"><pre class="downlit"> -<span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">"mkin"</span><span class="op">)</span></pre></div> +<div class="sourceCode" id="cb1"><pre class="downlit sourceCode r"> +<code class="sourceCode R"><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">"mkin"</span><span class="op">)</span></code></pre></div> </div> <div id="background" class="section level2"> <h2 class="hasAnchor"> |