We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f15aed commit 0b00e86Copy full SHA for 0b00e86
tests/testthat.R
@@ -5,8 +5,8 @@
5
# Learn more about the roles of various files in:
6
# * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
7
# * https://testthat.r-lib.org/articles/special-files.html
8
-
+Sys.setenv("OMP_THREAD_LIMIT" = 2)
9
library(testthat)
10
library(shinyExprPortal)
11
+data.table::setDTthreads(1)
12
test_check("shinyExprPortal")
vignettes/networkviewer.png
-301 KB
0 commit comments