Package index
Call transparency
Open up one package call: see what really runs, extract it into a self-contained, self-verifying replay script.
-
explain_call() - Explain what a package call actually executes
-
unpack_call() - Unpack a package call into a self-contained, self-verifying replay script
Code graph
Index a whole package or source directory into a queryable graph of definitions and call edges.
-
build_graph() - Build a code graph of an R package or source directory
-
graph_search() - Search the code graph for definitions by name
-
graph_node() - Show one definition with its source and line numbers
-
graph_callers() - Who calls this function?
-
graph_callees() - What does this function call?
-
insiderinsider-package - insideR: Make R Package Calls Transparent, Replayable, and Editable