Skip to content

Commit 0240fee

Browse files
krlmlrgithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent 51ba55e commit 0240fee

File tree

9 files changed

+12
-0
lines changed

9 files changed

+12
-0
lines changed

tests/testthat/_snaps/dplyr-case-match.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
Condition
3030
Error in `case_match()`:
3131
! `..1 (right)` must be a vector, not `NULL`.
32+
i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more.
3233

3334
---
3435

@@ -37,6 +38,7 @@
3738
Condition
3839
Error in `case_match()`:
3940
! `..1 (left)` must be a vector, not `NULL`.
41+
i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more.
4042

4143
# throws chained errors when formula evaluation fails
4244

tests/testthat/_snaps/dplyr-case-when.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
Condition
3838
Error in `case_when()`:
3939
! `..1 (right)` must be a vector, not `NULL`.
40+
i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more.
4041

4142
---
4243

tests/testthat/_snaps/dplyr-coalesce.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
Condition
4545
Error in `coalesce()`:
4646
! `..2` must be a vector, not an environment.
47+
i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more.
4748

4849
# names in error messages are indexed correctly
4950

tests/testthat/_snaps/dplyr-consecutive-id.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
Condition
2121
Error in `consecutive_id()`:
2222
! `..1` must be a vector, not a function.
23+
i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more.
2324

tests/testthat/_snaps/dplyr-desc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
Condition
66
Error in `desc()`:
77
! `x` must be a vector, not a function.
8+
i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more.
89

tests/testthat/_snaps/dplyr-lead-lag.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
Condition
6060
Error in `lead()`:
6161
! `x` must be a vector, not an environment.
62+
i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more.
6263

6364
---
6465

@@ -67,4 +68,5 @@
6768
Condition
6869
Error in `lag()`:
6970
! `x` must be a vector, not an environment.
71+
i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more.
7072

tests/testthat/_snaps/dplyr-n-distinct.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
Condition
1818
Error in `n_distinct()`:
1919
! `..1` must be a vector, not a function.
20+
i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more.
2021

tests/testthat/_snaps/dplyr-na-if.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
Condition
3939
Error in `na_if()`:
4040
! `x` must be a vector, not an environment.
41+
i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more.
4142

4243
---
4344

@@ -46,4 +47,5 @@
4647
Condition
4748
Error in `na_if()`:
4849
! `y` must be a vector, not an environment.
50+
i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more.
4951

tests/testthat/_snaps/dplyr-nth-value.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
Condition
6262
Error in `vec_size()`:
6363
! `x` must be a vector, not an environment.
64+
i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more.
6465

6566
# `order_by` must be the same size as `x`
6667

0 commit comments

Comments
 (0)