Last updated on 2025-12-07 07:49:46 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.4 | 5.57 | 113.25 | 118.82 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 4.41 | 48.91 | 53.32 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.4 | 49.00 | 144.49 | 193.49 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 32.00 | 162.82 | 194.82 | OK | |
| r-devel-windows-x86_64 | 0.1.4 | 9.00 | 109.00 | 118.00 | OK | |
| r-patched-linux-x86_64 | 0.1.4 | 6.47 | 105.71 | 112.18 | OK | |
| r-release-linux-x86_64 | 0.1.4 | 5.97 | 105.78 | 111.75 | OK | |
| r-release-macos-arm64 | 0.1.4 | OK | ||||
| r-release-macos-x86_64 | 0.1.4 | 4.00 | 85.00 | 89.00 | OK | |
| r-release-windows-x86_64 | 0.1.4 | 9.00 | 109.00 | 118.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.4 | 4.00 | 84.00 | 88.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.4 | 12.00 | 138.00 | 150.00 | OK |
Version: 0.1.4
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'covr', 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘gghdx-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: geom_text_hdx
> ### Title: Text
> ### Aliases: geom_text_hdx geom_label_hdx
>
> ### ** Examples
>
> library(ggplot2)
> load_source_sans_3()
Unable to download Source Sans 3 using `sysfonts::font_add_google`, loading the font locally.
Error: The Source Sans 3 font was not accessible through `sysfonts::font_add_google()`, likely due to connection issues.
If you do not have a connection, ensure the font is installed and the correct `family` and `regular` arguments are passed for use in `sysfonts::font_add()`. Otherwise, use a pre-installed font family such as sans by running `gghdx(showtext = FALSE, base_family = 'sans')`.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/8s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(gghdx)
>
> test_check("gghdx")
Unable to download Source Sans 3 using `sysfonts::font_add_google`, loading the font locally.
Saving _problems/test-theme_hdx-7.R
Unable to download Source Sans 3 using `sysfonts::font_add_google`, loading the font locally.
Saving _problems/test-theme_hdx-16.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 63 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-theme_hdx.R:7:3'): theme_hdx base_family ───────────────────────
Error: The Source Sans 3 font was not accessible through `sysfonts::font_add_google()`, likely due to connection issues.
If you do not have a connection, ensure the font is installed and the correct `family` and `regular` arguments are passed for use in `sysfonts::font_add()`. Otherwise, use a pre-installed font family such as sans by running `gghdx(showtext = FALSE, base_family = 'sans')`.
Backtrace:
▆
1. └─gghdx::load_source_sans_3() at test-theme_hdx.R:7:3
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
6. └─gghdx:::load_source_sans_3_local(family, regular)
7. └─base::tryCatch(...)
8. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. └─value[[3L]](cond)
── Error ('test-theme_hdx.R:16:3'): theme_hdx horizontal ───────────────────────
Error: The Source Sans 3 font was not accessible through `sysfonts::font_add_google()`, likely due to connection issues.
If you do not have a connection, ensure the font is installed and the correct `family` and `regular` arguments are passed for use in `sysfonts::font_add()`. Otherwise, use a pre-installed font family such as sans by running `gghdx(showtext = FALSE, base_family = 'sans')`.
Backtrace:
▆
1. └─gghdx::load_source_sans_3() at test-theme_hdx.R:16:3
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
6. └─gghdx:::load_source_sans_3_local(family, regular)
7. └─base::tryCatch(...)
8. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. └─value[[3L]](cond)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 63 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc