Last updated on 2024-11-14 19:49:57 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.2.3 | 4.82 | 45.62 | 50.44 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.2.3 | 3.45 | 40.79 | 44.24 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.2.3 | 99.39 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.2.3 | 103.40 | OK | |||
r-devel-windows-x86_64 | 2.2.3 | 6.00 | 75.00 | 81.00 | OK | --no-vignettes |
r-patched-linux-x86_64 | 2.2.3 | 3.98 | 43.43 | 47.41 | ERROR | |
r-release-linux-x86_64 | 2.2.3 | 3.46 | 43.84 | 47.30 | OK | |
r-release-macos-arm64 | 2.2.3 | 67.00 | OK | |||
r-release-macos-x86_64 | 2.2.3 | 90.00 | OK | |||
r-release-windows-x86_64 | 2.2.3 | 6.00 | 138.00 | 144.00 | OK | --no-vignettes |
r-oldrel-macos-arm64 | 2.2.3 | 73.00 | OK | |||
r-oldrel-macos-x86_64 | 2.2.3 | 125.00 | OK | |||
r-oldrel-windows-x86_64 | 2.2.3 | 6.00 | 80.00 | 86.00 | OK | --no-vignettes |
Version: 2.2.3
Check: tests
Result: ERROR
Running ‘run-all.R’ [16s/37s]
Running the tests in ‘tests/run-all.R’ failed.
Complete output:
> library("testthat")
>
> test_check("argparse")
Loading required package: argparse
[ FAIL 2 | WARN 0 | SKIP 5 | PASS 83 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-argparse.R:254:5', 'test-argparse.R:275:5',
'test-argparse.R:288:5'
• Skip passing -h if not interactive() (1): 'test-argparse.R:200:5'
• interactive() == FALSE (1): 'test-argparse.R:37:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-argparse.R:177:5'): parse_intermixed_args() works as expected ──
a_r[[1]]$rest not equal to 1:3.
Lengths differ: 4 is not 3
── Failure ('test-argparse.R:178:5'): parse_intermixed_args() works as expected ──
a_r[[2]] not equal to c("-n", "4").
Lengths differ: 1 is not 2
[ FAIL 2 | WARN 0 | SKIP 5 | PASS 83 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.2.3
Check: tests
Result: ERROR
Running ‘run-all.R’ [16s/34s]
Running the tests in ‘tests/run-all.R’ failed.
Complete output:
> library("testthat")
>
> test_check("argparse")
Loading required package: argparse
[ FAIL 2 | WARN 0 | SKIP 5 | PASS 83 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-argparse.R:254:5', 'test-argparse.R:275:5',
'test-argparse.R:288:5'
• Skip passing -h if not interactive() (1): 'test-argparse.R:200:5'
• interactive() == FALSE (1): 'test-argparse.R:37:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-argparse.R:177:5'): parse_intermixed_args() works as expected ──
a_r[[1]]$rest not equal to 1:3.
Lengths differ: 4 is not 3
── Failure ('test-argparse.R:178:5'): parse_intermixed_args() works as expected ──
a_r[[2]] not equal to c("-n", "4").
Lengths differ: 1 is not 2
[ FAIL 2 | WARN 0 | SKIP 5 | PASS 83 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64