basicInstallOrder        package:pkgDepTools        R Documentation

_C_o_m_p_l_e_t_e _I_n_s_t_a_l_l_a_t_i_o_n _O_r_d_e_r _o_f _a _G_i_v_e_n _P_a_c_k_a_g_e

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

     Helper function to return the complete install order of a given
     package.

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

     basicInstallOrder(pkg, depG)

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

     pkg: character string package name

    depG: 'graphNEL' instance as returned by 'makeDepGraph'

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

     Internal function.

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

     character vector of package names in a viable installation order.

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

     Seth Falcon

