R/WideSample.R:350 calls FarFirst(colFn, k = 1L, N = ...); :259 calls FarFirst(n, colFn, N = ...). Only one of the two call sites would survive a positional-argument signature change to FarFirst without silently passing the wrong value to the wrong parameter.
Verified REAL (haiku verifier, code-read).
Fix: use consistent (ideally all-named) argument passing at both call sites.
Filed by /red-team area 14 (opus finder, 2026-08-05).
R/WideSample.R:350callsFarFirst(colFn, k = 1L, N = ...);:259callsFarFirst(n, colFn, N = ...). Only one of the two call sites would survive a positional-argument signature change toFarFirstwithout silently passing the wrong value to the wrong parameter.Verified REAL (haiku verifier, code-read).
Fix: use consistent (ideally all-named) argument passing at both call sites.
Filed by /red-team area 14 (opus finder, 2026-08-05).