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
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
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
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
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
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