Skip to content

Commit 84d6447

Browse files
committed
Add data.table throttle
1 parent 93b5168 commit 84d6447

File tree

5 files changed

+78
-77
lines changed

5 files changed

+78
-77
lines changed

.Rbuildignore

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
^ggPMX_cheat_sheet_0_9_4.pptx$
1717
^vignettes/ggPMX-nlmixr.Rmd$
1818
^vignettes/bloq.Rmd$
19-
^vignettes/ggPMX-guide.Rmd$
20-
^vignettes/ggPMX_arch.png$
2119
^man/figures/*.png$
2220
^.github/*
2321
^\.github$

CRAN-SUBMISSION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Version: 1.2.11
2-
Date: 2023-11-29 15:22:15 UTC
3-
SHA: 899bf0d07a6ff8c4d1fa0151937be6528f8b2236
2+
Date: 2023-11-29 16:05:17 UTC
3+
SHA: 93b5168a264b92eb993aa45838f8a74db7051f40

tests/testthat.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
library(testthat)
22
library(ggPMX)
3-
3+
library(data.table)
4+
setDTthreads(2)
45
test_check("ggPMX")

tests/testthat/helper-skip.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
helper_skip <- function() {
22
ret <- isTRUE(as.logical(Sys.getenv("NOT_CRAN", "false")))
33
#ret
4-
FALSE # force skip
4+
TRUE
55
}

0 commit comments

Comments
 (0)