Last updated on 2023-02-08 17:52:20 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.2.1 | 5.20 | 52.19 | 57.39 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.2.1 | 4.48 | 41.21 | 45.69 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.2.1 | 85.41 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.2.1 | 93.76 | OK | |||
r-devel-windows-x86_64 | 2.2.1 | 15.00 | 113.00 | 128.00 | OK | --no-vignettes |
r-patched-linux-x86_64 | 2.2.1 | 5.38 | 49.28 | 54.66 | OK | |
r-release-linux-x86_64 | 2.2.1 | 3.56 | 51.81 | 55.37 | OK | |
r-release-macos-arm64 | 2.2.1 | 54.00 | OK | |||
r-release-macos-x86_64 | 2.2.1 | 129.00 | ERROR | |||
r-release-windows-x86_64 | 2.2.1 | 18.00 | 111.00 | 129.00 | OK | --no-vignettes |
r-oldrel-macos-arm64 | 2.2.1 | 49.00 | OK | |||
r-oldrel-macos-x86_64 | 2.2.1 | 129.00 | ERROR | |||
r-oldrel-windows-ix86+x86_64 | 2.2.1 | 11.00 | 87.00 | 98.00 | ERROR | --no-vignettes |
Version: 2.2.1
Check: tests
Result: ERROR
Running ‘run-all.R’ [61s/66s]
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
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 2.2.1
Flags: --no-vignettes
Check: tests
Result: ERROR
Running 'run-all.R' [33s]
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