Last updated on 2025-11-05 00:49:26 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 17.00 | 328.52 | 345.52 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 19.00 | 575.69 | 594.69 | OK | |
| r-release-macos-arm64 | 1.0.0 | ERROR | ||||
| r-release-macos-x86_64 | 1.0.0 | 8.00 | 433.00 | 441.00 | ERROR | |
| r-oldrel-macos-x86_64 | 1.0.0 | 11.00 | 429.00 | 440.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [142s/222s]
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(btw)
>
> local_reproducible_output()
>
> test_check("btw")
Starting 2 test processes
[ FAIL 1 | WARN 0 | SKIP 63 | PASS 605 ]
== Skipped tests (63) ==========================================================
* On CRAN (63): 'test-btw.R:4:3', 'test-btw.R:10:3', 'test-btw_client.R:30:5',
'test-btw_client.R:100:3', 'test-btw_client.R:204:5',
'test-btw_client.R:215:5', 'test-btw_client.R:297:5',
'test-btw_client.R:336:5', 'test-clipboard.R:6:3', 'test-edit_btw_md.R:12:3',
'test-edit_btw_md.R:35:3', 'test-edit_btw_md.R:54:3',
'test-edit_btw_md.R:65:3', 'test-edit_btw_md.R:85:3',
'test-tool-data-frame.R:4:3', 'test-tool-data-frame.R:61:3',
'test-tool-data-frame.R:70:3', 'test-tool-data-frame.R:77:3',
'test-tool-data-frame.R:102:3', 'test-tool-data-frame.R:117:3',
'test-tool-data-frame.R:127:3', 'test-tool-docs-news.R:167:3',
'test-btw_this.R:5:3', 'test-btw_this.R:51:3', 'test-btw_this.R:383:3',
'test-btw_this.R:419:3', 'test-btw_this.R:466:3',
'test-tool-environment.R:5:3', 'test-tool-environment.R:16:3',
'test-tool-files.R:21:3', 'test-tool-files.R:81:3',
'test-tool-files.R:188:3', 'test-tool-git.R:17:3', 'test-tool-git.R:89:3',
'test-tool-git.R:120:3', 'test-tool-git.R:147:3', 'test-tool-git.R:180:3',
'test-tool-git.R:207:3', 'test-tool-git.R:233:3', 'test-tool-git.R:381:3',
'test-tool-rstudioapi.R:5:3', 'test-tool-rstudioapi.R:180:3',
'test-tool-rstudioapi.R:202:3', 'test-tool-search-packages.R:28:3',
'test-tool-search-packages.R:42:3', 'test-tool-search-packages.R:55:3',
'test-tool-search-packages.R:78:3', 'test-tool-docs.R:19:3',
'test-tool-docs.R:23:3', 'test-tool-docs.R:30:3', 'test-tool-docs.R:57:3',
'test-tool-docs.R:78:3', 'test-tool-web.R:19:3', 'test-tool-web.R:68:3',
'test-tool-web.R:113:3', 'test-tool-web.R:134:3', 'test-tool-web.R:170:3',
'test-tool-web.R:225:3', 'test-tool-web.R:231:3', 'test-utils-md.R:2:3',
'test-utils.R:16:3', 'test-tool-sessioninfo.R:15:3',
'test-tool-sessioninfo.R:43:7'
== Failed tests ================================================================
-- Failure ('test-tool-sessioninfo.R:116:3'): btw_this('@installed_packages') --
btw_this("@installed_packages") (`actual`) not equal to I(btw_tool_session_package_info("installed")@value) (`expected`).
lines(actual)[8323:8328] vs lines(expected)[8323:8329]
" glueDo 0.1.0 2025-05-30 [2] CRAN (R 4.5.0)"
" gluedown 1.0.9 2024-03-11 [2] CRAN (R 4.5.0)"
" gluvarpro 7.0 2022-10-01 [2] CRAN (R 4.5.0)"
" glvmfit 0.1.0 2021-08-06 [2] CRAN (R 4.5.0)"
+ " glyparse 0.5.3 2025-11-04 [2] CRAN (R 4.5.0)"
" glyrepr 0.7.5 2025-10-29 [2] CRAN (R 4.5.0)"
" gm 2.0.0 2024-07-10 [2] CRAN (R 4.5.0)"
" gma 1.0 2017-09-19 [2] CRAN (R 4.5.0)"
[ FAIL 1 | WARN 0 | SKIP 63 | PASS 605 ]
Error: Test failures
Execution halted
Ran 8/8 deferred expressions
Flavor: r-release-macos-arm64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [265s/373s]
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(btw)
>
> local_reproducible_output()
>
> test_check("btw")
Starting 2 test processes
[ FAIL 1 | WARN 0 | SKIP 63 | PASS 605 ]
== Skipped tests (63) ==========================================================
* On CRAN (63): 'test-btw.R:4:3', 'test-btw.R:10:3', 'test-btw_client.R:30:5',
'test-btw_client.R:100:3', 'test-btw_client.R:204:5',
'test-btw_client.R:215:5', 'test-btw_client.R:297:5',
'test-btw_client.R:336:5', 'test-clipboard.R:6:3', 'test-edit_btw_md.R:12:3',
'test-edit_btw_md.R:35:3', 'test-edit_btw_md.R:54:3',
'test-edit_btw_md.R:65:3', 'test-edit_btw_md.R:85:3',
'test-tool-data-frame.R:4:3', 'test-tool-data-frame.R:61:3',
'test-tool-data-frame.R:70:3', 'test-tool-data-frame.R:77:3',
'test-tool-data-frame.R:102:3', 'test-tool-data-frame.R:117:3',
'test-tool-data-frame.R:127:3', 'test-btw_this.R:5:3',
'test-btw_this.R:51:3', 'test-btw_this.R:383:3', 'test-btw_this.R:419:3',
'test-btw_this.R:466:3', 'test-tool-docs-news.R:167:3',
'test-tool-environment.R:5:3', 'test-tool-environment.R:16:3',
'test-tool-files.R:21:3', 'test-tool-files.R:81:3',
'test-tool-files.R:188:3', 'test-tool-git.R:17:3', 'test-tool-git.R:89:3',
'test-tool-git.R:120:3', 'test-tool-git.R:147:3', 'test-tool-git.R:180:3',
'test-tool-git.R:207:3', 'test-tool-git.R:233:3', 'test-tool-git.R:381:3',
'test-tool-rstudioapi.R:5:3', 'test-tool-rstudioapi.R:180:3',
'test-tool-rstudioapi.R:202:3', 'test-tool-search-packages.R:28:3',
'test-tool-search-packages.R:42:3', 'test-tool-search-packages.R:55:3',
'test-tool-search-packages.R:78:3', 'test-tool-docs.R:19:3',
'test-tool-docs.R:23:3', 'test-tool-docs.R:30:3', 'test-tool-docs.R:57:3',
'test-tool-docs.R:78:3', 'test-tool-web.R:19:3', 'test-tool-web.R:68:3',
'test-tool-web.R:113:3', 'test-tool-web.R:134:3', 'test-tool-web.R:170:3',
'test-tool-web.R:225:3', 'test-tool-web.R:231:3', 'test-utils-md.R:2:3',
'test-utils.R:16:3', 'test-tool-sessioninfo.R:15:3',
'test-tool-sessioninfo.R:43:7'
== Failed tests ================================================================
-- Failure ('test-tool-sessioninfo.R:116:3'): btw_this('@installed_packages') --
btw_this("@installed_packages") (`actual`) not equal to I(btw_tool_session_package_info("installed")@value) (`expected`).
lines(actual)[4277:4282] vs lines(expected)[4277:4283]
" DataExplorer 0.8.4 2025-07-25 [2] CRAN (R 4.5.1)"
" DataFakeR 0.1.3 2023-02-12 [2] CRAN (R 4.5.0)"
" dataframeexplorer 1.0.2 2022-04-04 [2] CRAN (R 4.5.0)"
" datafsm 0.2.4 2021-05-29 [2] CRAN (R 4.5.0)"
+ " DataFusionGDM 1.3.2 2025-11-04 [2] CRAN (R 4.5.1)"
" DataGraph 1.2.14 2023-03-02 [2] CRAN (R 4.5.0)"
" DataLoader 1.3 2015-11-01 [2] CRAN (R 4.5.0)"
" dataMaid 1.4.2 2025-04-13 [2] CRAN (R 4.5.0)"
[ FAIL 1 | WARN 0 | SKIP 63 | PASS 605 ]
Error: Test failures
Execution halted
Ran 8/8 deferred expressions
Flavor: r-release-macos-x86_64