10 lines
210 B
R
10 lines
210 B
R
library(testthat)
|
|
library(lightgbm) # nolint: unused_import.
|
|
|
|
test_check(
|
|
package = "lightgbm"
|
|
, stop_on_failure = TRUE
|
|
, stop_on_warning = FALSE
|
|
, reporter = testthat::SummaryReporter$new()
|
|
)
|