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()