Re: [Rd] Cross-platform function availability

2008-09-15 Thread Duncan Murdoch
On 9/15/2008 1:43 PM, hadley wickham wrote: On Mon, Sep 15, 2008 at 12:06 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: On 9/15/2008 11:42 AM, hadley wickham wrote: Hi all, Is there any way to determine which functions are available on which platforms? For example, winProgr essBar (and relat

Re: [Rd] Cross-platform function availability

2008-09-15 Thread hadley wickham
On Mon, Sep 15, 2008 at 12:06 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > On 9/15/2008 11:42 AM, hadley wickham wrote: >> >> Hi all, >> >> Is there any way to determine which functions are available on which >> platforms? For example, winProgr essBar (and related functions) are >> only availab

Re: [Rd] Cross-platform function availability

2008-09-15 Thread Greg Snow
I think it is a little more complex than just installing and checking. tkProgressBar uses tcltk which works on the major platforms (unix/linux, mac, windows), but only if tk is installed and available. I believe that on mac tk is only available if X11 is used and if I remember correctly, if R

Re: [Rd] Cross-platform function availability

2008-09-15 Thread Duncan Murdoch
On 9/15/2008 11:42 AM, hadley wickham wrote: Hi all, Is there any way to determine which functions are available on which platforms? For example, winProgr essBar (and related functions) are only available on Windows, but what about tkProgressBar and txtProgressBar? Is there any way to figure o