Skip to content

Commit

Permalink
suppress startup message in check
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Apr 1, 2020
1 parent 78e45f0 commit 2942869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if (requireNamespace("testthat", quietly = TRUE)) {
library(testthat)
library(mlr3measures)
suppressPackageStartupMessages(library(mlr3measures))
test_check("mlr3measures")
}

0 comments on commit 2942869

Please sign in to comment.