We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8a483 commit 1ab7601Copy full SHA for 1ab7601
NEWS.md
@@ -7,6 +7,9 @@
7
* Fixed an issue where calling `skip()` outside of an active test could
8
cause an unexpected error (@kevinushey, #2039).
9
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
+
13
# testthat 3.2.2
14
15
## New expectations
0 commit comments