zzz {BioSeqClass} | R Documentation |
This functions load depended R packages and imports default data into global "options".
.onLoad(libname, pkgname)
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. |
After loading, loadNamespace looks for a hook function named .onLoad and runs it before sealing the namespace and processing exports.
Hong Li