makePkgUrl            package:pkgDepTools            R Documentation

_C_r_e_a_t_e _a _U_R_L _f_o_r _a _P_a_c_k_a_g_e _i_n _a _C_R_A_N-_S_t_y_l_e _R_e_p_o_s_i_t_o_r_y

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

     Given a CRAN-style package repository meta data matrix as returned
     by 'available.packages', return a character vector of complete
     URLs for each package.

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

     makePkgUrl(pMat, type = getOption("pkgType"))

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

    pMat: matrix as returned by 'available.packages'

    type: character string, used to determine file extension. Should
          match the argument used to generate 'pMat'.

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

     Internal function.

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

     Seth Falcon

