buildVignettes             package:tools             R Documentation

_L_i_s_t _a_n_d _B_u_i_l_d _P_a_c_k_a_g_e _V_i_g_n_e_t_t_e_s

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

     Run 'Sweave' and 'texi2dvi' on all vignettes of a package.

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

     buildVignettes(package, dir, lib.loc = NULL, quiet = TRUE)
     pkgVignettes(package, dir, lib.loc = NULL)

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

 package: a character string naming an installed package.  If given,
          Sweave files are searched in subdirectory 'doc'.

     dir: a character string specifying the path to a package's root
          source directory.  This subdirectory 'inst/doc' is searched
          for Sweave files.

 lib.loc: a character vector of directory names of R libraries, or
          'NULL'.  The default value of 'NULL' corresponds to all
          libraries currently known.  The specified library trees are
          used to to search for 'package'.

   quiet: logical. Run 'Sweave' and 'texi2dvi' in quiet mode.

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

     'buildVignettes' is called for its side effect of creating the PDF
     versions of all vignettes.

     'pkgVignettes' returns an object of class '"pkgVignettes"'.

