Last updated on 2025-12-19 17:50:03 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.2 | 14.32 | 140.28 | 154.60 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.5.2 | 8.59 | 97.74 | 106.33 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.5.2 | 25.00 | 229.16 | 254.16 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.5.2 | 22.00 | 212.69 | 234.69 | ERROR | |
| r-devel-windows-x86_64 | 1.5.2 | 16.00 | 135.00 | 151.00 | OK | |
| r-patched-linux-x86_64 | 1.5.2 | 13.87 | 128.01 | 141.88 | OK | |
| r-release-linux-x86_64 | 1.5.2 | 13.65 | 126.08 | 139.73 | OK | |
| r-release-macos-arm64 | 1.5.2 | OK | ||||
| r-release-macos-x86_64 | 1.5.2 | 8.00 | 119.00 | 127.00 | OK | |
| r-release-windows-x86_64 | 1.5.2 | 17.00 | 134.00 | 151.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.5.2 | 9.00 | 107.00 | 116.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5.2 | 24.00 | 175.00 | 199.00 | OK |
Version: 1.5.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [25s/30s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(tidyvpc)
tidyvpc is part of Certara.R!
Follow the link below to learn more about PMx R package development at Certara.
https://certara.github.io/R-Certara/
> registered_threads <- data.table::getDTthreads()
> data.table::setDTthreads(2)
> on.exit(data.table::setDTthreads(registered_threads))
> test_check("tidyvpc")
Saving _problems/test-censoring-28.R
[ FAIL 1 | WARN 0 | SKIP 12 | PASS 41 ]
══ Skipped tests (12) ══════════════════════════════════════════════════════════
• On CRAN (8): 'test-binless.R:18:3', 'test-binless.R:55:3',
'test-binless.R:89:3', 'test-binless.R:117:3', 'test-binless.R:143:3',
'test-binless.R:162:3', 'test-binless.R:204:3', 'test_npde.R:21:3'
• get_os() == "windows" is not TRUE (4): 'test-plot.R:18:3',
'test-plot.R:42:3', 'test-plot.R:78:3', 'test-plot.R:108:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-censoring.R:28:3'): censoring output is valid ──────────────────
Error in ``[.data.table`(obs_data, , `:=`(num_blq, ifelse(DV < LLOQ, TRUE, FALSE)), by = STUDY)`: attempt access index 10/10 in VECTOR_ELT
Backtrace:
▆
1. ├─obs_data[, `:=`(num_blq, ifelse(DV < LLOQ, TRUE, FALSE)), by = STUDY] at test-censoring.R:28:3
2. └─data.table:::`[.data.table`(...) at test-censoring.R:28:3
[ FAIL 1 | WARN 0 | SKIP 12 | PASS 41 ]
Deleting unused snapshots: 'plot/bins-without-stats.svg',
'plot/bins-ypc-without-stats.svg', 'plot/censored-plot-with-aql.svg',
'plot/censored-plot-with-bql-aql.svg', 'plot/censored-plot-with-bql.svg',
'plot/one-sided-strat-formula-with-facet-wrap.svg',
'plot/single-value-group.svg', and
'plot/two-sided-strat-formula-with-facet-grid.svg'
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc