Skip to content

Commit

Permalink
Added comment about changing CPU state
Browse files Browse the repository at this point in the history
  • Loading branch information
fontikar committed Jan 27, 2025
1 parent 084ab1b commit 58aa4b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# * https://r-pkgs.org/tests.html
# * https://testthat.r-lib.org/reference/test_package.html#special-files

# Setting the CPU Thread limit to max 2 to meet CRAN guidelines.
Sys.setenv("OMP_THREAD_LIMIT" = 2)

library(testthat)
Expand Down

0 comments on commit 58aa4b9

Please sign in to comment.