summaryrefslogtreecommitdiff
path: root/kernlab.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kernlab.sh')
-rwxr-xr-xkernlab.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernlab.sh b/kernlab.sh
index 2fba2a8..511874b 100755
--- a/kernlab.sh
+++ b/kernlab.sh
@@ -26,7 +26,7 @@ if [ ! -e "$R" ]; then
fi
# Pkg
-LOG="/tmp/`basename $0`-log.txt"
+LOG="$HOME/tmp/`basename $0`-log.txt"
echo
echo "Kernlab ('$LOG')."
@@ -46,7 +46,7 @@ fi
if ! $R_DONE; then
- cd /tmp
+ cd $HOME/tmp
URI="http://cran.r-project.org/src/contrib/Archive/kernlab/kernlab_$KL_VER.tar.gz"
cmd="$WGET $URI" && run_cmd "$cmd" "Download"