.onLoad {PAnnBuilder} | R Documentation |
This functions load depended R packages and imports default data into global "options".
.onLoad(libname, pkgname) descriptionInfo
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. |
This function is from Bioconductor "AnnBuilder" package, and do some modification by Hong Li, 2008.
This function does not return any value.
Hong Li