diff options
Diffstat (limited to 'CakeInit.R')
-rw-r--r-- | CakeInit.R | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,9 +2,9 @@ # Purpose: Load the modules required by CAKE # Call with chdir=TRUE so it can load our source from the current directory -# Tessella Project Reference: 6245, 7247, 8361, 7414 +# Tessella Project Reference: 6245, 7247, 8361, 7414, 10091 -# Copyright (C) 2011-2016 Syngenta +# Copyright (C) 2011-2020 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 @@ -33,13 +33,14 @@ source("CakeSummary.R") source("CakeErrMin.R") source("CakeHelpers.R") source("CakeSolutions.R") +source("CakeOdeSolve.R") options(width=1000) options(error=recover) options(warn=-1) # When running from C#, this must match the C# CAKE version -CAKE.version<-"3.3" +CAKE.version<-"3.4" # The number of data points to use to draw lines on CAKE plots. CAKE.plots.resolution<-401 |