summaryrefslogtreecommitdiff
path: root/CakeInit.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-10-18 11:18:07 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2017-10-18 11:18:07 +0200
commit3d6b4b4b8293a4a4ab6f06805e1380600373796c (patch)
tree4ec4dd041427b0154684122f5ae2101c7385f5e2 /CakeInit.R
parentbe6d42ef636e8e1c9fdcfa6f8738ee10e885d75b (diff)
Version 2.0v2.0
Diffstat (limited to 'CakeInit.R')
-rw-r--r--CakeInit.R5
1 files changed, 3 insertions, 2 deletions
diff --git a/CakeInit.R b/CakeInit.R
index 3e609d5..0adab40 100644
--- a/CakeInit.R
+++ b/CakeInit.R
@@ -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"

Contact - Imprint