Skip to content

Commit

Permalink
v1.4.0 release. skipping tests on cran entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Jan 8, 2025
1 parent f47a3be commit 76357ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ The package was flagged for having examples and vignettes with CPU time
considerably higher than elapsed time. This was caused by the heavy reliance on
{data.table}, which uses multiple threads by default. We have restricted the
number of threads to 1 in the examples and set the env var OMP_THREAD_LIMIT to 2
in vignettes and tests. We're still receiving the note regarding the possibly
invalid URL above, but we have no issues accessing it.
in vignettes and tests. We have also skipped some tests that were flagging
runtime errors when post-processing tests. We're still receiving the note
regarding the possibly invalid URL above, but we have no issues accessing it.
2 changes: 1 addition & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Sys.setenv(OMP_THREAD_LIMIT = 2)
library(testthat)
library(gtfstools)

test_check("gtfstools")
if (!testthat:::on_cran()) test_check("gtfstools")

0 comments on commit 76357ca

Please sign in to comment.