tests/testthat/_snaps/options.md

error for unknown options

Code
  r_process_options(func = function() { }, foo = "bar")
Condition
  Error:
  ! Unknown optioncharacter(0):'foo'
Code
  r_process_options(func = function() { }, foo = "bar", bar = "foo")
Condition
  Error:
  ! Unknown options:'foo' and 'bar'


MangoTheCat/callr documentation built on June 9, 2025, 8:12 p.m.