Last updated on 2024-12-26 01:50:06 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.5 | 3.95 | 58.05 | 62.00 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.4.5 | 2.90 | 44.49 | 47.39 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.4.5 | 97.67 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.4.5 | 94.02 | OK | |||
r-devel-windows-x86_64 | 1.4.5 | 6.00 | 101.00 | 107.00 | OK | |
r-patched-linux-x86_64 | 1.4.5 | 4.64 | 54.54 | 59.18 | OK | |
r-release-linux-x86_64 | 1.4.5 | 4.44 | 54.90 | 59.34 | OK | |
r-release-macos-arm64 | 1.4.5 | 43.00 | OK | |||
r-release-macos-x86_64 | 1.4.5 | 73.00 | OK | |||
r-release-windows-x86_64 | 1.4.5 | 6.00 | 176.00 | 182.00 | OK | |
r-oldrel-macos-arm64 | 1.4.5 | 46.00 | OK | |||
r-oldrel-macos-x86_64 | 1.4.5 | 95.00 | OK | |||
r-oldrel-windows-x86_64 | 1.4.5 | 8.00 | 135.00 | 143.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