CRAN Package Check Results for Package argparse

Last updated on 2024-11-13 01:49:08 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 2.94 41.55 44.49 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 5.00 94.00 99.00 OK --no-vignettes
r-patched-linux-x86_64 2.2.3 3.31 43.70 47.01 OK
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 5.00 93.00 98.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 5.00 81.00 86.00 OK --no-vignettes

Check Details

Version: 2.2.3
Check: tests
Result: ERROR Running ‘run-all.R’ [17s/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