summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorot1 <andreas@maunz.de>2011-12-05 15:00:42 +0100
committerot1 <andreas@maunz.de>2011-12-05 15:00:42 +0100
commit13218d2158ace60f02d0d2d4b0bbaf4f980c61c3 (patch)
tree31c92002d4051edf342a77b512f79be5e62504fd
parent582753e3f256b7b9329dd6750731ed7a27ae5b87 (diff)
Fixed installation of pls
-rwxr-xr-xkernlab.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernlab.sh b/kernlab.sh
index 8139747..4faf08c 100755
--- a/kernlab.sh
+++ b/kernlab.sh
@@ -55,7 +55,7 @@ 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"
fi