Skip to content

Commit 1ab7601

Browse files
NEWS
1 parent 5d8a483 commit 1ab7601

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
* Fixed an issue where calling `skip()` outside of an active test could
88
cause an unexpected error (@kevinushey, #2039).
99

10+
* New `skip_unless_r()` to skip running tests on unsuitable versions of R, e.g.
11+
`skip_unless_r(">= 4.1.0")` to skip tests that require `...names` (@MichaelChirico, #2022)
12+
1013
# testthat 3.2.2
1114

1215
## New expectations

0 commit comments

Comments
 (0)