diff options
Diffstat (limited to 'CakeInit.R')
-rwxr-xr-x[-rw-r--r--] | CakeInit.R | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CakeInit.R b/CakeInit.R index 57dbc9e..3214e02 100644..100755 --- 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 |