Learn R Programming

BioSeqClass (version 1.30.0)

zzz: Load packages and data

Description

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

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

After loading, loadNamespace looks for a hook function named .onLoad and runs it before sealing the namespace and processing exports.