reposToolsLibPaths        package:reposTools        R Documentation

_A _f_u_n_c_t_i_o_n _t_o _h_a_n_d_l_e _t_e_m_p_o_r_a_r_y _l_i_b_P_a_t_h_s

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

     The reposTools package needs to maintain state information about
     packages that are installed, and normally does this by writing to
     a file 'liblisting.rda' in each library directory.  At times, a
     library directory is not writeable so reposTools stores this state
     in another directory.  This function keeps track of those
     directories and will join them with the normal .libPaths.

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

     reposToolsLibPaths(baseLib = .libPaths(), tmpLibPath = file.path(tempdir(), "tempLibs"))

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

 baseLib: The base set of library directories

tmpLibPath: The temporary directory used to maintain state

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

     A vector of library directories

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

     Jeff Gentry

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

       z <- reposToolsLibPaths()

