write_REPOSITORY          package:biocViews          R Documentation

_W_r_i_t_e _a _R_E_P_O_S_I_T_O_R_Y _c_o_n_t_r_o_l _f_i_l_e _f_o_r _a _C_R_A_N-_s_t_y_l_e _p_a_c_k_a_g_e _r_e_p_o_s_i_t_o_r_y

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

     This function writes a 'REPOSITORY' file at the top-level of a
     CRAN-style repository.  This file is DCF formatted and describes
     the location of packages available in the repository.  Here is an
     example for a repository containing only source and Windows binary
     packages:


         source: src/contrib
         win.binary: bin/windows/contrib/2.3
         provides: source, win.binary


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

     write_REPOSITORY(reposRootPath, contribPaths)

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

reposRootPath: character vector containing the path to the CRAN-style
          repository root directory.

contribPaths: A named character vector.  Valid names are 'source',
          'win.binary', and 'mac.binary'.  Values indicate the paths to
          the package archives relative to the 'reposRoot'.

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

     Seth Falcon

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

     'write_PACKAGES', 'extractVignettes',
     'link{genReposControlFiles}', 'write_VIEWS'

