Re: [Rd] Installing a Tcl/Tk Extension on OSX

2010-09-02 Thread Adrian Waddell
Thanks, that works actually out of the box from a fresh OSX 10.6 installation. So no ActiveTcl is needed. This is great! Greetings, Adrian On 09/02/2010 05:01 AM, Philippe Grosjean wrote: > This is relatively simple if you can find the packages you need in the > default Tcl/Tk install on the Ma

Re: [Rd] Installing a Tcl/Tk Extension on OSX

2010-09-02 Thread Philippe Grosjean
This is relatively simple if you can find the packages you need in the default Tcl/Tk install on the Mac (/System/Library/Tcl) and if these packages are compatibles with the X11 Tcl/Tk used by R. This should be fine for packages containing no compiled code. For the others, you should check firs

[Rd] Installing a Tcl/Tk Extension on OSX

2010-09-01 Thread Adrian Waddell
Dear R-Community, I need the Img tk extension for my R package. It all works on my Ubuntu machine (libtk-img). However I experience a great deal of trouble when I try to install the package on OSX 10.5 or 10.6 (in fact I'm not able to do it). As I understand it, the ActiveTcl with it's teacup pac