Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed May 12, 2023
1 parent 8bae1f3 commit 0dacc3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inst/tinytest/test-bugfix.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ p1 <- predictions(m2, type = "link")
p2 <- predictions(m2, newdata = dat, type = "link")
p3 <- as.data.frame(predict(m2, se.fit = TRUE, type = "link"))

exit_file("works locally")
expect_equal(p1$estimate, p3$fit)
expect_equal(p1$std.error, p3$se.fit)
expect_equal(p2$estimate, p3$fit)
Expand Down

0 comments on commit 0dacc3a

Please sign in to comment.