makeLazyLoading package:tools R Documentation _L_a_z_y _L_o_a_d_i_n_g _o_f _P_a_c_k_a_g_e_s _D_e_s_c_r_i_p_t_i_o_n: Tools for lazy loading of packages from a database. _U_s_a_g_e: makeLazyLoading(package, lib.loc = NULL, compress = TRUE, keep.source = getOption("keep.source.pkgs")) _A_r_g_u_m_e_n_t_s: package: package name string lib.loc: library trees, as in 'library' keep.source: logical; should sources be kept when saving from source compress: logical; whether to compress entries on the database. _D_e_t_a_i_l_s: A tool to set up packages for lazy loading from a database. For packages other than 'base' you can use 'makeLazyLoading(package)' to convert them to use lazy loading. _A_u_t_h_o_r(_s): Luke Tierney and Brian Ripley _E_x_a_m_p_l_e_s: ## set up package "splines" for lazy loading -- already done ## Not run: tools:::makeLazyLoading("splines") ## End(Not run)