Last updated on 2026-01-17 13:50:41 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 81.29 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 8.00 | 93.32 | 101.32 | OK | |
| r-release-macos-arm64 | 0.1.0 | 1.00 | 21.00 | 22.00 | ERROR | |
| r-release-macos-x86_64 | 0.1.0 | 3.00 | 78.00 | 81.00 | ERROR | |
| r-release-windows-x86_64 | 0.1.0 | 7.00 | 84.00 | 91.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.1.0 | 1.00 | 26.00 | 27.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.1.0 | 3.00 | 132.00 | 135.00 | ERROR |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [1s/4s]
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(ORscraper)
>
> test_check("ORscraper")
Saving _problems/test_extract_chip_id-10.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 63 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_extract_chip_id.R:10:3'): Testing the extract_chip_id function ──
Expected `result` to equal "100.1".
Differences:
`actual`: "4.5"
`expected`: "100.1"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 63 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-arm64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [2s/5s]
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(ORscraper)
>
> test_check("ORscraper")
Saving _problems/test_extract_chip_id-10.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 63 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_extract_chip_id.R:10:3'): Testing the extract_chip_id function ──
Expected `result` to equal "100.1".
Differences:
`actual`: "4.5"
`expected`: "100.1"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 63 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [6s]
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(ORscraper)
>
> test_check("ORscraper")
Saving _problems/test_extract_chip_id-10.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 63 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_extract_chip_id.R:10:3'): Testing the extract_chip_id function ──
Expected `result` to equal "100.1".
Differences:
`actual`: "4.5"
`expected`: "100.1"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 63 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [1s/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(ORscraper)
>
> test_check("ORscraper")
Saving _problems/test_extract_chip_id-10.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 63 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_extract_chip_id.R:10:3'): Testing the extract_chip_id function ──
Expected `result` to equal "100.1".
Differences:
`actual`: "4.4"
`expected`: "100.1"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 63 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘testthat.R’ [2s/12s]
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(ORscraper)
>
> test_check("ORscraper")
Saving _problems/test_extract_chip_id-10.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 63 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_extract_chip_id.R:10:3'): Testing the extract_chip_id function ──
Expected `result` to equal "100.1".
Differences:
`actual`: "4.4"
`expected`: "100.1"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 63 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-macos-x86_64