Skip to contents

Reshapes facts already collected by unpack_call() into five dependency categories. It does not perform another static-analysis pass.

Usage

resolve_dependencies(x)

Arguments

x

An insider_unpack result. An insider_trace is also accepted and reports only the runtime facts present in that object.

Value

An object of class insider_dependencies.

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.