Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 1, 2023
1 parent 205b226 commit d1e7649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-different_models.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ test_that("bayesQR", {
skip_on_os("mac")
skip_if_not_or_load_if_installed("bayesQR")

invisible(capture.output(
invisible(capture.output({
x <- bayesQR(Sepal.Length ~ Petal.Width,
data = iris, quantile = 0.1,
alasso = TRUE, ndraw = 500
)
))
}))

rez <- p_direction(x)
expect_identical(c(nrow(rez), ncol(rez)), c(2L, 2L))
Expand Down

0 comments on commit d1e7649

Please sign in to comment.