Last updated on 2025-12-06 00:48:34 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.9 | 13.06 | 150.67 | 163.73 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.9 | 10.11 | 80.74 | 90.85 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.9 | 29.00 | 217.03 | 246.03 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.9 | 29.00 | 220.73 | 249.73 | OK | |
| r-devel-windows-x86_64 | 0.2.9 | 15.00 | 200.00 | 215.00 | OK | |
| r-patched-linux-x86_64 | 0.2.9 | 20.62 | 124.27 | 144.89 | OK | |
| r-release-linux-x86_64 | 0.2.9 | 14.05 | 129.94 | 143.99 | OK | |
| r-release-macos-arm64 | 0.2.9 | OK | ||||
| r-release-macos-x86_64 | 0.2.9 | 15.00 | 146.00 | 161.00 | OK | |
| r-release-windows-x86_64 | 0.2.9 | 15.00 | 184.00 | 199.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.9 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.9 | 17.00 | 147.00 | 164.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.9 | 25.00 | 220.00 | 245.00 | OK |
Version: 0.2.9
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'magick', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(brickster)
> library(withr)
>
> test_check("brickster")
Saving _problems/test-repl-28.R
[ FAIL 1 | WARN 0 | SKIP 22 | PASS 571 ]
══ Skipped tests (22) ══════════════════════════════════════════════════════════
• On CRAN (22): 'test-clusters.R:122:1', 'test-connection-pane.R:27:1',
'test-databricks-dbi.R:227:1', 'test-databricks-dbplyr.R:190:1',
'test-dbfs.R:61:1', 'test-experiments.R:26:1', 'test-feature-store.R:25:1',
'test-jobs.R:193:1', 'test-libraries.R:51:1', 'test-misc-helpers.R:16:1',
'test-mlflow-dbrx.R:103:1', 'test-queries.R:32:1',
'test-query-history.R:17:1', 'test-secrets.R:79:1',
'test-sql-execution.R:36:1', 'test-uc-catalogs.R:19:1',
'test-uc-schemas.R:23:1', 'test-uc-tables.R:48:1', 'test-uc-volumes.R:61:1',
'test-unity-catalog.R:85:1', 'test-warehouses.R:59:1',
'test-workspace-folder.R:68:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-repl.R:28:3'): REPL - helpers ──────────────────────────────────
Error in `db_context_command_parse(cmd_res, "r")`: Required packages missing: magick. Install with: install.packages("magick")
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-repl.R:28:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─brickster:::db_context_command_parse(cmd_res, "r")
5. └─cli::cli_abort("Required packages missing: {.pkg {missing_pkgs}}. Install with: install.packages({deparse(missing_pkgs)})")
6. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 22 | PASS 571 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.9
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