The R Project SVN R

Rev

Rev 60325 | Rev 66183 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60325 Rev 61433
Line 12... Line 12...
12
\alias{evalqOnLoad}
12
\alias{evalqOnLoad}
13
\title{
13
\title{
14
Set Actions For Package Loading
14
Set Actions For Package Loading
15
}
15
}
16
\description{
16
\description{
17
These functions 
17
These functions
18
provide a mechanism
18
provide a mechanism
19
for packages to specify computations to be done during the loading of
19
for packages to specify computations to be done during the loading of
20
the package namespace.
20
the package namespace.
21
Such actions are a flexible way to provide information only available
21
Such actions are a flexible way to provide information only available
22
at load time (such as locations in a dynamically linked library).
22
at load time (such as locations in a dynamically linked library).