Skip to content
Prev 1594 / 63421 Next

installing R packages in Windows?

On Sun, 22 Nov 1998, Guido Masarotto wrote:

            
I am much, much less of an MS windows programmer than Guido.  What I
intended to try to do was: 

(i) build almost all of R as a DLL. I think that is easy given what
Guido has done, and then other DLLs can link against the import library
for that DLL.  We just need a DLL version of R.a and a different libR.a
(I think).

(ii) build two front-ends called say Rconsole.exe and Rbatch.exe to drive
that DLL.

If it helps, S-PLUS 4.5 has essentially both Guido's options 1) (sqpe.exe)
and 2) (Splus /BATCH) and I use 1) almost all the time.
Yes, please, and I think that would suffice for ESS if we are careful
about prompts and stdout/stderr.  I don't care if the x11() device is not
active in this mode.  An ESS insider should be able to advise exactly what
is required; the problem with sqpe.exe is that the prompts disappear
if input is redirected.