Skip to content

Commit

Permalink
Add data.table throttle
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Nov 30, 2023
1 parent 93b5168 commit 84d6447
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 77 deletions.
2 changes: 0 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
^ggPMX_cheat_sheet_0_9_4.pptx$
^vignettes/ggPMX-nlmixr.Rmd$
^vignettes/bloq.Rmd$
^vignettes/ggPMX-guide.Rmd$
^vignettes/ggPMX_arch.png$
^man/figures/*.png$
^.github/*
^\.github$
Expand Down
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 1.2.11
Date: 2023-11-29 15:22:15 UTC
SHA: 899bf0d07a6ff8c4d1fa0151937be6528f8b2236
Date: 2023-11-29 16:05:17 UTC
SHA: 93b5168a264b92eb993aa45838f8a74db7051f40
3 changes: 2 additions & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
library(testthat)
library(ggPMX)

library(data.table)
setDTthreads(2)
test_check("ggPMX")
2 changes: 1 addition & 1 deletion tests/testthat/helper-skip.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
helper_skip <- function() {
ret <- isTRUE(as.logical(Sys.getenv("NOT_CRAN", "false")))
#ret
FALSE # force skip
TRUE
}
Loading

0 comments on commit 84d6447

Please sign in to comment.