R/deprecated.R
R/testthat.R
deprecated.Rd
Use vctrs::vec_is() instead of is_vector_s3().
vctrs::vec_is()
is_vector_s3()
Use testthat::expect_snapshot() instead of expect_known_display().
testthat::expect_snapshot()
expect_known_display()
is_vector_s3(x) expect_known_display(object, file, ..., width = 80L, crayon = TRUE)
An object to check.
File path where known value/output will be stored.
Unused.
The width of the output.
Color the output?