tests/testthat/_snaps/control.md

control_cluster() error with wrong input

Code
  control_cluster(verbosity = 5.5)
Condition
  Error in `control_cluster()`:
  ! verbosity should be an integer.
Code
  control_cluster(verbosity = "3")
Condition
  Error in `control_cluster()`:
  ! verbosity should be an integer.
Code
  control_cluster(catch = "yes")
Condition
  Error in `control_cluster()`:
  ! catch should be a logical.


Try the tidyclust package in your browser

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

tidyclust documentation built on Sept. 26, 2023, 1:08 a.m.