From fd9ea462ba438c023e33902449429eae6d2dc28f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 9 Nov 2022 10:08:37 +0100 Subject: Version 3.5, from a fresh installation --- CakeInit.R | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 CakeInit.R (limited to 'CakeInit.R') diff --git a/CakeInit.R b/CakeInit.R old mode 100644 new mode 100755 index 57dbc9e..3214e02 --- a/CakeInit.R +++ b/CakeInit.R @@ -4,7 +4,7 @@ # Call with chdir=TRUE so it can load our source from the current directory # Tessella Project Reference: 6245, 7247, 8361, 7414, 10091 -# Copyright (C) 2011-2020 Syngenta +# Copyright (C) 2011-2022 Syngenta # The CAKE R modules are free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -34,13 +34,14 @@ source("CakeErrMin.R") source("CakeHelpers.R") source("CakeSolutions.R") source("CakeOdeSolve.R") +source("CakeFit.R") options(width=1000) options(error=recover) options(warn=-1) # When running from C#, this must match the C# CAKE version -CAKE.version<-"3.4" +CAKE.version<-"3.5" # The number of data points to use to draw lines on CAKE plots. CAKE.plots.resolution<-401 -- cgit v1.2.1