| Line 59... |
Line 59... |
| 59 |
sources are used, the \R code files of the package are collected and
|
59 |
sources are used, the \R code files of the package are collected and
|
| 60 |
sourced in a new environment. Then, the usage sections of the Rd
|
60 |
sourced in a new environment. Then, the usage sections of the Rd
|
| 61 |
files are extracted and parsed \sQuote{as much as possible} to give
|
61 |
files are extracted and parsed \sQuote{as much as possible} to give
|
| 62 |
the formals documented. For interpreted functions in the code
|
62 |
the formals documented. For interpreted functions in the code
|
| 63 |
environment, the formals are compared between code and documentation
|
63 |
environment, the formals are compared between code and documentation
|
| 64 |
according to the values of the argument \code{use.values}. Synopsis
|
64 |
according to the values of the argument \code{use.values}.
|
| 65 |
sections are used if present; their occurrence is reported if
|
- |
|
| 66 |
\code{verbose} is true.
|
- |
|
| 67 |
|
65 |
|
| 68 |
If a package has a namespace both exported and unexported objects are
|
66 |
If a package has a namespace both exported and unexported objects are
|
| 69 |
checked, as well as registered S3 methods. (In the unlikely event of
|
67 |
checked, as well as registered S3 methods. (In the unlikely event of
|
| 70 |
differences the order is exported objects in the package, registered
|
68 |
differences the order is exported objects in the package, registered
|
| 71 |
S3 methods and finally objects in the namespace and only the first
|
69 |
S3 methods and finally objects in the namespace and only the first
|