diff --git a/tests/testthat/_snaps/dplyr-case-match.md b/tests/testthat/_snaps/dplyr-case-match.md index 5d4bee45a..2714cc2fa 100644 --- a/tests/testthat/_snaps/dplyr-case-match.md +++ b/tests/testthat/_snaps/dplyr-case-match.md @@ -29,6 +29,7 @@ Condition Error in `case_match()`: ! `..1 (right)` must be a vector, not `NULL`. + i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more. --- @@ -37,6 +38,7 @@ Condition Error in `case_match()`: ! `..1 (left)` must be a vector, not `NULL`. + i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more. # throws chained errors when formula evaluation fails diff --git a/tests/testthat/_snaps/dplyr-case-when.md b/tests/testthat/_snaps/dplyr-case-when.md index 0945263f7..014facd75 100644 --- a/tests/testthat/_snaps/dplyr-case-when.md +++ b/tests/testthat/_snaps/dplyr-case-when.md @@ -37,6 +37,7 @@ Condition Error in `case_when()`: ! `..1 (right)` must be a vector, not `NULL`. + i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more. --- diff --git a/tests/testthat/_snaps/dplyr-coalesce.md b/tests/testthat/_snaps/dplyr-coalesce.md index f78e286df..4e45e60d9 100644 --- a/tests/testthat/_snaps/dplyr-coalesce.md +++ b/tests/testthat/_snaps/dplyr-coalesce.md @@ -44,6 +44,7 @@ Condition Error in `coalesce()`: ! `..2` must be a vector, not an environment. + i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more. # names in error messages are indexed correctly diff --git a/tests/testthat/_snaps/dplyr-consecutive-id.md b/tests/testthat/_snaps/dplyr-consecutive-id.md index 5a8fcdf2c..9a6904682 100644 --- a/tests/testthat/_snaps/dplyr-consecutive-id.md +++ b/tests/testthat/_snaps/dplyr-consecutive-id.md @@ -20,4 +20,5 @@ Condition Error in `consecutive_id()`: ! `..1` must be a vector, not a function. + i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more. diff --git a/tests/testthat/_snaps/dplyr-desc.md b/tests/testthat/_snaps/dplyr-desc.md index 5f5d4f164..5de21ac02 100644 --- a/tests/testthat/_snaps/dplyr-desc.md +++ b/tests/testthat/_snaps/dplyr-desc.md @@ -5,4 +5,5 @@ Condition Error in `desc()`: ! `x` must be a vector, not a function. + i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more. diff --git a/tests/testthat/_snaps/dplyr-lead-lag.md b/tests/testthat/_snaps/dplyr-lead-lag.md index ef2bce01d..b054534d8 100644 --- a/tests/testthat/_snaps/dplyr-lead-lag.md +++ b/tests/testthat/_snaps/dplyr-lead-lag.md @@ -59,6 +59,7 @@ Condition Error in `lead()`: ! `x` must be a vector, not an environment. + i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more. --- @@ -67,4 +68,5 @@ Condition Error in `lag()`: ! `x` must be a vector, not an environment. + i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more. diff --git a/tests/testthat/_snaps/dplyr-n-distinct.md b/tests/testthat/_snaps/dplyr-n-distinct.md index ad43e4584..c31dd7967 100644 --- a/tests/testthat/_snaps/dplyr-n-distinct.md +++ b/tests/testthat/_snaps/dplyr-n-distinct.md @@ -17,4 +17,5 @@ Condition Error in `n_distinct()`: ! `..1` must be a vector, not a function. + i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more. diff --git a/tests/testthat/_snaps/dplyr-na-if.md b/tests/testthat/_snaps/dplyr-na-if.md index b153cb3a6..aa224b31f 100644 --- a/tests/testthat/_snaps/dplyr-na-if.md +++ b/tests/testthat/_snaps/dplyr-na-if.md @@ -38,6 +38,7 @@ Condition Error in `na_if()`: ! `x` must be a vector, not an environment. + i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more. --- @@ -46,4 +47,5 @@ Condition Error in `na_if()`: ! `y` must be a vector, not an environment. + i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more. diff --git a/tests/testthat/_snaps/dplyr-nth-value.md b/tests/testthat/_snaps/dplyr-nth-value.md index f4def1989..377dc08ba 100644 --- a/tests/testthat/_snaps/dplyr-nth-value.md +++ b/tests/testthat/_snaps/dplyr-nth-value.md @@ -61,6 +61,7 @@ Condition Error in `vec_size()`: ! `x` must be a vector, not an environment. + i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more. # `order_by` must be the same size as `x`