The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 22... Line 22...
22
    which this is true will be loaded.}
22
    which this is true will be loaded.}
23
  \item{fun}{Function of one argument, an environment.}
23
  \item{fun}{Function of one argument, an environment.}
24
}
24
}
25
\details{
25
\details{
26
  These are internal functions for use only by \R itself.
26
  These are internal functions for use only by \R itself.
27
  
27
 
28
  The function \code{lazyLoad} is the workhorse function called by the
28
  The function \code{lazyLoad} is the workhorse function called by the
29
  package loader to load the code for a package from a database.  The
29
  package loader to load the code for a package from a database.  The
30
  database consists of two binary files, \file{\var{filebase}.rdb} (the
30
  database consists of two binary files, \file{\var{filebase}.rdb} (the
31
  objects) and \file{\var{filebase}.rdx} (an index).
31
  objects) and \file{\var{filebase}.rdx} (an index).
32
 
32