writePackageDetailHtml       package:biocViews       R Documentation

_W_r_i_t_e _H_T_M_L _f_i_l_e_s _f_o_r _p_a_c_k_a_g_e_s _i_n _a _C_R_A_N-_s_t_y_l_e _r_e_p_o_s_i_t_o_r_y

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

     This function creates package "homepages" that describe the
     package and provide links to download package artifacts in the
     repository.

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

     writePackageDetailHtml(pkgList, htmlDir = "html", backgroundColor="transparent")

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

 pkgList: A list of 'PackageDescription' objects.

 htmlDir: The files will be written to this directory.

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

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

     Seth Falcon

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

     'writeRepositoryHtml'

