Last updated on 2025-06-25 05:49:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.4 | 6.51 | 52.77 | 59.28 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.4.4 | 4.93 | 38.39 | 43.32 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.4.4 | 96.86 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.4.4 | 86.13 | OK | |||
r-devel-windows-x86_64 | 1.4.4 | 8.00 | 72.00 | 80.00 | ERROR | |
r-patched-linux-x86_64 | 1.4.4 | 6.79 | 48.63 | 55.42 | OK | |
r-release-linux-x86_64 | 1.4.4 | 6.03 | 47.73 | 53.76 | OK | |
r-release-macos-arm64 | 1.4.4 | 33.00 | OK | |||
r-release-macos-x86_64 | 1.4.4 | 62.00 | OK | |||
r-release-windows-x86_64 | 1.4.4 | 9.00 | 73.00 | 82.00 | OK | |
r-oldrel-macos-arm64 | 1.4.4 | 35.00 | OK | |||
r-oldrel-macos-x86_64 | 1.4.4 | 93.00 | OK | |||
r-oldrel-windows-x86_64 | 1.4.4 | 11.00 | 91.00 | 102.00 | OK |
Version: 1.4.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(FaaSr)
>
> test_check("FaaSr")
NULL
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 34 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-faasr_parse.R:25:3'): parse ──────────────────────────────────
Expected `faasr_parse(test_json)` to run without any errors.
ℹ Actually got a <std::invalid_argument> with text:
SyntaxError: Unexpected token ':'
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 34 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.4.4
Check: tests
Result: ERROR
Running 'testthat.R' [2s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(FaaSr)
>
> test_check("FaaSr")
NULL
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 34 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-faasr_parse.R:25:3'): parse ──────────────────────────────────
Expected `faasr_parse(test_json)` to run without any errors.
ℹ Actually got a <std::invalid_argument> with text:
SyntaxError: Unexpected token ':'
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 34 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64