manglePackageName            package:base            R Documentation

_M_a_n_g_l_e _t_h_e _P_a_c_k_a_g_e _N_a_m_e

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

     This function takes the package name and the package version
     number and pastes them together with a separating underscore.

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

     manglePackageName(pkgName, pkgVersion)

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

 pkgName: The package name, as a character string. 

pkgVersion: The package version, as a character string. 

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

     A character string with the two inputs pasted together.

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

       manglePackageName("foo", "1.2.3")

