zzz {BioSeqClass}R Documentation

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.

Author(s)

Hong Li


[Package BioSeqClass version 1.38.0 Index]