diff options
Diffstat (limited to 'CakeInit.R')
-rw-r--r-- | CakeInit.R | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#$Id: CakeInit.R 221 2011-11-01 14:12:45Z nelr $ +#$Id$ # Purpose: Load the modules required by CAKE # Call with chdir=TRUE so it can load our source from the current directory @@ -20,6 +20,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>.” library(mkin) +library(Rsolnp) source("CakeModel.R") source("CakeOlsFit.R") source("CakeIrlsFit.R") @@ -36,4 +37,4 @@ options(error=recover) options(warn=-1) # When running from C#, this must match the C# CAKE version -CAKE.version<-"1.4" +CAKE.version<-"2.0" |