ledgr_sweep_review() packages the common sweep-inspection shape into a
small list of tables. It ranks completed candidates by an explicit expression,
returns the top rows, and separates failed or warning-bearing rows for review.
It does not select or promote a candidate.
Value
A ledgr_sweep_review list with ranked, top, issues,
rank_by, and n. For classed sweep input, ranked retains the source
sweep lineage needed for explicit candidate extraction; top is always a
lineage-free presentation table.
Examples
if (FALSE) { # \dontrun{
review <- ledgr_sweep_review(sweep, rank_by = desc(sharpe_ratio), n = 5)
review$top
review$issues
} # }