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 3fca27a commit 7676954Copy full SHA for 7676954
NEWS.md
@@ -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
12
# survutils 1.0.1
13
14
* Adding a unit testing framework (#9)
0 commit comments