tests/testthat/_snaps/regressions.md

integer options require YAML integer values

Code
  Rapp::run(app_path, c("--flips", "10.2"))
Condition
  Error:
  ! Invalid value for --flips: expected integer, received "10.2".
Code
  Rapp::run(app_path, c("--flips", "TRUE"))
Condition
  Error:
  ! Invalid value for --flips: expected integer, received "TRUE".


Try the Rapp package in your browser

Any scripts or data that you put into this service are public.

Rapp documentation built on June 11, 2026, 5:07 p.m.