Displaying 2 results from an estimated 2 matches for "theller".
Did you mean:
heller
2006 Jan 01
2
Wish list
...lifying development into a single environment
(viz. R).
The following are not in any order.
1. Self Contained Executables
Make it possible to create self contained R
executables. Something like tcl starkits
http://www.equi4.com/starkit.html
or Python py2exe
http://starship.python.net/crew/theller/py2exe
is what I am thinking of. Its ok if they
are interpreted as long as its all transparent.
2. R as a Filter
Support using R as a filter analogously to
awk/gawk. e.g.
echo a x 3 | R -f myprog.R | findstr /i answer
echo a x 3 | R -e "chartr('x', 'X', readLines(S...
2003 Jan 13
4
Ideas needed on automation of R
I need some guidance on what is the best way to automate R I am aware of
Rterm.
First question: Is it true that R is not currently OLE accessible under
Windows 2000?
Second question: Is there an R command that echoes all R Console results to
a run log system file?
My first attempt to write a run log file is the example from the R Data
Inport/Export documentation.
> zz<-