summaryrefslogtreecommitdiff
path: root/CakeInit.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-09 10:08:37 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-09 10:09:40 +0100
commitfd9ea462ba438c023e33902449429eae6d2dc28f (patch)
treeea2764357d1a1f61bfdc9c789be45f380f810bb3 /CakeInit.R
parentae64167d93bfae36158578f0a1c7771e6bab9350 (diff)
Version 3.5, from a fresh installationv3.5
Diffstat (limited to 'CakeInit.R')
-rwxr-xr-x[-rw-r--r--]CakeInit.R5
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

Contact - Imprint