Skip to content

Commit

Permalink
fix cran check faild cause usage cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
BERTHET Clement (Externe) committed Oct 16, 2023
1 parent 71ebb1a commit 2a53222
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
library(testthat)
library(antaresViz)

# CRAN limite CPU usage
# issue :
data.table::setDTthreads(2)

test_check("antaresViz")

0 comments on commit 2a53222

Please sign in to comment.