From 4bbcc09d767271513974aeefc741bdded9830186 Mon Sep 17 00:00:00 2001 From: jranke Date: Tue, 29 Oct 2013 23:09:52 +0000 Subject: - Just one little formatting change in mkinfit.R - Some very basic fitting now works in the experimental GUI with the new widget layout git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@128 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- R/mkinfit.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'R') diff --git a/R/mkinfit.R b/R/mkinfit.R index 83ac087..b0292bb 100644 --- a/R/mkinfit.R +++ b/R/mkinfit.R @@ -53,7 +53,8 @@ mkinfit <- function(mkinmod, observed, # Prevent inital parameter specifications that are not in the model wrongpar.names <- setdiff(names(parms.ini), mkinmod$parms) if (length(wrongpar.names) > 0) { - stop("Initial parameter(s) ", paste(wrongpar.names, collapse = ", "), " not used in the model") + stop("Initial parameter(s) ", paste(wrongpar.names, collapse = ", "), + " not used in the model") } defaultpar.names <- setdiff(mkinmod$parms, names(parms.ini)) -- cgit v1.2.1