Displaying 1 result from an estimated 1 matches for "ppreddi".
Did you mean:
ppreddy
2008 May 07
0
how to define .Renviron to work with different R-versions
Hi,
I have a simple R script for printing arguments
cat > printargs.R << EOF
args = commandArgs()
print(args)
q()
EOF
To run this script, first I set PATH to ~/src/R-2.6.2 and execute >
R --no-save < printargs.R
I want to run this script with different R versions by defining an
.Renviron file in the same directory as printargs.R
cat >