Last updated on 2026-08-26 17:49:35 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 6.04 | 100.09 | 106.13 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.0 | 5.46 | 223.83 | 229.29 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.0.0 | 6.00 | 223.37 | 229.37 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 226.46 | ERROR | |||
| r-devel-windows-x86_64 | 1.0.0 | 8.00 | 131.00 | 139.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 5.85 | 92.42 | 98.27 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 5.77 | 92.81 | 98.58 | OK | |
| r-release-macos-arm64 | 2.0.0 | 2.00 | 87.00 | 89.00 | OK | |
| r-release-macos-x86_64 | 2.0.0 | 6.00 | 333.00 | 339.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 37.00 | 124.00 | 161.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.0 | 2.00 | 90.00 | 92.00 | OK | |
| r-oldrel-macos-x86_64 | 2.0.0 | 5.00 | 546.00 | 551.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.0 | 15.00 | 450.00 | 465.00 | OK |
Version: 2.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [134s/169s]
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(countryatlas)
>
> test_check("countryatlas")
Loading required namespace: digest
duckdb is storing downloaded extensions and secrets under ~/.duckdb:
i /data/localhost/ripley/.duckdb
This persists across sessions and is shared with the DuckDB CLI and other clients.
i Run duckdb(shared_home = FALSE) to use a temporary directory instead.
i See ?duckdb_storage for details and alternatives.
duckdb was built with libc++ (not libstdc++) on Linux, so DuckDB extensions are disabled:
* Loading a prebuilt (libstdc++) extension could crash R (https://github.com/duckdb/duckdb-r/issues/1107).
* INSTALL/LOAD of an extension will error, and automatic extension loading is off.
i Pass duckdb(allow_extensions = FALSE) to accept this and silence this message.
i Pass duckdb(allow_extensions = TRUE) to attempt loading anyway (may crash R).
i See ?duckdb for details.
duckdb is storing downloaded extensions and secrets under ~/.duckdb:
i /data/localhost/ripley/.duckdb
This persists across sessions and is shared with the DuckDB CLI and other clients.
i Run duckdb(shared_home = FALSE) to use a temporary directory instead.
i See ?duckdb_storage for details and alternatives.
duckdb was built with libc++ (not libstdc++) on Linux, so DuckDB extensions are disabled:
* Loading a prebuilt (libstdc++) extension could crash R (https://github.com/duckdb/duckdb-r/issues/1107).
* INSTALL/LOAD of an extension will error, and automatic extension loading is off.
i Pass duckdb(allow_extensions = FALSE) to accept this and silence this message.
i Pass duckdb(allow_extensions = TRUE) to attempt loading anyway (may crash R).
i See ?duckdb for details.
Saving _problems/test-standardize-72.R
[ FAIL 1 | WARN 0 | SKIP 17 | PASS 2456 ]
══ Skipped tests (17) ══════════════════════════════════════════════════════════
• On CRAN (3): 'test-world-data.R:2:3', 'test-world-data.R:20:3',
'test-world-data.R:29:3'
• data-raw/ not present (installed package) (1): 'test-data-integrity.R:126:3'
• file.exists("../../.Rbuildignore") is not TRUE (1):
'test-pre-cran-polish.R:110:3'
• man/ not present (installed package) (1): 'test-pre-cran-polish.R:369:3'
• package source tree not available (4): 'test-data-integrity.R:429:3',
'test-pre-cran-polish.R:648:3', 'test-pre-cran-polish.R:846:3',
'test-pre-cran-polish.R:896:3'
• requireNamespace("duckdb", quietly = TRUE) && requireNamespace("DBI", quietly
= TRUE) is TRUE (1): 'test-ggsql.R:101:3'
• requireNamespace("ggsql", quietly = TRUE) is TRUE (1): 'test-ggsql.R:116:3'
• requireNamespace("gifski", quietly = TRUE) || requireNamespace("magick",
quietly = TRUE) is TRUE (1): 'test-features-2.0.0.R:128:3'
• requireNamespace("sf", quietly = TRUE) && requireNamespace("cartogram",
quietly = TRUE) is TRUE (1): 'test-visualization.R:141:3'
• requireNamespace("sf", quietly = TRUE) is TRUE (2):
'test-features-2.0.0.R:160:3', 'test-visualization.R:95:3'
• tr_TR.UTF-8 locale not available (1): 'test-locale.R:29:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-standardize.R:71:5'): de-accenting only helps inside a UTF-8 locale ──
Expected `is.na(de) || is.na(suppressWarnings(convert_country(de, to = "iso3c")))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 17 | PASS 2456 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [132s/240s]
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(countryatlas)
>
> test_check("countryatlas")
Loading required namespace: digest
duckdb is storing downloaded extensions and secrets under ~/.duckdb:
i /data/localhost/ripley/.duckdb
This persists across sessions and is shared with the DuckDB CLI and other clients.
i Run duckdb(shared_home = FALSE) to use a temporary directory instead.
i See ?duckdb_storage for details and alternatives.
duckdb is storing downloaded extensions and secrets under ~/.duckdb:
i /data/localhost/ripley/.duckdb
This persists across sessions and is shared with the DuckDB CLI and other clients.
i Run duckdb(shared_home = FALSE) to use a temporary directory instead.
i See ?duckdb_storage for details and alternatives.
Saving _problems/test-standardize-72.R
[ FAIL 1 | WARN 0 | SKIP 17 | PASS 2456 ]
══ Skipped tests (17) ══════════════════════════════════════════════════════════
• On CRAN (3): 'test-world-data.R:2:3', 'test-world-data.R:20:3',
'test-world-data.R:29:3'
• data-raw/ not present (installed package) (1): 'test-data-integrity.R:126:3'
• file.exists("../../.Rbuildignore") is not TRUE (1):
'test-pre-cran-polish.R:110:3'
• man/ not present (installed package) (1): 'test-pre-cran-polish.R:369:3'
• package source tree not available (4): 'test-data-integrity.R:429:3',
'test-pre-cran-polish.R:648:3', 'test-pre-cran-polish.R:846:3',
'test-pre-cran-polish.R:896:3'
• requireNamespace("duckdb", quietly = TRUE) && requireNamespace("DBI", quietly
= TRUE) is TRUE (1): 'test-ggsql.R:101:3'
• requireNamespace("ggsql", quietly = TRUE) is TRUE (1): 'test-ggsql.R:116:3'
• requireNamespace("gifski", quietly = TRUE) || requireNamespace("magick",
quietly = TRUE) is TRUE (1): 'test-features-2.0.0.R:128:3'
• requireNamespace("sf", quietly = TRUE) && requireNamespace("cartogram",
quietly = TRUE) is TRUE (1): 'test-visualization.R:141:3'
• requireNamespace("sf", quietly = TRUE) is TRUE (2):
'test-features-2.0.0.R:160:3', 'test-visualization.R:95:3'
• tr_TR.UTF-8 locale not available (1): 'test-locale.R:29:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-standardize.R:71:5'): de-accenting only helps inside a UTF-8 locale ──
Expected `is.na(de) || is.na(suppressWarnings(convert_country(de, to = "iso3c")))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 17 | PASS 2456 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc