Last updated on 2026-04-25 00:50:04 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.2 | 8.22 | 164.32 | 172.54 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.2 | 5.49 | 115.17 | 120.66 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.2 | 14.00 | 251.30 | 265.30 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 15.00 | 286.64 | 301.64 | OK | |
| r-patched-linux-x86_64 | 0.2.2 | 8.10 | 156.97 | 165.07 | OK | |
| r-release-linux-x86_64 | 0.2.2 | 7.59 | 147.73 | 155.32 | OK | |
| r-release-macos-arm64 | 0.2.2 | 2.00 | 45.00 | 47.00 | OK | |
| r-release-macos-x86_64 | 0.2.2 | 5.00 | 148.00 | 153.00 | ERROR | |
| r-release-windows-x86_64 | 0.2.2 | 11.00 | 166.00 | 177.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.2 | 2.00 | 43.00 | 45.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.2 | 6.00 | 171.00 | 177.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.2 | 13.00 | 170.00 | 183.00 | OK |
Version: 0.2.2
Check: examples
Result: ERROR
Running examples in ‘Rbearcat-Ex.R’ failed
The error most likely occurred in:
> ### Name: bcat_reg_table
> ### Title: UC-branded regression table
> ### Aliases: bcat_reg_table
>
> ### ** Examples
>
> # Single model
> m1 <- lm(mpg ~ wt + hp, data = mtcars)
> bcat_reg_table(m1)
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so':
dlopen(/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so, 0x0006): Symbol not found: _IS_GROWABLE
Referenced from: <A2E3C2EA-FFF1-35E6-9621-C23F120F8433> /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so
Expected in: <0A9590E7-21FF-3C2D-B0BD-160A5BF4B716> /Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/lib/libR.dylib
Calls: bcat_reg_table ... namespaceImport -> loadNamespace -> library.dynam -> dyn.load
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(Rbearcat)
>
> test_check("Rbearcat")
Saving _problems/test-reg-table-3.R
Saving _problems/test-reg-table-15.R
Saving _problems/test-reg-table-27.R
Saving _problems/test-sum-table-2.R
Saving _problems/test-sum-table-8.R
[ FAIL 5 | WARN 2 | SKIP 0 | PASS 30 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-reg-table.R:3:3'): bcat_reg_table works with single lm model ───
Error in `dyn.load(file, DLLpath = DLLpath, ...)`: unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so':
dlopen(/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so, 0x0006): Symbol not found: _IS_GROWABLE
Referenced from: <A2E3C2EA-FFF1-35E6-9621-C23F120F8433> /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so
Expected in: <0A9590E7-21FF-3C2D-B0BD-160A5BF4B716> /Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/lib/libR.dylib
Backtrace:
▆
1. ├─Rbearcat::bcat_reg_table(model, doc_type = "html") at test-reg-table.R:3:3
2. └─base::loadNamespace(x)
3. ├─base::namespaceImport(...)
4. └─base::loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]])
5. └─base::library.dynam(lib, package, package.lib)
6. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-reg-table.R:15:3'): bcat_reg_table works with list of models ───
Error in `dyn.load(file, DLLpath = DLLpath, ...)`: unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so':
dlopen(/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so, 0x0006): Symbol not found: _IS_GROWABLE
Referenced from: <A2E3C2EA-FFF1-35E6-9621-C23F120F8433> /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so
Expected in: <0A9590E7-21FF-3C2D-B0BD-160A5BF4B716> /Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/lib/libR.dylib
Backtrace:
▆
1. ├─Rbearcat::bcat_reg_table(list(`(1)` = m1, `(2)` = m2), doc_type = "html") at test-reg-table.R:15:3
2. └─base::loadNamespace(x)
3. ├─base::namespaceImport(...)
4. └─base::loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]])
5. └─base::library.dynam(lib, package, package.lib)
6. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-reg-table.R:27:3'): bcat_reg_table respects stars = FALSE ──────
Error in `dyn.load(file, DLLpath = DLLpath, ...)`: unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so':
dlopen(/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so, 0x0006): Symbol not found: _IS_GROWABLE
Referenced from: <A2E3C2EA-FFF1-35E6-9621-C23F120F8433> /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so
Expected in: <0A9590E7-21FF-3C2D-B0BD-160A5BF4B716> /Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/lib/libR.dylib
Backtrace:
▆
1. ├─Rbearcat::bcat_reg_table(model, stars = FALSE, doc_type = "html") at test-reg-table.R:27:3
2. └─base::loadNamespace(x)
3. ├─base::namespaceImport(...)
4. └─base::loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]])
5. └─base::library.dynam(lib, package, package.lib)
6. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-sum-table.R:2:3'): bcat_sum_table works with numeric data ──────
Error in `dyn.load(file, DLLpath = DLLpath, ...)`: unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so':
dlopen(/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so, 0x0006): Symbol not found: _IS_GROWABLE
Referenced from: <A2E3C2EA-FFF1-35E6-9621-C23F120F8433> /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so
Expected in: <0A9590E7-21FF-3C2D-B0BD-160A5BF4B716> /Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/lib/libR.dylib
Backtrace:
▆
1. ├─Rbearcat::bcat_sum_table(mtcars[, c("mpg", "wt", "hp")], doc_type = "html") at test-sum-table.R:2:3
2. └─base::loadNamespace(x)
3. └─base::library.dynam(lib, package, package.lib)
4. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-sum-table.R:7:3'): bcat_sum_table works with by grouping ───────
Error in `dyn.load(file, DLLpath = DLLpath, ...)`: unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so':
dlopen(/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so, 0x0006): Symbol not found: _IS_GROWABLE
Referenced from: <A2E3C2EA-FFF1-35E6-9621-C23F120F8433> /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so
Expected in: <0A9590E7-21FF-3C2D-B0BD-160A5BF4B716> /Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/lib/libR.dylib
Backtrace:
▆
1. ├─Rbearcat::bcat_sum_table(...) at test-sum-table.R:7:3
2. └─base::loadNamespace(x)
3. └─base::library.dynam(lib, package, package.lib)
4. └─base::dyn.load(file, DLLpath = DLLpath, ...)
[ FAIL 5 | WARN 2 | SKIP 0 | PASS 30 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.2.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘formatting.Rmd’ using rmarkdown
--- finished re-building ‘formatting.Rmd’
--- re-building ‘getting-started.Rmd’ using rmarkdown
--- finished re-building ‘getting-started.Rmd’
--- re-building ‘plots.Rmd’ using rmarkdown
--- finished re-building ‘plots.Rmd’
--- re-building ‘tables.Rmd’ using rmarkdown
Quitting from tables.Rmd:39-42 [reg-single]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `dyn.load()`:
! unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so':
dlopen(/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so, 0x0006): Symbol not found: _IS_GROWABLE
Referenced from: <A2E3C2EA-FFF1-35E6-9621-C23F120F8433> /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so
Expected in: <0A9590E7-21FF-3C2D-B0BD-160A5BF4B716> /Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/lib/libR.dylib
---
Backtrace:
▆
1. ├─Rbearcat::bcat_reg_table(m1, caption = "Model 1: MPG predicted by Weight and Horsepower")
2. └─base::loadNamespace(x)
3. ├─base::namespaceImport(...)
4. └─base::loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]])
5. └─base::library.dynam(lib, package, package.lib)
6. └─base::dyn.load(file, DLLpath = DLLpath, ...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'tables.Rmd' failed with diagnostics:
unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so':
dlopen(/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so, 0x0006): Symbol not found: _IS_GROWABLE
Referenced from: <A2E3C2EA-FFF1-35E6-9621-C23F120F8433> /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so
Expected in: <0A9590E7-21FF-3C2D-B0BD-160A5BF4B716> /Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/lib/libR.dylib
--- failed re-building ‘tables.Rmd’
SUMMARY: processing the following file failed:
‘tables.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-x86_64