summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-12-07 10:30:50 +0100
committerAndreas Maunz <andreas@maunz.de>2011-12-07 10:30:50 +0100
commit0924b25654d554a5c6a3fa99e6902227dfe0f6d3 (patch)
tree07fef1e137424e161e647073a9f4e5b9a9b8b275
parente9d47ab91911ceca420730cb02aae989188e2abe (diff)
Added LEAPS package
-rwxr-xr-xkernlab.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernlab.sh b/kernlab.sh
index f73d376..3ee6aff 100755
--- a/kernlab.sh
+++ b/kernlab.sh
@@ -60,6 +60,10 @@ if ! $R_DONE; then
URI="http://cran.r-project.org/src/contrib/robustbase_0.7-8.tar.gz"
cmd="$WGET $URI" && run_cmd "$cmd" "Download RB"
cmd="$R CMD INSTALL robustbase_0.7-8.tar.gz" && run_cmd "$cmd" "Install RB"
+
+ URI="http://cran.r-project.org/src/contrib/leaps_2.9.tar.gz"
+ cmd="$WGET $URI" && run_cmd "$cmd" "Download LEAPS"
+ cmd="$R CMD INSTALL leaps_2.9.tar.gz" && run_cmd "$cmd" "Install LEAPS"
fi