addVigs2WinMenu           package:Biobase           R Documentation

_A_d_d _m_e_n_u _i_t_e_m_s _t_o _a_n _e_x_i_s_t_i_n_g/_n_e_w _m_e_n_u _o_f _a _w_i_n_d_o_w

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

     This function adds a menu item for a package's vignettes.

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

     addVigs2WinMenu(pkgName)

_A_r_g_u_m_e_n_t_s:

 pkgName: 'pkgName' - a character string for the name of an R package

_D_e_t_a_i_l_s:

     The original functionality, 'addVig2Menu' and related functions
     have been replaced by 'addVigs2WinMenu', please use those instead.

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

     The functions do not return any value.

_N_o_t_e:

     The functions are part of the Bioconductor project at Dana-Farber
     Cancer Institute to provide Bioinformatics functionalities through
     R

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

     Jianhua Zhang and Jeff Gentry

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

         # Only works for windows now
         if(interactive() && .Platform$OS.type == "windows" &&
                  .Platform.GUI == "Rgui"){
             addVigs2WinMenu("Biobase")
         }

