Skip to content

Commit 0b00e86

Browse files
authored
One core tests (#129)
* Ensuring that data.table does not fail in CRAN checks * Remove networkviewer image example
1 parent 9f15aed commit 0b00e86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/testthat.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# Learn more about the roles of various files in:
66
# * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
77
# * https://testthat.r-lib.org/articles/special-files.html
8-
8+
Sys.setenv("OMP_THREAD_LIMIT" = 2)
99
library(testthat)
1010
library(shinyExprPortal)
11-
11+
data.table::setDTthreads(1)
1212
test_check("shinyExprPortal")

vignettes/networkviewer.png

-301 KB
Binary file not shown.

0 commit comments

Comments
 (0)