Last updated on 2026-08-12 08:59:05 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | OK | |||||
| r-devel-linux-x86_64-debian-gcc | 0.3.2 | 2.11 | 24.27 | 26.38 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.2 | 21.09 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 19.91 | ERROR | |||
| r-devel-windows-x86_64 | 0.3.2 | 5.00 | 54.00 | 59.00 | OK | |
| r-patched-linux-x86_64 | 0.3.2 | 3.20 | 28.56 | 31.76 | OK | |
| r-release-linux-x86_64 | 0.3.2 | 3.00 | 28.34 | 31.34 | OK | |
| r-release-macos-arm64 | 0.3.2 | 1.00 | 16.00 | 17.00 | OK | |
| r-release-macos-x86_64 | 0.3.2 | 2.00 | 39.00 | 41.00 | OK | |
| r-release-windows-x86_64 | 0.3.2 | 5.00 | 50.00 | 55.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.2 | 1.00 | 27.00 | 28.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.2 | 2.00 | 39.00 | 41.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.2 | 6.00 | 59.00 | 65.00 | OK |
Version: 0.3.2
Check: tests
Result: ERROR
Running ‘testthat.R’
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(harmonydata)
>
> test_check("harmonydata")
Saving _problems/test-crosswalk-74.R
Saving _problems/test-match-negative-polarity-28.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-crosswalk.R:74:1'): (code run outside of `test_that()`) ────────
Error: Please install xml2 package
Backtrace:
▆
1. └─harmonydata::match_instruments(list(instrument_gad)) at test-crosswalk.R:74:1
2. └─httr::content(res)
3. └─httr:::parse_auto(raw, type, encoding, ...)
4. └─httr (local) parser(x = content, type = type, encoding = encoding, ...)
5. └─httr:::need_package("xml2")
── Error ('test-match-negative-polarity.R:28:1'): (code run outside of `test_that()`) ──
Error: Please install xml2 package
Backtrace:
▆
1. └─harmonydata::match_instruments(instrument_en) at test-match-negative-polarity.R:28:1
2. └─httr::content(res)
3. └─httr:::parse_auto(raw, type, encoding, ...)
4. └─httr (local) parser(x = content, type = type, encoding = encoding, ...)
5. └─httr:::need_package("xml2")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.2
Check: tests
Result: ERROR
Running ‘testthat.R’
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(harmonydata)
>
> test_check("harmonydata")
No encoding supplied: defaulting to UTF-8.
Saving _problems/test-crosswalk-74.R
No encoding supplied: defaulting to UTF-8.
Saving _problems/test-match-negative-polarity-28.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-crosswalk.R:74:1'): (code run outside of `test_that()`) ────────
Error in `make.unique(unlist(lapply(conten$questions, function(x) paste(x$question_no, x$question_text, sep = " "))))`: 'names' must be a character vector
Backtrace:
▆
1. └─harmonydata::match_instruments(list(instrument_gad)) at test-crosswalk.R:74:1
2. └─base::make.unique(...)
── Error ('test-match-negative-polarity.R:28:1'): (code run outside of `test_that()`) ──
Error in `make.unique(unlist(lapply(conten$questions, function(x) paste(x$question_no, x$question_text, sep = " "))))`: 'names' must be a character vector
Backtrace:
▆
1. └─harmonydata::match_instruments(instrument_en) at test-match-negative-polarity.R:28:1
2. └─base::make.unique(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc