| Line 29... |
Line 29... |
| 29 |
if neither \code{package} nor \code{dir} are given.}
|
29 |
if neither \code{package} nor \code{dir} are given.}
|
| 30 |
\item{lib.loc}{a character vector of directory names of \R libraries,
|
30 |
\item{lib.loc}{a character vector of directory names of \R libraries,
|
| 31 |
or \code{NULL}. The default value of \code{NULL} corresponds to all
|
31 |
or \code{NULL}. The default value of \code{NULL} corresponds to all
|
| 32 |
libraries currently known. The specified library trees are used to
|
32 |
libraries currently known. The specified library trees are used to
|
| 33 |
search for \code{package}.}
|
33 |
search for \code{package}.}
|
| 34 |
\item{registration}{a logical. If \code{TRUE} (the default), checks
|
34 |
\item{registration}{a logical. If \code{TRUE}, checks
|
| 35 |
the registration information on the call (if available).}
|
35 |
the registration information on the call (if available).}
|
| 36 |
\item{verbose}{a logical. If \code{TRUE}, additional diagnostics are
|
36 |
\item{verbose}{a logical. If \code{TRUE}, additional diagnostics are
|
| 37 |
printed (and the result is returned invisibly).}
|
37 |
printed (and the result is returned invisibly).}
|
| 38 |
}
|
38 |
}
|
| 39 |
\details{
|
39 |
\details{
|
| Line 47... |
Line 47... |
| 47 |
named in the first \code{useDynLib} directive.
|
47 |
named in the first \code{useDynLib} directive.
|
| 48 |
|
48 |
|
| 49 |
This checks that calls with \code{PACKAGE} specified are to the
|
49 |
This checks that calls with \code{PACKAGE} specified are to the
|
| 50 |
same package, and reports separately those which are in base packages
|
50 |
same package, and reports separately those which are in base packages
|
| 51 |
and those which are in other packages (and if those packages are
|
51 |
and those which are in other packages (and if those packages are
|
| 52 |
specified in the \file{DESCRIPTION} file). Direct calls to the
|
52 |
specified in the \file{DESCRIPTION} file).
|
| 53 |
FORTRAN entry points for LINPACK in \R itself are not reported (but
|
- |
|
| 54 |
this does not include modifications of LINPACK routines such as
|
- |
|
| 55 |
\code{dqrls}).
|
- |
|
| 56 |
}
|
53 |
}
|
| 57 |
\value{
|
54 |
\value{
|
| 58 |
An object of class \code{"checkFF"}, which currently is a list of the
|
55 |
An object of class \code{"checkFF"}.
|
| 59 |
(parsed) foreign function calls with a character first argument and
|
- |
|
| 60 |
no \code{PACKAGE} argument.
|
- |
|
| 61 |
|
56 |
|
| 62 |
There is a \code{print} method to display the information contained in
|
57 |
There are \code{formaat} and \code{print} methods to display the
|
| 63 |
such objects.
|
58 |
information contained in such objects.
|
| 64 |
}
|
59 |
}
|
| 65 |
\seealso{
|
60 |
\seealso{
|
| 66 |
\code{\link{.C}},
|
61 |
\code{\link{.C}},
|
| 67 |
\code{\link{.Fortran}};
|
62 |
\code{\link{.Fortran}};
|
| 68 |
\code{\link{Foreign}}.
|
63 |
\code{\link{Foreign}}.
|