.onLoad             package:PAnnBuilder             R Documentation

_L_o_a_d _p_a_c_k_a_g_e_s _a_n_d _d_a_t_a

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

     This functions load depended R packages and imports default data
     into  global "options".

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

     .onLoad(libname, pkgname)
     descriptionInfo

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

 libname: a character string giving the library directory where the 
          package defining the namespace was found.

 pkgname: a character string giving the name of the package, including 
          the version number if the package was installed with 
          -with-package-versions.

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

     This function is from Bioconductor "AnnBuilder" package, and do
     some  modification by Hong Li, 2008.

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

     This function does not return any value.

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

     Hong Li

