Skip to content

Create custom menus in R

4 messages · Marcio Pupin Mello, Philippe GROSJEAN, Hans-Jörg Bibiko

#
Hi guys,
	does anyone know whether there is a similar function for Mac? I mean... 
is there an winMenuAdd funtion for R users on Mac?
	Thanks in advance,

Marcio
On 12/14/09 10:15 AM, Philippe Bouchet wrote:
6 days later
#
Hello,

Yes, see the development version of svDialogs at 
https://r-forge.r-project.org/R/?group_id=194.
Best,

Philippe Grosjean

..............................................<?}))><........
  ) ) ) ) )
( ( ( ( (    Prof. Philippe Grosjean
  ) ) ) ) )
( ( ( ( (    Numerical Ecology of Aquatic Systems
  ) ) ) ) )   Mons University, Belgium
( ( ( ( (
..............................................................
On 22/02/12 14:23, Marcio Pupin Mello wrote:
#
Thank you very much, Philippe. I'll look it carefully as soon as I can.
Best,

Marcio
www.dsr.inpe.br/~mello
On 29/02/2012 08:03, Philippe Grosjean wrote:
#
On 22 Feb 2012, at 14:23, Marcio Pupin Mello wrote:
As far as I know no. But to implement such a feature is quite easy. The only thing I'm concerning about is the naming issue.

For Windows OS there're commands like 'winMenuAdd' etc. i.e. prefixed by 'win'. One could implement this for Mac by using names like 'macMenuAdd' etc. but I think it'd better due to platform independent R scripts to have commands like 'menuAdd' which then dispatches on basis of the running OS and R version the command to 'win...' or 'mac...' or simply ignore it if OS doesn't support such stuff.

The other way would be to adopt the names like 'winMenuAdd' and write a wrapper for R.app for such commands.

Any opinions?

Best,
--Hans