From 5ec6682b6bc098460373939364437263f7df0a87 Mon Sep 17 00:00:00 2001 From: edd Date: Sun, 5 Apr 2009 16:44:56 +0000 Subject: [PATCH] littler with the -t option (to set proper R-like temp.dirs) should be usable here instead of Rscript git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@219 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- trunk/exec/update_cache | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trunk/exec/update_cache b/trunk/exec/update_cache index 0f3632d..e6741a9 100755 --- a/trunk/exec/update_cache +++ b/trunk/exec/update_cache @@ -1,10 +1,10 @@ -#!/usr/bin/env Rscript +#!/usr/bin/r -t # Note: everything in the case needs to be system-independent! library(cran2deb) library(ctv) -argv <- commandArgs() -argv <- argv[-(1:match("--args", argv))] +#argv <- commandArgs() +#argv <- argv[-(1:match("--args", argv))] #mirror <- 'http://cran.uk.r-project.org/' mirror <- 'http://cran.r-project.org/' -- 2.39.2