ReposEntry-class package:reposTools R Documentation _A _c_l_a_s_s _t_o _r_e_p_r_e_s_e_n_t _a _r_e_p_o_s_i_t_o_r_y _D_e_s_c_r_i_p_t_i_o_n: This class models all key information for a server side repository, which can then be passed on to clients. It provides access to both the basic administrative information as well as the dataframe itself. _O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s: The helper function 'buildReposEntry' should be used to create objects of this class. _S_l_o_t_s: '_r_e_p_l_i_s_t_i_n_g': Object of class '"replisting"' The administrative information for the repository '_r_e_p_d_a_t_a_d_e_s_c': Object of class '"repdatadesc"' The representative dataframe for this repository '_r_e_o_p_s_T_h_e_m_e_s': Object of class '"list"' The list of themes for this repository. _M_e_t_h_o_d_s: _s_h_o_w 'signature(object = "ReposEntry")': A verbose output of the repository _s_u_m_m_a_r_y 'signature(object = "ReposEntry")': A brief output of the repository _r_e_p_d_a_t_a_d_e_s_c 'signature(object = "ReposEntry")': Returns the repdatadesc object _r_e_p_d_a_t_a_f_r_a_m_e 'signature(object = "ReposEntry")': Returns the raw dataframe stored in repdatadesc _r_e_p_l_i_s_t_i_n_g 'signature(object = "ReposEntry")': Returns the replisting object _r_e_p_o_s_T_h_e_m_e_s 'signature(object = "ReposEntry")': Returns the reposThemes slot _r_e_p_N_a_m_e 'signature(object = "ReposEntry")': Returns the name of the repository _r_e_p_R_e_l_e_a_s_e_L_e_v_e_l 'signature(object = "ReposEntry")': Returns the release level of this repository. _r_e_p_O_b_j_e_c_t_s 'signature(object = "ReposEntry")': Returns a listing of all distributable objects contained in the repository _r_e_p_P_k_g_I_n_f_o_s 'signature(object = "ReposEntry")': Returns a list of PkgInfo objects for packages stored in the repository _r_e_p_T_y_p_e 'signature(object = "ReposEntry")': Returns a string representing the type of data stored in the repository _r_e_p_U_R_L 'signature(object = "ReposEntry")': Returns the URL of the repository _d_e_p_e_n_d_s 'signature(object = "ReposEntry")': Returns the dependencies for a given package _s_u_g_g_e_s_t_s 'signature(object = "ReposEntry")': Returns the 'suggests' field for a given package _i_m_p_o_r_t_s 'signature(object = "ReposEntry")': Returns the 'imports' field for a given package _k_e_y_w_o_r_d_s 'signature(object = "ReposEntry")': Returns the 'keywords' field for a given package _n_u_m_S_u_b_R_e_p_s 'signature(object = "ReposEntry")': Returns the number of available subrepositories _g_e_t_S_u_b_R_e_p 'signature(object = "ReposEntry")': Returns a 'ReposEntry' object for a given subrepository _g_e_t_S_u_b_R_e_p_L_i_s_t 'signature(object = "ReposEntry")': Returns a 'ReposList' object for all subrepositories _h_a_s_F_i_l_e_s 'signature(object = "ReposEntry")': Whether or not this repository has any downloadable files _p_k_g_R_V_e_r_s_i_o_n 'signature(object = "ReposEntry")': Returns the version of R that a package was built under _d_o_w_n_l_o_a_d_F_i_l_e 'signature(object = "ReposEntry")': Will download a requested file and return the new filename _A_u_t_h_o_r(_s): Jeff Gentry _S_e_e _A_l_s_o: 'repdatadesc-class','replisting-class', 'buildReposEntry', 'ReposList' _E_x_a_m_p_l_e_s: ## TBD