• using R Under development (unstable) (2026-03-18 r89649)
  • using platform: x86_64-apple-darwin20
  • R was compiled by     Apple clang version 14.0.0 (clang-1400.0.29.202)     GNU Fortran (GCC) 14.2.0
  • running under: macOS Ventura 13.3.1
  • using session charset: UTF-8 * current time: 2026-04-01 20:55:39 UTC
  • checking for file ‘Rbearcat/DESCRIPTION’ ... OK
  • checking extension type ... Package
  • this is package ‘Rbearcat’ version ‘0.2.2’
  • package encoding: UTF-8
  • 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 ‘Rbearcat’ can be installed ... [5s/6s] OK See the install log for details.
  • checking installed package size ... INFO   installed size is 5.7Mb   sub-directories of 1Mb or more:     doc 4.6Mb
  • checking package directory ... 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/2s] OK
  • checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
  • checking whether the package can be unloaded cleanly ... [1s/1s] OK
  • checking whether the namespace can be loaded with stated dependencies ... [1s/1s] 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 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 ... [5s/5s] OK
  • checking Rd files ... [1s/1s] OK
  • checking Rd metadata ... 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 ... [14s/20s] 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
  • checking for unstated dependencies in ‘tests’ ... OK
  • checking tests ... [6s/12s] 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
  • checking for unstated dependencies in vignettes ... OK
  • checking package vignettes ... OK
  • checking re-building of vignette outputs ... [44s/59s] 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
  • checking PDF version of manual ... [10s/12s] OK
  • DONE Status: 3 ERRORs
  • using check arguments '--no-clean-on-error '