Skip to content

Commit

Permalink
Merge pull request #5 from MichaelChirico/patch-1
Browse files Browse the repository at this point in the history
Skip suite if missing Suggests dependency rgenoud
  • Loading branch information
theo-s authored Jun 16, 2024
2 parents 92ac1be + d2342a2 commit 5fbe921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-GenMatch.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_that("Tests GenMatch", {
skip_if_not_installed("rgenoud")
suppressMessages(library(rgenoud))
suppressMessages(library(Matching))
suppressWarnings(RNGversion("3.5.3"))
Expand Down

0 comments on commit 5fbe921

Please sign in to comment.