require.RbcBook1          package:RbcBook1          R Documentation

_L_o_a_d _a _l_e_n_g_t_h_y _l_i_s_t _o_f _p_a_c_k_a_g_e_s _t_h_a_t _a_r_e _u_s_e_d _i_n _t_h_e _B_o_o_k

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

     Load a lengthy list of packages that are used in the Book

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

     require.RbcBook1()
     .RbcBook1.pkgs()

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

_D_e_t_a_i_l_s:

     'require.RbcBook1' can be used to see at once whether all packages
     required for the book can be loaded.

     To do for '.RbcBook1.pkgs': version numbers?

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

     '.RbcBook1.pkgs' returns a character vector with the names of all
     packages used in the book.

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

     Wolfgang Huber <huber@ebi.ac.uk>

_E_x_a_m_p_l_e_s:

     ## Not run: 
     library(reposTools)
     install.packages2(.RbcBook1.pkgs(), develOK=TRUE)
     require.RbcBook1()
     ## End(Not run)

