On 12-11-01 4:14 AM, Jan van der Laan wrote:
I have a r-script (rook.R) that starts a Rook server. To present users
from having to start R and type in source("rook.R"), I want to create
a bash script and bat file that starts R and sources the script.
However, to keep the Rook server running R sh
another working Example:
{ echo "print( 1)"; cat;} | R --interactive
but do not end with -D, it overrides the
"save workspace" question; use q() instead
there is an additional echo where i don't know
how to avoid them
On Thu, Nov 01, 2012 at 09:14:09AM +0100, Jan van der Laan wrote:
>
> I ha
one way could be:
$ cat rook.R | R --interactive
but with a little different console behaviour
the problem in your other examples is, that
R uses only the first appearing switch of:
--interactive, --f, -e, --vanilla, --no-save, ...
the switches cannot be combined
On Thu, Nov 01, 2012 at 09:14
I have a r-script (rook.R) that starts a Rook server. To present users
from having to start R and type in source("rook.R"), I want to create
a bash script and bat file that starts R and sources the script.
However, to keep the Rook server running R should not close after
running the scrip
4 matches
Mail list logo