buildVigDf            package:reposTools            R Documentation

_F_u_n_c_t_i_o_n_s _t_o _c_r_e_a_t_e _r_e_p_o_s_i_t_o_r_y _d_a_t_a._f_r_a_m_e_s

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

     These functions are used to generate server side repository
     data.frames

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

     buildPkgDf(PACKAGEfile="PACKAGES.in", infoDir=".", prefixPath=NULL,
                mangSep=":v:")
     buildVigDf(VIGfile = "Vignettes.in", infoDir = ".")
     addManifest(df, ext=".manifest", mangSep=":v:")
     addOsSpecific(df, prefixPath=NULL, ext=".status",mangSep=":v:")

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

PACKAGEfile: For building a package repository, allows the user to
          specify information manually.

 VIGfile: For building a vignette repository, allows the user to
          specify information manually.

 infoDir: The path to any manual input files

      df: A repository data frame object

prefixPath: Allows the user to specify a different location for the
          stored files

     ext: File extension for special manual input files

 mangSep: Used internally

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

     These functions (especially the add* functions, which are called
     by buildPkgDf), are intended primarily to be called from the
     genRepos() routines, but can be manually invoked.  See
     help("genRepos") for descriptions of the various manual input
     files and their effects.

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

     A repository data.frame.

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

     Jeff Gentry

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

     'repdatadesc-class','genRepos'

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

