Vignette-class            package:DynDoc            R Documentation

_A _C_l_a_s_s _T_o _R_e_p_r_e_s_e_n_t _V_i_g_n_e_t_t_e_s

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

     This is a class that will represent a vignette file in R, it
     extends the DynDoc class

_S_l_o_t_s:

     '_p_a_c_k_a_g_e': Object of class '"character"' The package that this
          vignette is associated with

     '_v_i_g_P_k_g_V_e_r_s_i_o_n': Object of class '"VersionNumber"' The version
          number for this vignette's package

     '_i_n_d_e_x_E_n_t_r_y': Object of class '"character", from class "DynDoc"'
          The VignetteIndexEntry field from the document file

     '_t_i_t_l_e': Object of class '"character", from class "DynDoc"' The
          title of the vignette

     '_p_a_t_h': Object of class '"character", from class "DynDoc"' The
          path to the vignette file stored locally

     '_p_d_f_P_a_t_h': Object of class '"character", from class "DynDoc"' The
          path to a PDF representation of the vignette

     '_d_e_p_e_n_d_s': Object of class '"character", from class "DynDoc"' Any
          package dependencies for this vignette

     '_r_e_q_u_i_r_e_s': Object of class '"character", from class "DynDoc"' Any
          requires level dependencies for this vignette

     '_s_u_g_g_e_s_t_s': Object of class '"character", from class "DynDoc"' Any
          suggests level dependencies for this vignette

     '_k_e_y_w_o_r_d_s': Object of class '"character", from class "DynDoc"' Any
          keywords for this vignette

     '_c_o_d_e_C_h_u_n_k_s': Object of class '"chunkList", from class "DynDoc"' A
          list of code chunks from this vignette

_E_x_t_e_n_d_s:

     Class '"DynDoc"', directly.

_M_e_t_h_o_d_s:

     _p_a_c_k_a_g_e 'signature(object = "Vignette")': Retrieves the package
          name that this vignette is associated with

     _v_i_g_P_k_g_V_e_r_s_i_o_n 'signature(object = "Vignette")': Retrieves the
          version of the package that this vignette is associated with

_N_o_t_e:

     The 'Vignette' class is extending the 'DynDoc' class by further
     associating the 'DynDoc' concepts with a specific R package.

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

     Jeff Gentry

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

     'DynDoc-class', 'Sweave'

