Files
2026-07-13 13:27:18 +08:00

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()
)