reposTheme-class package:reposTools R Documentation _C_l_a_s_s "_r_e_p_o_s_T_h_e_m_e", _a _c_l_a_s_s _t_o _m_o_d_e_l _r_e_p_o_s_i_t_o_r_y _t_h_e_m_e_s _D_e_s_c_r_i_p_t_i_o_n: The 'reposTheme' class is used to model repository 'themes' for both server and client operations within the 'reposTools' package. _O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s: Objects can be created by calls of the form 'new("reposTheme", ...)'. _S_l_o_t_s: '_r_e_p_T_h_e_m_e_N_a_m_e': Object of class '"character"': The name of the theme. '_r_e_p_T_h_e_m_e_D_e_s_c': Object of class '"character"': A short description of this theme. '_r_e_p_T_h_e_m_e_R_e_p_o_s': Object of class '"character"': The URL of the repository that this theme belongs to. '_r_e_p_T_h_e_m_e_P_k_g_s': Object of class '"list"': A list of objects of class 'pkgInfo', used to specify the packages contained by this 'themes'. _M_e_t_h_o_d_s: _r_e_p_T_h_e_m_e_N_a_m_e 'signature(object = "reposTheme")': Retrieves the 'repThemeName' slot. _r_e_p_T_h_e_m_e_D_e_s_c 'signature(object = "reposTheme")': Retrieves the 'repThemeDesc' slot. _r_e_p_T_h_e_m_e_R_e_p_o_s 'signature(object = "reposTheme")': Retrieves the 'repThemeRepos' slot. _r_e_p_T_h_e_m_e_P_k_g_s 'signature(object = "reposTheme")': Retrieves the 'repThemePkgs' slot. _s_h_o_w 'signature(object = "reposTheme")': Displays a summary of the information about the theme. _A_u_t_h_o_r(_s): Jeff Gentry _S_e_e _A_l_s_o: 'link{themes}', 'writeThemesXML' _E_x_a_m_p_l_e_s: ## loading an example RDA file load(system.file(file.path("themes", "repThemes.rda"), package="reposTools")) for (i in seq(along=repThemes)) show(repThemes[[i]])