Resolve the dependencies of an extracted call slice
Source:R/resolve_dependencies.R
resolve_dependencies.RdReshapes facts already collected by unpack_call() into five dependency
categories. It does not perform another static-analysis pass.
Details
The returned schema is versioned. Version 1.0 contains functions
(extracted, not extracted, and external by package), objects (captured
inputs and hidden state), packages (including installed versions),
system (compiled boundaries), runtime (dispatch candidates and
unresolved references), and the three human-review answers.