requireAllBook1           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:

     requireAllBook1()

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

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

     This function can be used to see at once whether all packages
     required for the book can be loaded.

     The list of packages is hard-coded in the function (which is
     otherwise a rather trivial).

     To do: version numbers?

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

     The value of 'search()'.

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

     Wolfgang Huber <huber@ebi.ac.uk>

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

     ## don't run
     ## requireAllBook1()

