[R] installing R packages in Windows?

Luke Tierney luke@stat.umn.edu
Mon, 23 Nov 1998 06:11:54 -0600 (CST)


Prof Brian Ripley wrote:
> >   what I know hoping that others (Luke?) will suggest the right direction.
> 
> 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.
> 

My understanding, which is not very complete yet, says that the
difference between console and gui apps is just in the way they start
up; the console app can make the same use as graphics as the gui one.
So this sould work fine. It's likely to be a bit more work than it
seems to factor the code so the io goes throug callbacks in the front
ends, and the design of the graphics may need to be modified if graphs
are to coegist with a standard console or an emacs console, but it
should work fine.

The one point to keep in mind though is that console apps are possible
on Win95 and NT but not, I believe, on Win32s.

luke


-- 
Luke Tierney
University of Minnesota                      Phone:           612-625-7843
School of Statistics                         Fax:             612-624-8868
206 Church Street                            email:      luke@stat.umn.edu
Minneapolis, MN 55455 USA                    WWW:  http://www.stat.umn.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel 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-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._