Skip to content

Commit 89c0c82

Browse files
restyle NEWS
1 parent 268aee8 commit 89c0c82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

NEWS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# testthat (development version)
22

3-
* New expectation, `expect_shape()`, for testing the shape (i.e., the `length()`,
4-
`nrow()` and/or `ncol()`, or `dim()`, all in one place (#1423, @michaelchirico).
53
* testthat now requires R 4.1.
64
* `expect_s4_class()` now supports unquoting (@stibu81, #2064).
75
* `it()` now finds the correct evaluation environment in more cases (@averissimo, #2085).
86
* Fixed an issue preventing compilation from succeeding due to deprecation / removal of `std::uncaught_exception()` (@kevinushey, #2047).
97
* New `skip_unless_r()` to skip running tests on unsuitable versions of R, e.g. `skip_unless_r(">= 4.1.0")` to skip tests that require, say, `...names` (@MichaelChirico, #2022)
8+
* New expectation, `expect_shape()`, for testing the shape (i.e., the `length()`, `nrow()` and/or `ncol()`, or `dim()`, all in one place (#1423, @michaelchirico).
109

1110
# testthat 3.2.3
1211

0 commit comments

Comments
 (0)