Last updated on 2025-09-10 01:48:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.1 | 3.90 | 65.70 | 69.60 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4.1 | 3.01 | 48.24 | 51.25 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4.1 | 106.34 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 114.45 | ERROR | |||
r-devel-windows-x86_64 | 0.4.1 | 9.00 | 81.00 | 90.00 | OK | |
r-patched-linux-x86_64 | 0.4.1 | 3.83 | 60.31 | 64.14 | OK | |
r-release-linux-x86_64 | 0.4.1 | 3.94 | 60.69 | 64.63 | OK | |
r-release-macos-arm64 | 0.4.1 | 43.00 | OK | |||
r-release-macos-x86_64 | 0.4.1 | 83.00 | OK | |||
r-release-windows-x86_64 | 0.4.1 | 8.00 | 84.00 | 92.00 | OK | |
r-oldrel-macos-arm64 | 0.4.1 | 46.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.1 | 64.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.1 | 10.00 | 99.00 | 109.00 | OK |
Version: 0.4.1
Check: examples
Result: ERROR
Running examples in ‘schtools-Ex.R’ failed
The error most likely occurred in:
> ### Name: theme_lucas
> ### Title: Sarah's go-to theme for ggplot2
> ### Aliases: theme_lucas
>
> ### ** Examples
>
> library(ggplot2)
> library(showtext)
Loading required package: sysfonts
Loading required package: showtextdb
>
> # run once to download the PT Sans fonts
> font_add_google(name = "PT Sans", family = "PT Sans")
> font_add_google(name = "PT Sans Narrow", family = "PT Sans Narrow")
> showtext_auto()
>
> # make a plot with theme_lucas()
> ggplot(mtcars) +
+ aes(x = mpg, y = wt, color = cyl) +
+ geom_point() +
+ theme_lucas()
Error in loadNamespace(x) : there is no package called ‘hrbrthemes’
Calls: theme_lucas ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/37s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(schtools)
>
> test_check("schtools")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 49 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-plot.R:11:1'): (code run outside of `test_that()`) ─────────────
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'hrbrthemes'
Backtrace:
▆
1. ├─schtools::theme_lucas() at test-plot.R:11:1
2. └─base::loadNamespace(x)
3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
4. └─base (local) withOneRestart(expr, restarts[[1L]])
5. └─base (local) doWithOneRestart(return(expr), restart)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 49 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/34s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(schtools)
>
> test_check("schtools")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 49 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-plot.R:11:1'): (code run outside of `test_that()`) ─────────────
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'hrbrthemes'
Backtrace:
▆
1. ├─schtools::theme_lucas() at test-plot.R:11:1
2. └─base::loadNamespace(x)
3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
4. └─base (local) withOneRestart(expr, restarts[[1L]])
5. └─base (local) doWithOneRestart(return(expr), restart)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 49 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc