Re: [Rd] Telling Windows how to find DLL's from R?

2010-07-13 Thread Thomas Baier
Dominick, Dominick Samperi wrote: > On Fri, Jul 9, 2010 at 3:48 PM, Duncan Murdoch > wrote: > >> On 09/07/2010 2:38 PM, Dominick Samperi wrote: >> >>> Is it possible to set Windows' search path from within R, or to tell >>> Windows how to find a DLL in some other way from R? Specifically, if

Re: [Rd] Recommendations for a quick UI.

2009-06-02 Thread Thomas Baier
Alex, Kevin R. Coombes wrote: > The following idea only partially answers your question > > I have successfully written a GUI using the tcl/tk package > that ships with standard R. It is then possible (in Windows) > to create a shortcut icon that runs the following command: > C:\R\R-2.8.1

Re: [Rd] rscproxy version conflict

2009-01-08 Thread Thomas Baier
Simon, first, I'd like to apologize, that my previous message has been sent to you directly. I have not checked the receivers list when clicking reply in my E-mail program. Simon Urbanek wrote: > On Jan 7, 2009, at 2:05 , Thomas Baier wrote: > >> Simon, >> >> Sim

Re: [Rd] rscproxy version conflict

2008-12-23 Thread Thomas Baier
Simon Urbanek wrote: > FWIW: technically, you don't have to match the patch level version. > Although default DLL checks usually require perfect match, it should > be safe to require that R version lies in [x.y.z, x.y+1.0) where > x.y.z is the R version that the interfacing DLL was compiled agains

[Rd] LinkingTo on Windows

2008-10-07 Thread Thomas Baier
e the problem of linking to another package's library (if possible by just using "LinkingTo") Best regards, Thomas Baier __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] R-code embedded in VBE -- Type mismatch errors

2008-06-08 Thread Thomas Baier
Pietro, [EMAIL PROTECTED] wrote: > Hello, > > I am trying to embed R-code inside VB for Excel (probably a perverse > endeavour anyway) and I am running into difficulties, especially when > passing vectors back and forth between the two environments. > > (1) I am using the RExcel package. There