Rdocumentation
powered by
Learn R Programming
roxygen3 (version 0.1)
auto_dynlib: Automatically determine the dynamic imports that a function needs.
Description
It does this by walking the call tree and finding all calls to
.Call
,
.C
and
.Fortran
.
Usage
auto_dynlib(x)
Arguments
x
function to inspect