make.packages.html package:base R Documentation _U_p_d_a_t_e _H_T_M_L _d_o_c_u_m_e_n_t_a_t_i_o_n _f_i_l_e_s _D_e_s_c_r_i_p_t_i_o_n: Functions to re-create the HTML documentation files to reflect all installed packages. _U_s_a_g_e: make.packages.html(lib.loc = .libPaths()) _A_r_g_u_m_e_n_t_s: lib.loc: character vector. List of libraries to be included. _D_e_t_a_i_l_s: This sets up the links from packages in libraries to the `.R' subdirectory of the per-sesson directory (see `tempdir') and then creates the `packages.html' and `index.txt' files to point to those links. If a package is available in more than one library tree, all the copies are linked, after the first with suffix `.1' etc. _V_a_l_u_e: Logical, whether the function succeeded in recreating the files. _A_u_t_h_o_r(_s): Brian Ripley _S_e_e _A_l_s_o: `help.start'