Re: [Rd] Including C Code for Tcl and Tk in an R package

2010-08-31 Thread Adrian Waddell
On 08/30/2010 03:01 AM, Prof Brian Ripley wrote: > On Mon, 30 Aug 2010, Adrian Waddell wrote: > >> Dear R Community, >> >> I adapted the C-Code found at (http://wiki.tcl.tk/25685) implementing >> fast image resizing for Tk images for my R package. >> >> The C Code differs for tcl/tk version 8.4 an

Re: [Rd] Including C Code for Tcl and Tk in an R package

2010-08-30 Thread Prof Brian Ripley
On Mon, 30 Aug 2010, Adrian Waddell wrote: Dear R Community, I adapted the C-Code found at (http://wiki.tcl.tk/25685) implementing fast image resizing for Tk images for my R package. The C Code differs for tcl/tk version 8.4 and 8.5. I have the working code for both versions. How do I integra