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 _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 functions 'addVig2Menu', 'addVig4Win', 'addVig4Unix', 'addNonExisting', 'addPDF2Vig' 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") }