bcv2html              package:biocViews              R Documentation

_s_e_r_i_a_l_i_z_e _a _c_r_a_n _t_a_s_k _v_i_e_w _t_o _H_T_M_L, _w_i_t_h _b_i_o_c_o_n_d_u_c_t_o_r _e_x_t_e_n_s_i_o_n

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

     serialize a cran task view to HTML, with bioconductor extension

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

     bcv2html(x, file=NULL, css="../../../R.css", packageURL="../Descriptions/", reposname="CRAN")

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

       x: x - instance of 'ctv' class

    file: file - destination

     css: css

packageURL: packageURL - URL stub for use in link creation

reposname: reposname - string identifying repository name in titles

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

     minor modification of 'ctv2html' that propagates the title
     information into the anchor.

_V_a_l_u_e:

     an html character stream

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     # see the HOWTO-BCV.Rnw in inst/doc

