.C
and
.Fortran
are called with a "NativeSymbolInfo"
first argument or with argument PACKAGE
specified, which is
highly recommended to avoid name clashes in foreign function calls.
checkFF(package, dir, file, lib.loc = NULL, registration = FALSE, check_DUP = FALSE, verbose = getOption("verbose"))
package
is not given.package
nor dir
are given.NULL
. The default value of NULL
corresponds to all
libraries currently known. The specified library trees are used to
search for package
.TRUE
, checks
the registration information on the call (if available).TRUE
, .C
and
.Fortran
calls with DUP = FALSE
are reported.TRUE
, additional diagnostics are
printed (and the result is returned invisibly)."checkFF"
.There are format
and print
methods to display the
information contained in such objects.
name
argument is a symbol or
a character string, not what class of object the symbol resolves to
at run-time. If the package has a namespace which contains a useDynLib
directive, calls in top-level functions in the package are not
reported as their symbols will be preferentially looked up in the DLL
named in the first useDynLib
directive.
This checks that calls with PACKAGE
specified are to the
same package, and reports separately those which are in base packages
and those which are in other packages (and if those packages are
specified in the DESCRIPTION file).
.C
,
.Fortran
;
Foreign
.