summaryrefslogtreecommitdiff
path: root/kernlab.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-31 14:44:24 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-31 14:44:24 +0200
commit7578e353de1cde367e7fd08235e23b6e499c1197 (patch)
treed9b7f7a3c9a681106ce8717adc9e1698fe7c885d /kernlab.sh
parent08e5eb420efea1b7d84ef2291bf2bea67b5387fb (diff)
all
Diffstat (limited to 'kernlab.sh')
-rwxr-xr-xkernlab.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/kernlab.sh b/kernlab.sh
index b620ade..9ab2556 100755
--- a/kernlab.sh
+++ b/kernlab.sh
@@ -47,9 +47,6 @@ else
fi
-echo
-echo "Installing:"
-
if ! $R_DONE; then
cd /tmp
URI="http://cran.r-project.org/src/contrib/Archive/kernlab/kernlab_$KL_VER.tar.gz"
@@ -60,9 +57,6 @@ if ! $R_DONE; then
fi
-echo
-echo "Preparing:"
-
if [ ! -f $KL_CONF ]; then
echo "if ! [[ \"\$R_LIBS\" =~ \"$KL_DEST\" ]]; then export R_LIBS=\"$KL_DEST\"; fi" >> "$KL_CONF"
@@ -72,8 +66,6 @@ if [ ! -f $KL_CONF ]; then
echo "source \"$KL_CONF\"" >> $HOME/.bashrc
fi
-else
- echo "It seems R is already configured ('$KL_CONF' exists)."
fi
cd "$DIR"