The R Project SVN R

Rev

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

Rev 69480 Rev 69484
Line 98... Line 98...
98
}
98
}
99
 
99
 
100
\note{
100
\note{
101
  Hooks need to be set before the event they modify: for standard
101
  Hooks need to be set before the event they modify: for standard
102
  packages this can be problematic as \pkg{methods} is loaded and
102
  packages this can be problematic as \pkg{methods} is loaded and
103
  attached early in the startup sequence and currently that loads the
103
  attached early in the startup sequence.   The usual place to set hooks
104
  \pkg{utils} namepace.   The usual place to set hooks such as the
-
 
105
  example below is in the \file{.Rprofile} file, but that will not work
104
  such as the example below is in the \file{.Rprofile} file, but that
106
  for \pkg{methods} and \pkg{utils}.
105
  will not work for \pkg{methods}.
107
}
106
}
108
 
107
 
109
\seealso{
108
\seealso{
110
  \code{\link{library}}, \code{\link{detach}}, \code{\link{loadNamespace}}.
109
  \code{\link{library}}, \code{\link{detach}}, \code{\link{loadNamespace}}.
111
 
110