Last updated on 2026-02-20 18:53:16 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 3.40 | 38.16 | 41.56 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 2.62 | 27.97 | 30.59 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 62.59 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 6.00 | 56.92 | 62.92 | OK | |
| r-devel-macos-arm64 | 0.1.1 | 1.00 | 14.00 | 15.00 | OK | |
| r-devel-windows-x86_64 | 0.1.1 | 5.00 | 55.00 | 60.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | OK | ||||
| r-release-linux-x86_64 | 0.1.1 | 3.47 | 33.99 | 37.46 | OK | |
| r-release-macos-arm64 | 0.1.1 | OK | ||||
| r-release-macos-x86_64 | 0.1.1 | 3.00 | 38.00 | 41.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 5.00 | 54.00 | 59.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.1 | 3.00 | 42.00 | 45.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 6.00 | 64.00 | 70.00 | OK |
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/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(owidapi)
>
> test_check("owidapi")
Saving _problems/test-owid_get-83.R
[ FAIL 1 | WARN 0 | SKIP 14 | PASS 51 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• On CRAN (14): 'test-owid_get.R:2:3', 'test-owid_get.R:12:3',
'test-owid_get.R:21:3', 'test-owid_get.R:53:3', 'test-owid_get.R:62:3',
'test-owid_get.R:72:3', 'test-owid_get_catalog.R:2:3',
'test-owid_get_catalog.R:11:3', 'test-owid_get_metadata.R:2:3',
'test-owid_get_metadata.R:12:3', 'test-owid_get_metadata.R:23:3',
'test-owid_get_metadata.R:35:3', 'test-owid_get_metadata.R:46:3',
'test-owid_get_metadata.R:64:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-owid_get.R:83:3'): owid_get handles errors appropriately ─────
Expected `owid_get("non-existent-dataset-12345")` to throw a error.
[ FAIL 1 | WARN 0 | SKIP 14 | PASS 51 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang