| Line 86... |
Line 86... |
| 86 |
If \code{local = TRUE} objects are not created in the workspace and so
|
86 |
If \code{local = TRUE} objects are not created in the workspace and so
|
| 87 |
not available for examination after \code{example} completes: on the
|
87 |
not available for examination after \code{example} completes: on the
|
| 88 |
other hand they cannot overwrite objects of the same name in the
|
88 |
other hand they cannot overwrite objects of the same name in the
|
| 89 |
workspace.
|
89 |
workspace.
|
| 90 |
|
90 |
|
| 91 |
As detailed in the \sQuote{Writing R Extensions} manual, the author of
|
91 |
As detailed in \manual{R-exts}{Documenting functions}, the author of
|
| 92 |
the help page can tag parts of the examples with the following
|
92 |
the help page can tag parts of the examples with the following
|
| 93 |
exception rules:
|
93 |
exception rules:
|
| 94 |
\describe{
|
94 |
\describe{
|
| 95 |
\item{\verb{\dontrun}}{encloses code that should not be run.}
|
95 |
\item{\verb{\dontrun}}{encloses code that should not be run.}
|
| 96 |
\item{\verb{\dontshow}}{encloses code that is invisible on help
|
96 |
\item{\verb{\dontshow}}{encloses code that is invisible on help
|