From 9a1e685a636f7632fc77c7375f9d42735be2decc Mon Sep 17 00:00:00 2001
From: Johannes Ranke <jranke@uni-bremen.de>
Date: Tue, 9 Jul 2019 12:34:04 +0200
Subject: More adaptations to mkin 0.9.49.6, update manual

Static documentation rebuilt by pkgdown
---
 inst/GUI/gmkin.R | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'inst/GUI')

diff --git a/inst/GUI/gmkin.R b/inst/GUI/gmkin.R
index 1320da0..7e0a052 100644
--- a/inst/GUI/gmkin.R
+++ b/inst/GUI/gmkin.R
@@ -1108,9 +1108,9 @@ show_plot <- function(type) {
                                       state.ini = stateparms,
                                       fixed_parms = names(deparms),
                                       fixed_initials = names(stateparms),
-                                      err = "err", quiet = TRUE,
-                                      method.modFit = "Marq",
-                                      control.modFit = list(maxiter = 0)))
+                                      transform_fraction = FALSE, # to be able to fix ff
+                                      quiet = TRUE,
+                                      control = list(iter.max = 0)))
     ftmp$ds <<- ds.cur
   }
   svalue(plot.ftmp.gi) <<- plot_ftmp_png()
-- 
cgit v1.2.1