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 703f87a commit a6a8c49Copy full SHA for a6a8c49
tests/testthat/test_plots.R
@@ -74,7 +74,7 @@ test_that("Forest plot 1 to many", {
74
75
test_that("Forest plot 1 to many test 2", {
76
res$pval<-formatC(res$pval, format = "e", digits = 2)
77
- expect_warning(p9 <- utils::capture.output(forest_plot_1_to_many(
+ expect_warning(utils::capture.output(p9 <- forest_plot_1_to_many(
78
res,
79
b = "b",
80
se = "se",
0 commit comments