| Line 152... |
Line 152... |
| 152 |
To turn tracing off, but retain the source version, use \code{trace(x,
|
152 |
To turn tracing off, but retain the source version, use \code{trace(x,
|
| 153 |
edit = env)} as in the example. To return to the original version
|
153 |
edit = env)} as in the example. To return to the original version
|
| 154 |
from the package, use \code{untrace(x)}.
|
154 |
from the package, use \code{untrace(x)}.
|
| 155 |
}
|
155 |
}
|
| 156 |
|
156 |
|
| 157 |
\section{Class {"sourceEnvironment"}}{% <-- cannot yet use \code{} inside \section{}
|
157 |
\section{Class \code{"sourceEnvironment"}}{
|
| 158 |
Objects from this class can be treated as environments, to extract the
|
158 |
Objects from this class can be treated as environments, to extract the
|
| 159 |
version of functions and methods generated by \code{evalSource}.
|
159 |
version of functions and methods generated by \code{evalSource}.
|
| 160 |
The objects also have the following slots:
|
160 |
The objects also have the following slots:
|
| 161 |
\describe{
|
161 |
\describe{
|
| 162 |
\item{\code{packageName}:}{ The character-string name of the package
|
162 |
\item{\code{packageName}:}{ The character-string name of the package
|