diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-28 00:44:48 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-28 01:30:00 +0200 |
commit | ef7ccf68e086bac3e75858bd4b97e3a2c6872aa1 (patch) | |
tree | e1b9e55736b0961843e84c60caeb9117e1c35c6d /inst/web/index.html | |
parent | 4672c2b3fd6c22e63b00ee5038998dd68a885c25 (diff) |
Avoid multicore fits in vignettes for passing CRAN checks
Also a small fix to the FOCUS Z vignette, and an update
of the static documentation generated by staticdocs.
Diffstat (limited to 'inst/web/index.html')
-rw-r--r-- | inst/web/index.html | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/inst/web/index.html b/inst/web/index.html index 270d14f3..c04d674d 100644 --- a/inst/web/index.html +++ b/inst/web/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> -<title>Index. mkin 0.9.42</title> +<title>Index. mkin 0.9.43</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content=""> @@ -32,7 +32,7 @@ <div class="navbar"> <div class="navbar-inner"> <div class="container"> - <a class="brand" href="#">mkin 0.9.42</a> + <a class="brand" href="#">mkin 0.9.43</a> <div class="nav"> <ul class="nav"> <li><a href="index.html"><i class="icon-home icon-white"></i> Index</a></li> @@ -241,7 +241,7 @@ You can also browse the source code at <a href="http://cgit.jrwb.de/mkin">cgit.j <ul class="index"> <li> - <code><a href="plot.mkinfit.html">plot.mkinfit</a></code><br /> Plot the observed data and the fitted model of an mkinfit object + <code><a href="plot.mkinfit.html">plot.mkinfit</a></code>(plot_sep)<br /> Plot the observed data and the fitted model of an mkinfit object </li> <li> @@ -346,7 +346,7 @@ You can also browse the source code at <a href="http://cgit.jrwb.de/mkin">cgit.j </li> <li> - <code><a href="mkinpredict.html">mkinpredict</a></code><br /> Produce predictions from a kinetic model using specifc parameters + <code><a href="mkinpredict.html">mkinpredict</a></code><br /> Produce predictions from a kinetic model using specific parameters </li> <li> @@ -398,6 +398,16 @@ You can also browse the source code at <a href="http://cgit.jrwb.de/mkin">cgit.j </li> </ul> + <h3>Other</h3> + + + <ul class="index"> + + <li> + <code><a href="add_err.html">add_err</a></code><br /> Add normally distributed errors to simulated kinetic degradation data +</li> + + </ul> </div> <div class="span3 offset1"> @@ -406,8 +416,8 @@ You can also browse the source code at <a href="http://cgit.jrwb.de/mkin">cgit.j <li><a href="vignettes/compiled_models.html">Performance benefit by using compiled model definitions in mkin</a></li> <li><a href="vignettes/FOCUS_D.html">Example evaluation of FOCUS Example Dataset D</a></li> <li><a href="vignettes/FOCUS_L.html">Example evaluation of FOCUS Laboratory Data L1 to L3</a></li> + <li><a href="vignettes/mkin.html">mkin - Kinetic evaluation of chemical degradation data</a></li> <li><a href="vignettes/FOCUS_Z.pdf">Example evaluation of FOCUS dataset Z</a></li> - <li><a href="vignettes/mkin.pdf">Routines for fitting kinetic models with one or more state variables to chemical degradation data</a></li> </ul> <h2>Dependencies</h2> |