You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inp_spec() now interprets named vectors in an argument-first orientation (c(input_a = "processed_1")). Existing code that used the previous upstream-first style must swap the names and values.
Documentation
Updated README, vignettes, and reference docs to reflect the new inp_spec() mapping semantics and added guidance for migrating older code.
Testing
Added a regression test that fails fast when the legacy mapping orientation is supplied.