isAqua                package:svMisc                R Documentation

_I_s _R _r_u_n_n_i_n_g _w_i_t_h _t_h_e _A_Q_U_A _G_U_I?

_D_e_s_c_r_i_p_t_i_o_n:

     Determine if the R UI is AQUA, the standard R GUI under Macintosh.
     This function can also be used under other platforms, but it will
     always return 'FALSE'.

_U_s_a_g_e:

     isAqua()

_V_a_l_u_e:

     'TRUE' if the R UI is AQUA, 'FALSE' otherwise.

_A_u_t_h_o_r(_s):

     Philippe Grosjean <phgrosjean@sciviews.org>

_S_e_e _A_l_s_o:

     'isMac', 'isRgui'

_E_x_a_m_p_l_e_s:

     isAqua()

