This functions load depended R packages and imports default data into global "options".
此功能的负载取决于R包和进口默认的数据融入全球的“选项”。
用法----------Usage----------
.onLoad(libname, pkgname)
参数----------Arguments----------
参数: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.
给人的包的名称字符串。
Details
详情----------Details----------
After loading, loadNamespace looks for a hook function named .onLoad and runs it before sealing the namespace and processing exports.
loadNamespace加载后,看起来命名为一个钩子功能。onLoad和密封的命名空间和加工出口之前运行它。