Displaying 5 results from an estimated 5 matches for "cmdfile".
Did you mean:
mdfile
2004 Sep 24
2
R from outside program
Hi all,
I'm writing a program in C++ in witch there should be some graphical outputs.
To do so, I would like to use R with the command :
R --no-save < cmdfile.R , where I put the R graphic commands in the
cmdfile.R file.
I call R from my C++ code but as R seems to run in batch mode, there are no
graphical outputs!
How can I do to get the graphics outputs ?
--
Sincerely
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Emmanuel Poizot
Cnam/Intechmer
B.P. 3...
1998 May 07
3
R-beta: scripting with R?
I've been playing with R for a while using emacs ESS. I've started to
like it a
lot ( the beautiful S language was unknown to me before I dumped into R)
I want to make some scripts to automate the display of some statistics
on web pages. I started to look for ways of using R in a scripting
environment
but I could not find information on this. Is there a way to call R with
command prompt
1998 May 07
3
R-beta: scripting with R?
I've been playing with R for a while using emacs ESS. I've started to
like it a
lot ( the beautiful S language was unknown to me before I dumped into R)
I want to make some scripts to automate the display of some statistics
on web pages. I started to look for ways of using R in a scripting
environment
but I could not find information on this. Is there a way to call R with
command prompt
2006 Apr 28
0
rq-2.3.2
...~ > cat cat.in | rq q submit cat --stdin=-
or
~ > rq q submit cat --stdin=- <cat.in
6) submit 42 priority 9 jobs from a command file, marking them as
''important'' using the ''--tag, -t'' option.
~ > wc -l cmdfile
42
~ > rq -p9 -timportant q s < cmdfile
6) re-submit all the ''important'' jobs (see ''query'' section below)
~ > rq q query tag=important | rq q s -
8) re-submit all jobs which are already finished (see ''...
2006 Jun 08
0
rq-2.3.3
...~ > cat cat.in | rq q submit cat --stdin=-
or
~ > rq q submit cat --stdin=- <cat.in
6) submit 42 priority 9 jobs from a command file, marking them as
''important'' using the ''--tag, -t'' option.
~ > wc -l cmdfile
42
~ > rq -p9 -timportant q s < cmdfile
6) re-submit all the ''important'' jobs (see ''query'' section below)
~ > rq q query tag=important | rq q s -
8) re-submit all jobs which are already finished (see ''...