writeRepositoryHtml        package:biocViews        R Documentation

_W_r_i_t_e _p_a_c_k_a_g_e _d_e_s_c_r_i_p_t_i_o_n_s _a_n_d _a _r_e_p_o_s_i_t_o_r_y _i_n_d_e_x _a_s _H_T_M_L

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

     This function generates an HTML file for each package in a
     repository and generates an 'index.html' file that provides an
     alphabetized listing of the packages.

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

     writeRepositoryHtml(reposRoot, title, reposUrl = "..", viewUrl = "../..",
                         reposFullUrl=reposUrl, downloadStatsUrl="",
                         devHistoryUrl="", link.rel = TRUE,
                         backgroundColor="transparent")

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

reposRoot: string specifying the path to the root of the CRAN-style
          package repository.

   title: string giving the title for the repository

reposUrl: string giving the prefix for URL in links generated on the
          package description pages.  The default is '"..."' which
          works well if the package description HTML files are written
          to an 'html' subdirectory under the root of the repository.

 viewUrl: string giving the prefix for the URL in links to the view
          pages.  The biocViews terms will be linked to views summary
          pages with this prefix.

reposFullUrl: string giving the full prefix for URL in links generated
          on the package description pages.  The default is 'reposUrl'.

downloadStatsUrl: string giving the prefix for the URL in links to the
          download history statistics pages.

devHistoryUrl: string giving the prefix for the URL in links to the
          development changelog.

link.rel: logical indicating whether the index page should generate
          relative URL links.  The default is 'TRUE'.  If you are
          generating HTML for a remote repository, you will want to set
          this to 'FALSE'.

backgroundColor: A character vector giving the background color for the
          body in the CSS file.

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

     Seth Falcon

