Skip to content
Prev 304743 / 398506 Next

[newbie] scripting remote check for R package

https://stat.ethz.ch/pipermail/r-help/2012-September/322985.html
https://stat.ethz.ch/pipermail/r-help/2012-September/323000.html
Thanks! but ...

While that works great on _my_ linux boxes (on which I installed R),
on the cluster where I need to run this (where I do *not* have root)

me at foo:~ $ which Rscript
me at foo:~ $ find /share -name 'Rscript' | wc -l
me at foo:~ $ which R
So I'm wondering:

1 Is there a way to do `Rscript -e` with plain, commandline R?

2 What should my admin have done to install both Rscript and R?
  (Alternatively, what should I tell my admin to do in order to make
  both Rscript and R available?)

3 Is there any reason to install R without Rscript? (Alternatively,
  when I ask my admin to install Rscript, is there any objection
  I should anticipate?)

thanks again, Tom Roche <Tom_Roche at pobox.com>