From 4ad029cf4123a436822bd829a42e87ff9b634ef0 Mon Sep 17 00:00:00 2001 From: ot1 Date: Mon, 5 Dec 2011 14:59:31 +0100 Subject: Added RB --- kernlab.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kernlab.sh b/kernlab.sh index 8139747..52006dc 100755 --- a/kernlab.sh +++ b/kernlab.sh @@ -55,7 +55,11 @@ if $R_DONE; then URI="http://cran.r-project.org/src/contrib/pls_2.3-0.tar.gz" cmd="$WGET $URI" && run_cmd "$cmd" "Download PLS" - cmd="$R CMD INSTALL kernlab_$KL_VER.tar.gz" && run_cmd "$cmd" "Install PLS" + cmd="$R CMD INSTALL pls_2.3.0.tar.gz" && run_cmd "$cmd" "Install PLS" + + 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" fi -- cgit v1.2.3