Re: [Rd] Adding Tcl source to an R package

2010-08-10 Thread Adrian Waddell
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

Re: [Rd] Adding Tcl source to an R package

2010-08-10 Thread Gabor Grothendieck
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

[Rd] Adding Tcl source to an R package

2010-08-10 Thread Adrian Waddell
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

Re: [Rd] packages checks on OS X with 2.12 devel

2010-08-10 Thread Max Kuhn
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

Re: [Rd] R support for 64 bit integers

2010-08-10 Thread Thomas Lumley
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:

Re: [Rd] packages checks on OS X with 2.12 devel

2010-08-10 Thread Prof Brian Ripley
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

Re: [Rd] R support for 64 bit integers

2010-08-10 Thread Martin Maechler
{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

[Rd] packages checks on OS X with 2.12 devel

2010-08-10 Thread Max Kuhn
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