summaryrefslogtreecommitdiff
path: root/kernlab.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kernlab.sh')
-rwxr-xr-xkernlab.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernlab.sh b/kernlab.sh
index 3ee6aff..11e5637 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 pls_2.3.0.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"