R-beta: scripting with R?

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Thu May 7 15:26:00 CEST 1998


zk at biocem.univ-bpclermont.fr (Zivan Karaman) writes:

> Does it work (and how) under Windows? (I'm using the version compiled by
> Guido Masarotto on an NT4 machine).

Nope. With Win32 (95/NT) you have to decide whether to write a
"console application" or a "windowed" one. Guido's is of the latter
variety and you need the former in order to do redirections etc. It is
in fact quite easy to do a console R with the mingw32 tools and
(probably) also with RSXNT. Start with the Unix sources and throw out
anything that refuses to compile, such as the X11 stuff and things
related to system() (the latter might be fakeable, but won't work out
of the box). We *should* really put such a beast up for the benefit of
NTEmacs/ESS-mode users anyway, but things are in a slightly "muddy"
state right now, the main obstacle being that we're not quite sure how
to handle win32s applications.


-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list