Last updated on 2025-01-17 17:48:31 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.5 | 4.79 | 57.86 | 62.65 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.4.5 | 2.89 | 46.72 | 49.61 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.4.6 | 101.77 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.4.6 | 95.10 | OK | |||
r-devel-windows-x86_64 | 1.4.6 | 9.00 | 90.00 | 99.00 | OK | |
r-patched-linux-x86_64 | 1.4.5 | 4.51 | 54.47 | 58.98 | OK | |
r-release-linux-x86_64 | 1.4.5 | 4.27 | 54.75 | 59.02 | OK | |
r-release-macos-arm64 | 1.4.6 | 46.00 | OK | |||
r-release-macos-x86_64 | 1.4.5 | 73.00 | OK | |||
r-release-windows-x86_64 | 1.4.5 | 6.00 | 133.00 | 139.00 | OK | |
r-oldrel-macos-arm64 | 1.4.6 | 46.00 | OK | |||
r-oldrel-macos-x86_64 | 1.4.5 | 95.00 | OK | |||
r-oldrel-windows-x86_64 | 1.4.5 | 7.00 | 103.00 | 110.00 | OK |
Version: 1.4.5
Check: tests
Result: ERROR
Running ‘build-tools.R’ [1s/1s]
Running ‘testthat.R’ [32s/36s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(pkgbuild)
>
> test_check("pkgbuild")
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 136 ]
══ Skipped tests (15) ══════════════════════════════════════════════════════════
• On CRAN (13): 'test-build-process.R:23:3', 'test-build-process.R:43:3',
'test-build.R:192:5', 'test-compiler.R:38:7', 'test-exclude.R:11:3',
'test-exclude.R:66:3', 'test-exclude.R:110:3', 'test-exclude.R:125:3',
'test-exclude.R:134:3', 'test-exclude.R:141:3', 'test-exclude.R:152:3',
'test-style.R:3:3', 'test-utils.R:87:3'
• is_windows() && !is.null(scan_path_for_rtools()) is not TRUE (1):
'test-rtools.R:3:3'
• is_windows() is not TRUE (1): 'test-rtools.R:28:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-withr.R:34:3'): withr_with_makevars ──────────────────────────
`new` (`actual`) not equal to paste(orig, "-DTHAT -DFOO") (`expected`).
actual vs expected
- "-g -O3 -Wall -pedantic -DTHAT -DFOO"
+ "-g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DTHAT -DFOO"
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 136 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang