- using R Under development (unstable) (2025-07-15 r88411)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 19.1.7 (3+b1)
Debian flang-new version 19.1.7 (3+b1)
- running under: Debian GNU/Linux 13 (trixie)
- using session charset: UTF-8
- checking for file ‘brickster/DESCRIPTION’ ... OK
- this is package ‘brickster’ version ‘0.2.8’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [3s/4s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘brickster’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/1s] OK
- checking whether the package can be unloaded cleanly ... [0s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [14s/17s] OK
- checking Rd files ... [2s/3s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [1s/1s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [14s/19s] ERROR
Running ‘testthat.R’ [14s/18s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(brickster)
> library(withr)
>
> test_check("brickster")
[ FAIL 1 | WARN 0 | SKIP 20 | PASS 517 ]
══ Skipped tests (20) ══════════════════════════════════════════════════════════
• On CRAN (20): 'test-clusters.R:122:1', 'test-connection-pane.R:27:1',
'test-dbfs.R:61:1', 'test-experiments.R:26:1', 'test-feature-store.R:25:1',
'test-jobs.R:144: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:34: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 ════════════════════════════════════════════════════════════════
── Failure ('test-request-helpers.R:30:3'): request helpers - building requests ──
req$headers$Authorization (`actual`) not equal to paste("Bearer", token) (`expected`).
`actual` is a weak reference
`expected` is a character vector ('Bearer some_token')
[ FAIL 1 | WARN 0 | SKIP 20 | PASS 517 ]
Error: Test failures
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [8s/11s] OK
- checking PDF version of manual ... [16s/20s] OK
- checking HTML version of manual ... [10s/17s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR