Skip to content

Commit 7676954

Browse files
committed
Update NEWS.md
1 parent 3fca27a commit 7676954

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# survutils 1.0.2
2+
3+
Patch to fix test failures
4+
5+
Latest version of broom (0.5.0) returns tibbles now. As the `get_cox_res`
6+
function uses broom, the results were now being returned as tibbles. The
7+
`test_get_cox_res.R` uses `expect_equal` to test whether two data frames are
8+
equivalent, but this does not work for tibbles. This patch changes it such that
9+
the test first converts the tibbles to data frames to allow `expect_equal` to
10+
work.
11+
112
# survutils 1.0.1
213

314
* Adding a unit testing framework (#9)

0 commit comments

Comments
 (0)