The R Project SVN R

Rev

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

Rev 25118 Rev 25815
Line 23... Line 23...
23
    \code{\link{options}(keep.source = *)} for more details.}
23
    \code{\link{options}(keep.source = *)} for more details.}
24
}
24
}
25
\details{
25
\details{
26
  For large files, \code{keep.source = FALSE} may save quite a bit of
26
  For large files, \code{keep.source = FALSE} may save quite a bit of
27
  memory.
27
  memory.
-
 
28
%%FIXME:  the following paragraph should be somewhere it's likely to be seen
-
 
29
  In order for the code being evaluated to use the correct environment
-
 
30
  (for example, in global assignments), source code in packages should
-
 
31
  call 
-
 
32
  \code{\link{topenv}}(), which will return the namespace, if any, the
-
 
33
  environment set up by \code{sys.source}, or the global environment
-
 
34
  if a saved image is being used.
28
}
35
}
29
\seealso{\code{\link{source}}, and \code{\link{library}} which uses
36
\seealso{\code{\link{source}}, and \code{\link{library}} which uses
30
  \code{sys.source}.
37
  \code{sys.source}.
31
}
38
}
32
\keyword{file}
39
\keyword{file}