The R Project SVN R

Rev

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

Rev 80353 Rev 82591
Line 75... Line 75...
75
## but we strongly advise to use the "!( ... )" form in this case!
75
## but we strongly advise to use the "!( ... )" form in this case!
76
 
76
 
77
 
77
 
78
## '=' has lower precedence than '<-' ... so you should not mix them
78
## '=' has lower precedence than '<-' ... so you should not mix them
79
##     (and '<-' is considered better style anyway):
79
##     (and '<-' is considered better style anyway):
80
\donttest{## Consequently, this gives a ("non-catchable") error
80
\dontrun{## Consequently, this gives a ("non-catchable") error
81
 x <- y = 5  #->  Error in (x <- y) = 5 : ....
81
 x <- y = 5  #->  Error in (x <- y) = 5 : ....
82
}
82
}
83
}
83
}
84
\keyword{documentation}
84
\keyword{documentation}
85
\keyword{programming}
85
\keyword{programming}