genReposHtml           package:reposTools           R Documentation

_F_u_n_c_t_i_o_n_s _t_o _g_e_n_e_r_a_t_e _H_T_M_L _l_i_s_t_i_n_g_s _o_f _a _r_e_p_o_s_i_t_o_r_y

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

     These functions are used to create simple HTML web pages to
     represent the sort of data stored in a repository.

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

     genReposHtml(rep, filename = "index.html", outDir = ".", headerInfo)
     GenPkgListingHTML(filename, rep, headerInfo, upFile)
     genPkgListing(pkgN, reposDF, filename, upFile)

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

filename: Name of the HTML file to create

  outDir: Directory to sotre the output

     rep: repository to use

 reposDF: data.frame for the repository

    pkgN: Name of a package

headerInfo: HTML code to put in the header of the page

  upFile: Name of the file to link to (link to the level above in the
          hierarchy)

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

     These functions can be used to generate simple web pages
     representing one's repository.  The main function is
     genReposHtml() as this one calls the others, which are primarily
     helper functions.

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

     R. Gentleman

_S_e_e _A_l_s_o:

     'genRepos'

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

