1818 global variables.
1919
2020 Typical examples are the fields and methods in reference classes,
21- which appear to be global objects to \c ode {codetools}.
21+ which appear to be global objects to \p kg {codetools}.
2222 (This case is handled automatically by \c ode{\l ink{setRefClass}()} and
2323 friends, using the supplied field and method names.)
2424
@@ -63,7 +63,7 @@ suppressForeignCheck(names, package, add = TRUE)
6363 \c ode{globalVariables} or \c ode{suppressForeignCheck} call(s) occur
6464 as top-level calls in the package' s source code.
6565
66- The check command , as implemented in package \code {tools }, queries
66+ The check command , as implemented in package \pkg {tools }, queries
6767 the list before checking the \R {} source code in the package for
6868 possible problems.
6969
@@ -85,11 +85,11 @@ suppressForeignCheck(names, package, add = TRUE)
8585 The global variables list really belongs to a restricted scope (a
8686 function or a group of method definitions , for example ) rather than
8787 the package as a whole. However , implementing finer control would
88- require changes in \code {check } and / or in \code {codetools }, so in this
88+ require changes in \code {check } and / or in \pkg {codetools }, so in this
8989 version the information is stored at the package level.
9090}
9191\seealso {
92- \code {dontCheck }.
92+ \code {\ link { dontCheck }}
9393}
9494\examples {
9595\dontrun {
0 commit comments