CRAN Package Check Results for Package argparse

Last updated on 2023-01-25 04:51:30 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2.1 4.46 50.87 55.33 OK
r-devel-linux-x86_64-debian-gcc 2.2.1 4.00 41.22 45.22 OK
r-devel-linux-x86_64-fedora-clang 2.2.1 88.20 OK
r-devel-linux-x86_64-fedora-gcc 2.2.1 93.63 OK
r-devel-windows-x86_64 2.2.1 18.00 117.00 135.00 OK --no-vignettes
r-patched-linux-x86_64 2.2.1 4.49 51.11 55.60 OK
r-release-linux-x86_64 2.2.1 4.05 51.38 55.43 OK
r-release-macos-arm64 2.2.1 54.00 OK
r-release-macos-x86_64 2.2.1 131.00 ERROR
r-release-windows-x86_64 2.2.1 15.00 103.00 118.00 OK --no-vignettes
r-oldrel-macos-arm64 2.2.1 49.00 OK
r-oldrel-macos-x86_64 2.2.1 131.00 ERROR
r-oldrel-windows-ix86+x86_64 2.2.1 10.00 71.00 81.00 ERROR --no-vignettes

Check Details

Version: 2.2.1
Check: tests
Result: ERROR
     Running ‘run-all.R’ [63s/69s]
    Running the tests in ‘tests/run-all.R’ failed.
    Last 13 lines of output:
     ── Error ('test-argparse.R:163'): parse_intermixed_args() works as expected ────
     <argparse_parse_error/error/condition>
     Error in `"argparse::parse_args_output(output)"`: python error:
     Traceback (most recent call last):
     File "<stdin>", line 22, in <module>
     AttributeError: 'ArgumentParser' object has no attribute 'parse_intermixed_args'
     Backtrace:
     ▆
     1. └─parser$parse_intermixed_args(args) at test-argparse.R:163:4
     2. └─argparse:::parse_args_output(output)
     3. └─argparse:::pa_stop(output, "python error:")
    
     [ FAIL 1 | WARN 0 | SKIP 5 | PASS 76 ]
     Error: Test failures
     Execution halted
Flavor: r-release-macos-x86_64

Version: 2.2.1
Check: tests
Result: ERROR
     Running ‘run-all.R’ [59s/65s]
    Running the tests in ‘tests/run-all.R’ failed.
    Last 13 lines of output:
     ── Error ('test-argparse.R:163'): parse_intermixed_args() works as expected ────
     <argparse_parse_error/error/condition>
     Error in `"argparse::parse_args_output(output)"`: python error:
     Traceback (most recent call last):
     File "<stdin>", line 22, in <module>
     AttributeError: 'ArgumentParser' object has no attribute 'parse_intermixed_args'
     Backtrace:
     ▆
     1. └─parser$parse_intermixed_args(args) at test-argparse.R:163:4
     2. └─argparse:::parse_args_output(output)
     3. └─argparse:::pa_stop(output, "python error:")
    
     [ FAIL 1 | WARN 0 | SKIP 5 | PASS 76 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-macos-x86_64

Version: 2.2.1
Flags: --no-vignettes
Check: tests
Result: ERROR
     Running 'run-all.R' [31s]
    Running the tests in 'tests/run-all.R' failed.
    Complete output:
     > library("testthat")
     >
     > test_check("argparse")
     Loading required package: argparse
     [ FAIL 1 | WARN 0 | SKIP 6 | PASS 73 ]
    
     == Skipped tests ===============================================================
     * On Windows (4)
     * Skip passing -h if not interactive() (1)
     * interactive() == FALSE (1)
    
     == Failed tests ================================================================
     -- Error ('test-argparse.R:163'): parse_intermixed_args() works as expected ----
     <argparse_parse_error/error/condition>
     Error in `"argparse::parse_args_output(output)"`: python error:
     Traceback (most recent call last):
     File "<stdin>", line 22, in <module>
     AttributeError: 'ArgumentParser' object has no attribute 'parse_intermixed_args'
     Backtrace:
     x
     1. \-parser$parse_intermixed_args(args) at test-argparse.R:163:4
     2. \-argparse:::parse_args_output(output)
     3. \-argparse:::pa_stop(output, "python error:")
    
     [ FAIL 1 | WARN 0 | SKIP 6 | PASS 73 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64