On 08/10/2010 03:42 PM, Gabor Grothendieck wrote:
> On Tue, Aug 10, 2010 at 3:33 PM, Adrian Waddell wrote:
>> Dear R Community,
>>
>> I'm writing an R package with a lot of Tcl and Tk code. I use the Tcl
>> wrapper functions provided by the tcltk package if possible. However I
>> also define "pure
On Tue, Aug 10, 2010 at 3:33 PM, Adrian Waddell wrote:
> Dear R Community,
>
> I'm writing an R package with a lot of Tcl and Tk code. I use the Tcl
> wrapper functions provided by the tcltk package if possible. However I
> also define "pure" Tcl functions. I so far defined them with the .Tcl
> fu
Dear R Community,
I'm writing an R package with a lot of Tcl and Tk code. I use the Tcl
wrapper functions provided by the tcltk package if possible. However I
also define "pure" Tcl functions. I so far defined them with the .Tcl
function, for example (in R):
.Tcl('proc test {a b} {
return [expr
Professor Ripley,
>> R version 2.12.0 Under development (unstable) (2010-08-08 r52687)
>> Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
>>
>> I install packages via install.packages with type = "source" (I stick
>> to arch=x86_64). I've had no issues with installs.
>
> What is very strange is
On Tue, 10 Aug 2010, Martin Maechler wrote:
{Hijacking the thread from from R-help to R-devel -- as I am
consciously shifting the focus away from the original question
...
}
David Winsemius
on Tue, 10 Aug 2010 08:42:12 -0400 writes:
> On Aug 9, 2010, at 2:45 PM, Theo Tannen wrote:
On Tue, 10 Aug 2010, Max Kuhn wrote:
I'm checking packages under the devel version on OS X
sessionInfo()
R version 2.12.0 Under development (unstable) (2010-08-08 r52687)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
I install packages via install.packages with type = "source" (I stick
{Hijacking the thread from from R-help to R-devel -- as I am
consciously shifting the focus away from the original question
...
}
> David Winsemius
> on Tue, 10 Aug 2010 08:42:12 -0400 writes:
> On Aug 9, 2010, at 2:45 PM, Theo Tannen wrote:
>> Are integers strictly a sign
I'm checking packages under the devel version on OS X
> sessionInfo()
R version 2.12.0 Under development (unstable) (2010-08-08 r52687)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
I install packages via install.packages with type = "source" (I stick
to arch=x86_64). I've had no issues with