Skip to content

Commit

Permalink
Use the summary reporter in check
Browse files Browse the repository at this point in the history
In case of crashes.
  • Loading branch information
gaborcsardi committed Sep 22, 2021
1 parent 279fa1b commit ab1e3bc
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,4 +1,4 @@
library(testthat)
library(rcmdcheck)

test_check("rcmdcheck")
test_check("rcmdcheck", reporter = "summary")

0 comments on commit ab1e3bc

Please sign in to comment.