getPackNames            package:biocViews            R Documentation

_e_x_t_r_a_c_t _n_a_m_e_s _o_f _s_o_u_r_c_e _i_m_a_g_e_s
_o_f _p_a_c_k_a_g_e_s _i_n _a _g_i_v_e_n _d_i_r_e_c_t_o_r_y

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

     extract names of source images of packages in a given directory

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

     getPackNames(rpackDir, majv=1)

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

rpackDir: rpackDir - a folder holding source images of R packages

    majv: majv - version threshold, so that packages are excluded if
          they do not have major version at least equal to the
          threshold

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

     a character vector of package names

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     # depends on your folder system

