aboutsummaryrefslogtreecommitdiff
path: root/docs/news
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-05-12 10:58:25 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-05-12 10:58:25 +0200
commit01284e456dc6df8e064a7a42f194fcd81d9ce7a1 (patch)
tree6c4f035781474e35ffb7675c9a02218f81d416cf /docs/news
parentb88c0140885808ae7443179fe8137dea3b93994f (diff)
Improve documentation, now using a spell checker
Diffstat (limited to 'docs/news')
-rw-r--r--docs/news/index.html21
1 files changed, 15 insertions, 6 deletions
diff --git a/docs/news/index.html b/docs/news/index.html
index 2874175c..2795b09b 100644
--- a/docs/news/index.html
+++ b/docs/news/index.html
@@ -71,7 +71,7 @@
</button>
<span class="navbar-brand">
<a class="navbar-link" href="../index.html">mkin</a>
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.50.1</span>
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.50.2</span>
</span>
</div>
@@ -138,9 +138,18 @@
<small>Source: <a href='http://github.com/jranke/mkin/blob/master/NEWS.md'><code>NEWS.md</code></a></small>
</div>
- <div id="mkin-0-9-50-1-unreleased" class="section level1">
+ <div id="mkin-0-9-50-2-2020-05-12" class="section level1">
+<h1 class="page-header" data-toc-text="0.9.50.2">
+<a href="#mkin-0-9-50-2-2020-05-12" class="anchor"></a>mkin 0.9.50.2 (2020-05-12)<small> Unreleased </small>
+</h1>
+<ul>
+<li><p>Increase tolerance for a platform specific test results on the Solaris test machine on CRAN</p></li>
+<li><p>Updates and corrections (using the spelling package) to the documentation</p></li>
+</ul>
+</div>
+ <div id="mkin-0-9-50-1-2020-05-11" class="section level1">
<h1 class="page-header" data-toc-text="0.9.50.1">
-<a href="#mkin-0-9-50-1-unreleased" class="anchor"></a>mkin 0.9.50.1 (unreleased)<small> 2020-05-11 </small>
+<a href="#mkin-0-9-50-1-2020-05-11" class="anchor"></a>mkin 0.9.50.1 (2020-05-11)<small> 2020-05-11 </small>
</h1>
<ul>
<li><p>Support SFORB with formation fractions</p></li>
@@ -631,7 +640,7 @@
<ul>
<li><p>The formatting of differential equations in the summary was improved by wrapping overly long lines</p></li>
<li><p>The FOCUS_Z vignette was rebuilt with the above improvement and using a width of 70 to avoid output outside of the grey area</p></li>
-<li><p><code><a href="../reference/summary.mkinfit.html">print.summary.mkinfit()</a></code>: Avoid a warning that occurred when gmkin showed summaries ofinitial fits without iterations</p></li>
+<li><p><code><a href="../reference/summary.mkinfit.html">print.summary.mkinfit()</a></code>: Avoid a warning that occurred when gmkin showed summaries of initial fits without iterations</p></li>
<li><p><code><a href="../reference/mkinfit.html">mkinfit()</a></code>: Avoid a warning that occurred when summarising a fit that was performed with maxitmodFit = 0 as done in gmkin for configuring new fits.</p></li>
</ul>
</div>
@@ -656,7 +665,7 @@
<h2 class="hasAnchor">
<a href="#bug-fixes-8" class="anchor"></a>Bug fixes</h2>
<ul>
-<li><p>Avoid plotting an artifical 0 residual at time zero in <code>mkinresplot</code></p></li>
+<li><p>Avoid plotting an artificial 0 residual at time zero in <code>mkinresplot</code></p></li>
<li><p>In the determination of the degrees of freedom in <code>mkinerrmin</code>, formation fractions were accounted for multiple times in the case of parallel formation of metabolites. See the new feature described above for the solution.</p></li>
<li><p><code>transform_rates=FALSE</code> in <code>mkinfit</code> now also works for FOMC and HS models.</p></li>
<li><p>Initial values for formation fractions were not set in all cases.</p></li>
@@ -753,7 +762,7 @@
<li><p>Change vignette format from Sweave to knitr</p></li>
<li><p>Split examples vignette to FOCUS_L and FOCUS_Z</p></li>
<li><p>Remove warning about constant formation fractions in mkinmod as it was based on a misconception</p></li>
-<li><p>Restrict the unit test with the Schaefer data to parent and primary metabolites as formation fraction and DT50 for A2 are higly correlated and passing the test is platform dependent. For example, the test fails in 1 out of 14 platforms on CRAN as of today.</p></li>
+<li><p>Restrict the unit test with the Schaefer data to parent and primary metabolites as formation fraction and DT50 for A2 are highly correlated and passing the test is platform dependent. For example, the test fails in 1 out of 14 platforms on CRAN as of today.</p></li>
<li><p>Add Eurofins Regulatory AG copyright notices</p></li>
<li><p>Import FME and deSolve instead of depending on them to have clean startup</p></li>
<li><p>Add a starter function for the GUI: <code>gmkin()</code></p></li>

Contact - Imprint