From 194659fcaccdd1ee37851725b8c72e99daa3a8cf Mon Sep 17 00:00:00 2001
From: Johannes Ranke <jranke@uni-bremen.de>
Date: Wed, 10 Apr 2019 10:17:35 +0200
Subject: Adapt tests, vignettes and examples

- Write the NEWS
- Static documentation rebuilt by pkgdown
- Adapt mkinerrmin
- Fix (hopefully all) remaining problems in mkinfit
---
 docs/reference/mkin_wide_to_long.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'docs/reference/mkin_wide_to_long.html')

diff --git a/docs/reference/mkin_wide_to_long.html b/docs/reference/mkin_wide_to_long.html
index f2b9bef7..4fc0e2ed 100644
--- a/docs/reference/mkin_wide_to_long.html
+++ b/docs/reference/mkin_wide_to_long.html
@@ -33,7 +33,7 @@
 <meta property="og:title" content="Convert a dataframe with observations over time into long format — mkin_wide_to_long" />
 
 <meta property="og:description" content="This function simply takes a dataframe with one independent variable and several
-  dependent variable and converts it into the long form as required by modCost." />
+  dependent variable and converts it into the long form as required by mkinfit." />
 <meta name="twitter:card" content="summary" />
 
 
@@ -64,7 +64,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.48.1</span>
+        <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.49.4</span>
       </span>
     </div>
 
@@ -130,7 +130,7 @@
     <div class="ref-description">
     
     <p>This function simply takes a dataframe with one independent variable and several
-  dependent variable and converts it into the long form as required by <code>modCost</code>.</p>
+  dependent variable and converts it into the long form as required by <code><a href='mkinfit.html'>mkinfit</a></code>.</p>
     
     </div>
 
@@ -152,7 +152,7 @@
     
     <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2>
 
-    <p>Dataframe in long format as needed for <code>modCost</code>.</p>
+    <p>Dataframe in long format as needed for <code><a href='mkinfit.html'>mkinfit</a></code>.</p>
     
 
     <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
-- 
cgit v1.2.1