The R Project SVN R

Rev

Rev 83419 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83419 Rev 88581
Line 78... Line 78...
78
  visible, and this is subject to change.  Currently
78
  visible, and this is subject to change.  Currently
79
  \code{.Traceback} contains the \code{\link{call}}s as language
79
  \code{.Traceback} contains the \code{\link{call}}s as language
80
  objects.
80
  objects.
81
}
81
}
82
\references{
82
\references{
83
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
83
  \bibshow{R:Becker+Chambers+Wilks:1988}
84
  \emph{The New S Language}.
-
 
85
  Wadsworth & Brooks/Cole.
-
 
86
}
84
}
87
\examples{
85
\examples{
88
foo <- function(x) { print(1); bar(2) }
86
foo <- function(x) { print(1); bar(2) }
89
bar <- function(x) { x + a.variable.which.does.not.exist }
87
bar <- function(x) { x + a.variable.which.does.not.exist }
90
\dontrun{
88
\dontrun{