Last updated on 2026-04-25 09:49:47 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.14 | 7.42 | 160.24 | 167.66 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6.14 | 4.41 | 108.36 | 112.77 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.6.14 | 14.00 | 284.96 | 298.96 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.6.14 | 12.00 | 252.05 | 264.05 | OK | |
| r-patched-linux-x86_64 | 0.6.14 | 9.13 | 153.55 | 162.68 | OK | |
| r-release-linux-x86_64 | 0.6.14 | 7.31 | 145.22 | 152.53 | OK | |
| r-release-macos-arm64 | 0.6.14 | 2.00 | 35.00 | 37.00 | OK | |
| r-release-macos-x86_64 | 0.6.14 | 5.00 | 170.00 | 175.00 | ERROR | |
| r-release-windows-x86_64 | 0.6.14 | 10.00 | 175.00 | 185.00 | OK | |
| r-oldrel-macos-arm64 | 0.6.14 | 2.00 | 33.00 | 35.00 | OK | |
| r-oldrel-macos-x86_64 | 0.6.14 | 5.00 | 192.00 | 197.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.14 | 13.00 | 159.00 | 172.00 | OK |
Version: 0.6.14
Check: examples
Result: ERROR
Running examples in ‘matsbyname-Ex.R’ failed
The error most likely occurred in:
> ### Name: aggregate_byname
> ### Title: Aggregate rows and columns in a matrix
> ### Aliases: aggregate_byname
>
> ### ** Examples
>
> library(dplyr)
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
> library(tibble)
> m <- matrix(1:9, byrow = TRUE, nrow = 3,
+ dimnames = list(c("r2", "r1", "r1"), c("c2", "c1", "c1"))) %>%
+ setrowtype("rows") %>% setcoltype("cols")
> # Aggregate all rows by establishing an aggregation map (`am`)
> am <- list(new_row = c("r1", "r2"))
> aggregate_byname(m, aggregation_map = am, margin = 1)
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: aggregate_byname ... asNamespace -> loadNamespace -> library.dynam -> dyn.load
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.6.14
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [110s/92s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
>
> test_check("matsbyname")
Loading required package: matsbyname
Starting 2 test processes.
Saving _problems/test-Unary-971.R
Saving _problems/test-Unary-1029.R
Saving _problems/test-Unary-1044.R
Saving _problems/test-Unary-1063.R
Saving _problems/test-Unary-2089.R
Saving _problems/test-Unary-2099.R
Saving _problems/test_Binary-1204.R
Saving _problems/test-aggregates-47.R
Saving _problems/test-aggregates-71.R
Saving _problems/test-aggregates-100.R
Saving _problems/test-aggregates-141.R
Saving _problems/test-aggregates-179.R
Saving _problems/test-aggregates-204.R
Saving _problems/test-aggregates-229.R
Saving _problems/test-aggregates-238.R
Saving _problems/test-aggregates-251.R
Saving _problems/test-aggregates-265.R
Saving _problems/test-aggregates-298.R
Saving _problems/test-aggregates-385.R
Saving _problems/test-aggregates-447.R
Saving _problems/test-aggregates-454.R
Saving _problems/test-aggregates-480.R
Saving _problems/test-aggregates-497.R
Saving _problems/test-aggregates-518.R
Saving _problems/test-aggregates-533.R
Saving _problems/test-aggregates-546.R
Saving _problems/test-aggregates-557.R
Saving _problems/test-aggregates-574.R
Saving _problems/test-aggregates-592.R
Saving _problems/test-aggregates-610.R
Saving _problems/test-aggregates-689.R
Saving _problems/test-aggregates-765.R
Saving _problems/test-aggregates-788.R
Saving _problems/test-aggregates-816.R
Saving _problems/test-aggregates-836.R
Saving _problems/test-aggregates-856.R
Saving _problems/test-aggregates-876.R
Saving _problems/test-efficient_vecs-382.R
Saving _problems/test-efficient_vecs-407.R
Saving _problems/test-efficient_vecs-448.R
Saving _problems/test-efficient_vecs-493.R
Saving _problems/test-efficient_vecs-551.R
Saving _problems/test-efficient_vecs-651.R
Saving _problems/test-efficient_vecs-754.R
Saving _problems/test-efficient_vecs-796.R
Saving _problems/test-efficient_vecs-847.R
Saving _problems/test-efficient_vecs-918.R
Saving _problems/test-efficient_vecs-967.R
Saving _problems/test-efficient_vecs-1016.R
Saving _problems/test-efficient_vecs-1059.R
Saving _problems/test-efficient_vecs-1069.R
Saving _problems/test-notation-13.R
Saving _problems/test-notation-76.R
Saving _problems/test-notation-138.R
Saving _problems/test-notation-149.R
Saving _problems/test-reallocate-22.R
Saving _problems/test-reallocate-54.R
Saving _problems/test-reallocate-93.R
Saving _problems/test-reallocate-109.R
Saving _problems/test-reallocate-122.R
Saving _problems/test-reallocate-171.R
Saving _problems/test-reallocate-193.R
Saving _problems/test-reallocate-225.R
Saving _problems/test-reallocate-235.R
Saving _problems/test-reallocate-259.R
Saving _problems/test-reallocate-295.R
Saving _problems/test-Utilities-54.R
Saving _problems/test-Utilities-180.R
Saving _problems/test-Utilities-208.R
Saving _problems/test-Utilities-233.R
Saving _problems/test-Utilities-267.R
Saving _problems/test-Utilities-373.R
Saving _problems/test-Utilities-404.R
Saving _problems/test-Utilities-422.R
Saving _problems/test-Utilities-542.R
Saving _problems/test-Utilities-586.R
Saving _problems/test-Utilities-627.R
Saving _problems/test-Utilities-657.R
Saving _problems/test-Utilities-685.R
Saving _problems/test-Utilities-713.R
Saving _problems/test-Utilities-741.R
Saving _problems/test-Utilities-766.R
Saving _problems/test-Utilities-787.R
Saving _problems/test-Utilities-808.R
Saving _problems/test-Utilities-833.R
Saving _problems/test-Utilities-848.R
Saving _problems/test-Utilities-869.R
Saving _problems/test-Utilities-899.R
Saving _problems/test-Utilities-940.R
Saving _problems/test-Utilities-974.R
Saving _problems/test-Utilities-997.R
Saving _problems/test-Utilities-1012.R
Saving _problems/test-Utilities-1022.R
Saving _problems/test-Utilities-1041.R
Saving _problems/test-Utilities-1834.R
Saving _problems/test-Utilities-1855.R
Saving _problems/test-Utilities-1877.R
Saving _problems/test-Utilities-1903.R
Saving _problems/test-Utilities-1933.R
Saving _problems/test-Utilities-1963.R
Saving _problems/test-Utilities-1991.R
Saving _problems/test-Utilities-2011.R
Saving _problems/test-Utilities-2032.R
Saving _problems/test-Utilities-2052.R
Saving _problems/test-Utilities-2072.R
Saving _problems/test-Utilities-2092.R
Saving _problems/test-Utilities-2148.R
Saving _problems/test-Utilities-3171.R
Saving _problems/test-Utilities-3225.R
Saving _problems/test-Utilities-3284.R
Saving _problems/test-Utilities-3354.R
Saving _problems/test-Utilities-3424.R
Saving _problems/test-Utilities-3450.R
Saving _problems/test-trim-332.R
Saving _problems/test-trim-357.R
Saving _problems/test-trim-375.R
[ FAIL 116 | WARN 0 | SKIP 1 | PASS 1775 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-performance.R:8:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-Unary.R:971:3'): matricize_byname() works as expected ──────────
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. ├─matsbyname::matricize_byname(v2, notation = RCLabels::arrow_notation) at test-Unary.R:971:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dbl[,1]>`, notation = `<chr>`)
5. │ └─RCLabels::split_pref_suff(rownames_a, notation = notation)
6. │ └─RCLabels:::strip_label_part(...)
7. │ ├─base::gsub(...)
8. │ └─base::paste0(...)
9. └─base::loadNamespace(x)
10. ├─base::namespaceImportFrom(...)
11. │ └─base::asNamespace(ns)
12. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
13. └─base::library.dynam(lib, package, package.lib)
14. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Unary.R:1029:3'): matricize_byname() works with Matrix objects ──
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. ├─matsbyname::matricize_byname(v2, notation = RCLabels::arrow_notation) at test-Unary.R:1029:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,1]>`, notation = `<chr>`)
5. │ └─RCLabels::split_pref_suff(rownames_a, notation = notation)
6. │ └─RCLabels:::strip_label_part(...)
7. │ ├─base::gsub(...)
8. │ └─base::paste0(...)
9. └─base::loadNamespace(x)
10. ├─base::namespaceImportFrom(...)
11. │ └─base::asNamespace(ns)
12. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
13. └─base::library.dynam(lib, package, package.lib)
14. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Unary.R:1044:3'): matricize_byname() coltype work correctly when input rowtype is NULL ──
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. ├─matsbyname::matricize_byname(am_vec, notation = RCLabels::arrow_notation) at test-Unary.R:1044:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<int[,1]>`, notation = `<chr>`)
5. │ └─RCLabels::split_pref_suff(rownames_a, notation = notation)
6. │ └─RCLabels:::strip_label_part(...)
7. │ ├─base::gsub(...)
8. │ └─base::paste0(...)
9. └─base::loadNamespace(x)
10. ├─base::namespaceImportFrom(...)
11. │ └─base::asNamespace(ns)
12. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
13. └─base::library.dynam(lib, package, package.lib)
14. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Unary.R:1063:3'): vectorize_byname() and matricize_byname() are inverses of each other ──
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. ├─matsbyname::matricize_byname(v1, notation = RCLabels::arrow_notation) at test-Unary.R:1063:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dbl[,1]>`, notation = `<chr>`)
5. │ └─RCLabels::split_pref_suff(rownames_a, notation = notation)
6. │ └─RCLabels:::strip_label_part(...)
7. │ ├─base::gsub(...)
8. │ └─base::paste0(...)
9. └─base::loadNamespace(x)
10. ├─base::namespaceImportFrom(...)
11. │ └─base::asNamespace(ns)
12. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
13. └─base::library.dynam(lib, package, package.lib)
14. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Unary.R:2089:3'): rename_to_pref_suff_byname() works as expected ──
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. ├─matsbyname::rename_to_pref_suff_byname(...) at test-Unary.R:2089:3
2. │ └─matsbyname::rename_to_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(...)
4. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
5. │ └─matsbyname (local) `<fn>`(...)
6. │ └─... %>% transpose_byname()
7. ├─matsbyname::transpose_byname(.)
8. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
9. ├─matsbyname (local) rename_func(...)
10. │ └─rownames(a_mat) %>% ...
11. ├─RCLabels::get_piece(...)
12. │ └─RCLabels::get_pref_suff(...)
13. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
14. │ └─RCLabels::split_pref_suff(...)
15. │ └─RCLabels:::strip_label_part(...)
16. │ ├─base::gsub(...)
17. │ └─base::paste0(...)
18. └─base::loadNamespace(x)
19. ├─base::namespaceImportFrom(...)
20. │ └─base::asNamespace(ns)
21. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
22. └─base::library.dynam(lib, package, package.lib)
23. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Unary.R:2099:3'): rename_to_pref_suff_byname() works with Matrix objects ──
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. ├─matsbyname::rename_to_pref_suff_byname(...) at test-Unary.R:2099:3
2. │ └─matsbyname::rename_to_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(...)
4. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
5. │ └─matsbyname (local) `<fn>`(...)
6. │ └─... %>% transpose_byname()
7. ├─matsbyname::transpose_byname(.)
8. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
9. ├─matsbyname (local) rename_func(...)
10. │ └─rownames(a_mat) %>% ...
11. ├─RCLabels::get_piece(...)
12. │ └─RCLabels::get_pref_suff(...)
13. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
14. │ └─RCLabels::split_pref_suff(...)
15. │ └─RCLabels:::strip_label_part(...)
16. │ ├─base::gsub(...)
17. │ └─base::paste0(...)
18. └─base::loadNamespace(x)
19. ├─base::namespaceImportFrom(...)
20. │ └─base::asNamespace(ns)
21. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
22. └─base::library.dynam(lib, package, package.lib)
23. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test_Binary.R:1204:3'): make_pattern() works as expected ────────────
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. ├─testthat::expect_equal(...) at test_Binary.R:1204:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─RCLabels::make_or_pattern(strings = c("a", "b"), pattern_type = "exact")
5. └─base::loadNamespace(x)
6. ├─base::namespaceImportFrom(...)
7. │ └─base::asNamespace(ns)
8. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
9. └─base::library.dynam(lib, package, package.lib)
10. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:47:3'): aggregate_byname() works as expected ──────
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. ├─matsbyname::aggregate_byname(...) at test-aggregates.R:47:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(...)
5. │ └─... %>% t_matrix_or_Matrix()
6. ├─matsbyname:::t_matrix_or_Matrix(.)
7. ├─matsbyname (local) agg_func(...)
8. │ └─RCLabels::make_or_pattern(strings = aggregation_map[[i]], pattern_type = pattern_type)
9. └─base::loadNamespace(x)
10. ├─base::namespaceImportFrom(...)
11. │ └─base::asNamespace(ns)
12. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
13. └─base::library.dynam(lib, package, package.lib)
14. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:71:3'): aggregate_byname() works with Matrix objects ──
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. ├─matsbyname::aggregate_byname(...) at test-aggregates.R:71:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(...)
5. │ └─... %>% t_matrix_or_Matrix()
6. ├─matsbyname:::t_matrix_or_Matrix(.)
7. ├─matsbyname (local) agg_func(...)
8. │ └─RCLabels::make_or_pattern(strings = aggregation_map[[i]], pattern_type = pattern_type)
9. └─base::loadNamespace(x)
10. ├─base::namespaceImportFrom(...)
11. │ └─base::asNamespace(ns)
12. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
13. └─base::library.dynam(lib, package, package.lib)
14. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:100:3'): aggregate_byname() works as expected for NULL aggregation_map ──
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. ├─testthat::expect_equal(aggregate_byname(m, margin = 1), expected) at test-aggregates.R:100:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::aggregate_byname(m, margin = 1)
5. │ └─matsbyname::unaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─RCLabels::make_or_pattern(strings = aggregation_map[[i]], pattern_type = pattern_type)
9. └─base::loadNamespace(x)
10. ├─base::namespaceImportFrom(...)
11. │ └─base::asNamespace(ns)
12. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
13. └─base::library.dynam(lib, package, package.lib)
14. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:141:3'): aggregate_byname() works with Matrix objects for NULL aggregation_map ──
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. ├─testthat::expect_equal(aggregate_byname(M, margin = 1), expected) at test-aggregates.R:141:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::aggregate_byname(M, margin = 1)
5. │ └─matsbyname::unaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─RCLabels::make_or_pattern(strings = aggregation_map[[i]], pattern_type = pattern_type)
9. └─base::loadNamespace(x)
10. ├─base::namespaceImportFrom(...)
11. │ └─base::asNamespace(ns)
12. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
13. └─base::library.dynam(lib, package, package.lib)
14. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:179:3'): aggregate_byname() works as expected for lists ──
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. ├─testthat::expect_equal(...) at test-aggregates.R:179:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::aggregate_byname(list(m, m, m))
5. │ └─matsbyname::unaryapply_byname(...)
6. │ ├─... %>% magrittr::set_names(names(a))
7. │ └─base::Map(unaryapply_byname, list(FUN), a, lFUNdots, rowcoltypes = rowcoltypes)
8. │ └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
9. │ └─matsbyname (local) `<fn>`(...)
10. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
11. │ └─matsbyname (local) `<fn>`(...)
12. │ └─... %>% t_matrix_or_Matrix()
13. ├─matsbyname:::t_matrix_or_Matrix(.)
14. ├─matsbyname (local) agg_func(...)
15. │ └─RCLabels::make_or_pattern(strings = aggregation_map[[i]], pattern_type = pattern_type)
16. └─base::loadNamespace(x)
17. ├─base::namespaceImportFrom(...)
18. │ └─base::asNamespace(ns)
19. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
20. └─base::library.dynam(lib, package, package.lib)
21. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:204:3'): aggregate_byname() works with Matrix objects for lists ──
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. ├─base::Map(...) at test-aggregates.R:204:3
2. │ └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
3. ├─matsbyname::aggregate_byname(list(M, M, M))
4. │ └─matsbyname::unaryapply_byname(...)
5. │ ├─... %>% magrittr::set_names(names(a))
6. │ └─base::Map(unaryapply_byname, list(FUN), a, lFUNdots, rowcoltypes = rowcoltypes)
7. │ └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
8. │ └─matsbyname (local) `<fn>`(...)
9. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
10. │ └─matsbyname (local) `<fn>`(...)
11. │ └─... %>% t_matrix_or_Matrix()
12. ├─matsbyname:::t_matrix_or_Matrix(.)
13. ├─matsbyname (local) agg_func(...)
14. │ └─RCLabels::make_or_pattern(strings = aggregation_map[[i]], pattern_type = pattern_type)
15. └─base::loadNamespace(x)
16. ├─base::namespaceImportFrom(...)
17. │ └─base::asNamespace(ns)
18. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
19. └─base::library.dynam(lib, package, package.lib)
20. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:229:3'): aggregate_byname() works when all rows collapse ──
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. ├─testthat::expect_equal(aggregate_byname(m), e) at test-aggregates.R:229:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::aggregate_byname(m)
5. │ └─matsbyname::unaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─... %>% t_matrix_or_Matrix()
9. ├─matsbyname:::t_matrix_or_Matrix(.)
10. ├─matsbyname (local) agg_func(...)
11. │ └─RCLabels::make_or_pattern(strings = aggregation_map[[i]], pattern_type = pattern_type)
12. └─base::loadNamespace(x)
13. ├─base::namespaceImportFrom(...)
14. │ └─base::asNamespace(ns)
15. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
16. └─base::library.dynam(lib, package, package.lib)
17. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:238:3'): aggregate_byname() works when all rows collapse in a Matrix ──
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. ├─testthat::expect_equal(aggregate_byname(m), e) at test-aggregates.R:238:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::aggregate_byname(m)
5. │ └─matsbyname::unaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─... %>% t_matrix_or_Matrix()
9. ├─matsbyname:::t_matrix_or_Matrix(.)
10. ├─matsbyname (local) agg_func(...)
11. │ └─RCLabels::make_or_pattern(strings = aggregation_map[[i]], pattern_type = pattern_type)
12. └─base::loadNamespace(x)
13. ├─base::namespaceImportFrom(...)
14. │ └─base::asNamespace(ns)
15. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
16. └─base::library.dynam(lib, package, package.lib)
17. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:251:3'): aggregate_byname() works when aggregating all rows with an aggregation map ──
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. ├─matsbyname::aggregate_byname(m3, aggregation_map = am, margin = 1) at test-aggregates.R:251:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(...)
5. │ └─RCLabels::make_or_pattern(strings = aggregation_map[[i]], pattern_type = pattern_type)
6. └─base::loadNamespace(x)
7. ├─base::namespaceImportFrom(...)
8. │ └─base::asNamespace(ns)
9. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. └─base::library.dynam(lib, package, package.lib)
11. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:265:3'): aggregate_byname() works when aggregating all rows with an aggregation map for a Matrix ──
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. ├─matsbyname::aggregate_byname(m3, aggregation_map = am, margin = 1) at test-aggregates.R:265:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(...)
5. │ └─RCLabels::make_or_pattern(strings = aggregation_map[[i]], pattern_type = pattern_type)
6. └─base::loadNamespace(x)
7. ├─base::namespaceImportFrom(...)
8. │ └─base::asNamespace(ns)
9. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. └─base::library.dynam(lib, package, package.lib)
11. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:298:3'): aggregate_byname() works as expected in data frames ──
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. ├─testthat::expect_equal(aggregate_byname(m2, margin = 1), e2row) at test-aggregates.R:298:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::aggregate_byname(m2, margin = 1)
5. │ └─matsbyname::unaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─RCLabels::make_or_pattern(strings = aggregation_map[[i]], pattern_type = pattern_type)
9. └─base::loadNamespace(x)
10. ├─base::namespaceImportFrom(...)
11. │ └─base::asNamespace(ns)
12. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
13. └─base::library.dynam(lib, package, package.lib)
14. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:385:3'): aggregate_byname() works as expected in data frames for Matrix objects ──
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. ├─testthat::expect_equal(aggregate_byname(m2, margin = 1), e2row) at test-aggregates.R:385:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::aggregate_byname(m2, margin = 1)
5. │ └─matsbyname::unaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─RCLabels::make_or_pattern(strings = aggregation_map[[i]], pattern_type = pattern_type)
9. └─base::loadNamespace(x)
10. ├─base::namespaceImportFrom(...)
11. │ └─base::asNamespace(ns)
12. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
13. └─base::library.dynam(lib, package, package.lib)
14. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:447:3'): aggregate_byname() works when removing multiple rows ──
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. ├─testthat::expect_equal(aggregate_byname(a), e) at test-aggregates.R:447:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::aggregate_byname(a)
5. │ └─matsbyname::unaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─... %>% t_matrix_or_Matrix()
9. ├─matsbyname:::t_matrix_or_Matrix(.)
10. ├─matsbyname (local) agg_func(...)
11. │ └─RCLabels::make_or_pattern(strings = aggregation_map[[i]], pattern_type = pattern_type)
12. └─base::loadNamespace(x)
13. ├─base::namespaceImportFrom(...)
14. │ └─base::asNamespace(ns)
15. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
16. └─base::library.dynam(lib, package, package.lib)
17. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:454:3'): aggregate_byname() works when removing multiple rows for Matrix objects ──
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. ├─testthat::expect_equal(aggregate_byname(a), e) at test-aggregates.R:454:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::aggregate_byname(a)
5. │ └─matsbyname::unaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─... %>% t_matrix_or_Matrix()
9. ├─matsbyname:::t_matrix_or_Matrix(.)
10. ├─matsbyname (local) agg_func(...)
11. │ └─RCLabels::make_or_pattern(strings = aggregation_map[[i]], pattern_type = pattern_type)
12. └─base::loadNamespace(x)
13. ├─base::namespaceImportFrom(...)
14. │ └─base::asNamespace(ns)
15. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
16. └─base::library.dynam(lib, package, package.lib)
17. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:479:3'): aggregate_to_pref_suff_byname() works as expected ──
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. ├─matsbyname::aggregate_to_pref_suff_byname(m, keep = "pref", notation = RCLabels::arrow_notation) at test-aggregates.R:479:3
2. │ └─a %>% ...
3. ├─matsbyname::aggregate_pieces_byname(...)
4. │ └─... %>% ...
5. ├─matsbyname::aggregate_byname(...)
6. │ └─matsbyname::prep_vector_arg(a, margin)
7. ├─matsbyname::aggregate_byname(...)
8. │ └─matsbyname::prep_vector_arg(a, margin)
9. ├─matsbyname::rename_to_piece_byname(...)
10. │ └─matsbyname::unaryapply_byname(...)
11. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
12. │ └─matsbyname (local) `<fn>`(...)
13. │ └─... %>% transpose_byname()
14. ├─matsbyname::transpose_byname(.)
15. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
16. ├─matsbyname (local) rename_func(...)
17. │ └─rownames(a_mat) %>% ...
18. ├─RCLabels::get_piece(...)
19. │ └─RCLabels::get_pref_suff(...)
20. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
21. │ └─RCLabels::split_pref_suff(...)
22. │ └─RCLabels:::strip_label_part(...)
23. │ ├─base::gsub(...)
24. │ └─base::paste0(...)
25. └─base::loadNamespace(x)
26. ├─base::namespaceImportFrom(...)
27. │ └─base::asNamespace(ns)
28. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
29. └─base::library.dynam(lib, package, package.lib)
30. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:496:3'): aggregate_to_pref_suff_byname() works with Matrix objects ──
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. ├─matsbyname::aggregate_to_pref_suff_byname(m, keep = "pref", notation = RCLabels::arrow_notation) at test-aggregates.R:496:3
2. │ └─a %>% ...
3. ├─matsbyname::aggregate_pieces_byname(...)
4. │ └─... %>% ...
5. ├─matsbyname::aggregate_byname(...)
6. │ └─matsbyname::prep_vector_arg(a, margin)
7. ├─matsbyname::aggregate_byname(...)
8. │ └─matsbyname::prep_vector_arg(a, margin)
9. ├─matsbyname::rename_to_piece_byname(...)
10. │ └─matsbyname::unaryapply_byname(...)
11. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
12. │ └─matsbyname (local) `<fn>`(...)
13. │ └─... %>% transpose_byname()
14. ├─matsbyname::transpose_byname(.)
15. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
16. ├─matsbyname (local) rename_func(...)
17. │ └─rownames(a_mat) %>% ...
18. ├─RCLabels::get_piece(...)
19. │ └─RCLabels::get_pref_suff(...)
20. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
21. │ └─RCLabels::split_pref_suff(...)
22. │ └─RCLabels:::strip_label_part(...)
23. │ ├─base::gsub(...)
24. │ └─base::paste0(...)
25. └─base::loadNamespace(x)
26. ├─base::namespaceImportFrom(...)
27. │ └─base::asNamespace(ns)
28. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
29. └─base::library.dynam(lib, package, package.lib)
30. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:518:3'): aggregate_to_pref_suff_byname() works with a column vector ──
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. ├─matsbyname::aggregate_to_pref_suff_byname(...) at test-aggregates.R:518:3
2. │ └─a %>% ...
3. ├─matsbyname::aggregate_pieces_byname(...)
4. │ └─... %>% ...
5. ├─matsbyname::aggregate_byname(...)
6. │ └─matsbyname::prep_vector_arg(a, margin)
7. ├─matsbyname::aggregate_byname(...)
8. │ └─matsbyname::prep_vector_arg(a, margin)
9. ├─matsbyname::rename_to_piece_byname(...)
10. │ └─matsbyname::unaryapply_byname(...)
11. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
12. │ └─matsbyname (local) `<fn>`(...)
13. │ └─... %>% transpose_byname()
14. ├─matsbyname::transpose_byname(.)
15. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
16. ├─matsbyname (local) rename_func(...)
17. │ └─rownames(a_mat) %>% ...
18. ├─RCLabels::get_piece(...)
19. │ └─RCLabels::get_pref_suff(...)
20. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
21. │ └─RCLabels::split_pref_suff(...)
22. │ └─RCLabels:::strip_label_part(...)
23. │ ├─base::gsub(...)
24. │ └─base::paste0(...)
25. └─base::loadNamespace(x)
26. ├─base::namespaceImportFrom(...)
27. │ └─base::asNamespace(ns)
28. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
29. └─base::library.dynam(lib, package, package.lib)
30. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:533:3'): aggregate_to_pref_suff_byname() works with a column vector that is a Matrix ──
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. ├─matsbyname::aggregate_to_pref_suff_byname(...) at test-aggregates.R:533:3
2. │ └─a %>% ...
3. ├─matsbyname::aggregate_pieces_byname(...)
4. │ └─... %>% ...
5. ├─matsbyname::aggregate_byname(...)
6. │ └─matsbyname::prep_vector_arg(a, margin)
7. ├─matsbyname::aggregate_byname(...)
8. │ └─matsbyname::prep_vector_arg(a, margin)
9. ├─matsbyname::rename_to_piece_byname(...)
10. │ └─matsbyname::unaryapply_byname(...)
11. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
12. │ └─matsbyname (local) `<fn>`(...)
13. │ └─... %>% transpose_byname()
14. ├─matsbyname::transpose_byname(.)
15. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
16. ├─matsbyname (local) rename_func(...)
17. │ └─rownames(a_mat) %>% ...
18. ├─RCLabels::get_piece(...)
19. │ └─RCLabels::get_pref_suff(...)
20. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
21. │ └─RCLabels::split_pref_suff(...)
22. │ └─RCLabels:::strip_label_part(...)
23. │ ├─base::gsub(...)
24. │ └─base::paste0(...)
25. └─base::loadNamespace(x)
26. ├─base::namespaceImportFrom(...)
27. │ └─base::asNamespace(ns)
28. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
29. └─base::library.dynam(lib, package, package.lib)
30. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:546:3'): aggregate_to_pref_suff_byname() handles types correctly ──
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. ├─matsbyname::aggregate_to_pref_suff_byname(m, keep = "suff", notation = RCLabels::arrow_notation) at test-aggregates.R:546:3
2. │ └─a %>% ...
3. ├─matsbyname::aggregate_pieces_byname(...)
4. │ └─... %>% ...
5. ├─matsbyname::aggregate_byname(...)
6. │ └─matsbyname::prep_vector_arg(a, margin)
7. ├─matsbyname::aggregate_byname(...)
8. │ └─matsbyname::prep_vector_arg(a, margin)
9. ├─matsbyname::rename_to_piece_byname(...)
10. │ └─matsbyname::unaryapply_byname(...)
11. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
12. │ └─matsbyname (local) `<fn>`(...)
13. │ └─... %>% transpose_byname()
14. ├─matsbyname::transpose_byname(.)
15. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
16. ├─matsbyname (local) rename_func(...)
17. │ └─rownames(a_mat) %>% ...
18. ├─RCLabels::get_piece(...)
19. │ └─RCLabels::get_pref_suff(...)
20. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
21. │ └─RCLabels::split_pref_suff(...)
22. │ └─RCLabels:::strip_label_part(...)
23. │ ├─base::gsub(...)
24. │ └─base::paste0(...)
25. └─base::loadNamespace(x)
26. ├─base::namespaceImportFrom(...)
27. │ └─base::asNamespace(ns)
28. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
29. └─base::library.dynam(lib, package, package.lib)
30. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:557:3'): aggregate_to_pref_suff_byname() handles types correctly for Matrix objects ──
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. ├─matsbyname::aggregate_to_pref_suff_byname(m, keep = "suff", notation = RCLabels::arrow_notation) at test-aggregates.R:557:3
2. │ └─a %>% ...
3. ├─matsbyname::aggregate_pieces_byname(...)
4. │ └─... %>% ...
5. ├─matsbyname::aggregate_byname(...)
6. │ └─matsbyname::prep_vector_arg(a, margin)
7. ├─matsbyname::aggregate_byname(...)
8. │ └─matsbyname::prep_vector_arg(a, margin)
9. ├─matsbyname::rename_to_piece_byname(...)
10. │ └─matsbyname::unaryapply_byname(...)
11. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
12. │ └─matsbyname (local) `<fn>`(...)
13. │ └─... %>% transpose_byname()
14. ├─matsbyname::transpose_byname(.)
15. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
16. ├─matsbyname (local) rename_func(...)
17. │ └─rownames(a_mat) %>% ...
18. ├─RCLabels::get_piece(...)
19. │ └─RCLabels::get_pref_suff(...)
20. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
21. │ └─RCLabels::split_pref_suff(...)
22. │ └─RCLabels:::strip_label_part(...)
23. │ ├─base::gsub(...)
24. │ └─base::paste0(...)
25. └─base::loadNamespace(x)
26. ├─base::namespaceImportFrom(...)
27. │ └─base::asNamespace(ns)
28. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
29. └─base::library.dynam(lib, package, package.lib)
30. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:570:3'): aggregate_pieces_byname() works as expected ──
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. ├─m %>% ... at test-aggregates.R:570:3
2. ├─matsbyname::aggregate_pieces_byname(...)
3. │ └─... %>% ...
4. ├─matsbyname::aggregate_byname(...)
5. │ └─matsbyname::prep_vector_arg(a, margin)
6. ├─matsbyname::aggregate_byname(...)
7. │ └─matsbyname::prep_vector_arg(a, margin)
8. ├─matsbyname::rename_to_piece_byname(...)
9. │ └─matsbyname::unaryapply_byname(...)
10. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
11. │ └─matsbyname (local) `<fn>`(...)
12. │ └─... %>% transpose_byname()
13. ├─matsbyname::transpose_byname(.)
14. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
15. ├─matsbyname (local) rename_func(...)
16. │ └─rownames(a_mat) %>% ...
17. ├─RCLabels::get_piece(...)
18. │ └─RCLabels::get_pref_suff(...)
19. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
20. │ └─RCLabels::split_pref_suff(...)
21. │ └─RCLabels:::strip_label_part(...)
22. │ ├─base::gsub(...)
23. │ └─base::paste0(...)
24. └─base::loadNamespace(x)
25. ├─base::namespaceImportFrom(...)
26. │ └─base::asNamespace(ns)
27. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
28. └─base::library.dynam(lib, package, package.lib)
29. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:588:3'): aggregate_pieces_byname() works as expected ──
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. ├─m %>% ... at test-aggregates.R:588:3
2. ├─matsbyname::aggregate_pieces_byname(...)
3. │ └─... %>% ...
4. ├─matsbyname::aggregate_byname(...)
5. │ └─matsbyname::prep_vector_arg(a, margin)
6. ├─matsbyname::aggregate_byname(...)
7. │ └─matsbyname::prep_vector_arg(a, margin)
8. ├─matsbyname::rename_to_piece_byname(...)
9. │ └─matsbyname::unaryapply_byname(...)
10. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
11. │ └─matsbyname (local) `<fn>`(...)
12. │ └─... %>% transpose_byname()
13. ├─matsbyname::transpose_byname(.)
14. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
15. ├─matsbyname (local) rename_func(...)
16. │ └─rownames(a_mat) %>% ...
17. ├─RCLabels::get_piece(...)
18. │ └─RCLabels::get_pref_suff(...)
19. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
20. │ └─RCLabels::split_pref_suff(...)
21. │ └─RCLabels:::strip_label_part(...)
22. │ ├─base::gsub(...)
23. │ └─base::paste0(...)
24. └─base::loadNamespace(x)
25. ├─base::namespaceImportFrom(...)
26. │ └─base::asNamespace(ns)
27. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
28. └─base::library.dynam(lib, package, package.lib)
29. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:609:3'): aggregate_pieces_byname() works with aggregation by type ──
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. ├─matsbyname::aggregate_pieces_byname(...) at test-aggregates.R:609:3
2. │ └─... %>% ...
3. ├─matsbyname::aggregate_byname(...)
4. │ └─matsbyname::prep_vector_arg(a, margin)
5. ├─matsbyname::aggregate_byname(...)
6. │ └─matsbyname::prep_vector_arg(a, margin)
7. ├─matsbyname::rename_to_piece_byname(...)
8. │ └─matsbyname::unaryapply_byname(...)
9. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
10. │ └─matsbyname (local) `<fn>`(...)
11. │ └─rownames(a_mat) %>% ...
12. ├─RCLabels::get_piece(...)
13. │ └─RCLabels::get_nouns(...)
14. │ ├─... %>% magrittr::set_names(rep("noun", length(labels)))
15. │ └─RCLabels::get_pref_suff(...)
16. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
17. │ └─RCLabels::split_pref_suff(...)
18. │ └─RCLabels:::strip_label_part(...)
19. │ ├─base::gsub(...)
20. │ └─base::paste0(...)
21. └─base::loadNamespace(x)
22. ├─base::namespaceImportFrom(...)
23. │ └─base::asNamespace(ns)
24. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
25. └─base::library.dynam(lib, package, package.lib)
26. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:688:3'): aggregate_pieces_byname() works with aggregation by type in Matrix objects ──
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. ├─matsbyname::aggregate_pieces_byname(...) at test-aggregates.R:688:3
2. │ └─... %>% ...
3. ├─matsbyname::aggregate_byname(...)
4. │ └─matsbyname::prep_vector_arg(a, margin)
5. ├─matsbyname::aggregate_byname(...)
6. │ └─matsbyname::prep_vector_arg(a, margin)
7. ├─matsbyname::rename_to_piece_byname(...)
8. │ └─matsbyname::unaryapply_byname(...)
9. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
10. │ └─matsbyname (local) `<fn>`(...)
11. │ └─rownames(a_mat) %>% ...
12. ├─RCLabels::get_piece(...)
13. │ └─RCLabels::get_nouns(...)
14. │ ├─... %>% magrittr::set_names(rep("noun", length(labels)))
15. │ └─RCLabels::get_pref_suff(...)
16. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
17. │ └─RCLabels::split_pref_suff(...)
18. │ └─RCLabels:::strip_label_part(...)
19. │ ├─base::gsub(...)
20. │ └─base::paste0(...)
21. └─base::loadNamespace(x)
22. ├─base::namespaceImportFrom(...)
23. │ └─base::asNamespace(ns)
24. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
25. └─base::library.dynam(lib, package, package.lib)
26. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:765:3'): aggregate_pieces_byname() works with funny names ──
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. ├─matsbyname::rename_to_piece_byname(...) at test-aggregates.R:765:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(...)
5. │ └─rownames(a_mat) %>% ...
6. ├─RCLabels::get_piece(...)
7. │ └─RCLabels::get_objects(...)
8. │ └─RCLabels::get_pref_suff(...)
9. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
10. │ └─RCLabels::split_pref_suff(...)
11. │ └─RCLabels:::strip_label_part(...)
12. │ ├─base::gsub(...)
13. │ └─base::paste0(...)
14. └─base::loadNamespace(x)
15. ├─base::namespaceImportFrom(...)
16. │ └─base::asNamespace(ns)
17. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
18. └─base::library.dynam(lib, package, package.lib)
19. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:788:3'): aggregate_pieces_byname() works with funny names ──
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. ├─matsbyname::rename_to_piece_byname(...) at test-aggregates.R:788:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(...)
5. │ └─rownames(a_mat) %>% ...
6. ├─RCLabels::get_piece(...)
7. │ └─RCLabels::get_objects(...)
8. │ └─RCLabels::get_pref_suff(...)
9. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
10. │ └─RCLabels::split_pref_suff(...)
11. │ └─RCLabels:::strip_label_part(...)
12. │ ├─base::gsub(...)
13. │ └─base::paste0(...)
14. └─base::loadNamespace(x)
15. ├─base::namespaceImportFrom(...)
16. │ └─base::asNamespace(ns)
17. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
18. └─base::library.dynam(lib, package, package.lib)
19. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:812:3'): aggregate_pieces_byname() works when inferring notation ──
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. ├─m %>% ... at test-aggregates.R:812:3
2. ├─matsbyname::aggregate_pieces_byname(...)
3. │ └─... %>% ...
4. ├─matsbyname::aggregate_byname(...)
5. │ └─matsbyname::prep_vector_arg(a, margin)
6. ├─matsbyname::aggregate_byname(...)
7. │ └─matsbyname::prep_vector_arg(a, margin)
8. ├─matsbyname::rename_to_piece_byname(...)
9. │ └─matsbyname::unaryapply_byname(...)
10. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
11. │ └─matsbyname (local) `<fn>`(...)
12. │ └─... %>% transpose_byname()
13. ├─matsbyname::transpose_byname(.)
14. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
15. ├─matsbyname (local) rename_func(...)
16. │ └─rownames(a_mat) %>% ...
17. ├─RCLabels::get_piece(...)
18. │ └─RCLabels::get_pref_suff(...)
19. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
20. │ └─RCLabels::split_pref_suff(...)
21. │ └─RCLabels:::strip_label_part(...)
22. │ ├─base::gsub(...)
23. │ └─base::paste0(...)
24. └─base::loadNamespace(x)
25. ├─base::namespaceImportFrom(...)
26. │ └─base::asNamespace(ns)
27. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
28. └─base::library.dynam(lib, package, package.lib)
29. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:832:3'): aggregate_pieces_byname() works when inferring notation on Matric objects ──
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. ├─m %>% ... at test-aggregates.R:832:3
2. ├─matsbyname::aggregate_pieces_byname(...)
3. │ └─... %>% ...
4. ├─matsbyname::aggregate_byname(...)
5. │ └─matsbyname::prep_vector_arg(a, margin)
6. ├─matsbyname::aggregate_byname(...)
7. │ └─matsbyname::prep_vector_arg(a, margin)
8. ├─matsbyname::rename_to_piece_byname(...)
9. │ └─matsbyname::unaryapply_byname(...)
10. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
11. │ └─matsbyname (local) `<fn>`(...)
12. │ └─... %>% transpose_byname()
13. ├─matsbyname::transpose_byname(.)
14. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
15. ├─matsbyname (local) rename_func(...)
16. │ └─rownames(a_mat) %>% ...
17. ├─RCLabels::get_piece(...)
18. │ └─RCLabels::get_pref_suff(...)
19. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
20. │ └─RCLabels::split_pref_suff(...)
21. │ └─RCLabels:::strip_label_part(...)
22. │ ├─base::gsub(...)
23. │ └─base::paste0(...)
24. └─base::loadNamespace(x)
25. ├─base::namespaceImportFrom(...)
26. │ └─base::asNamespace(ns)
27. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
28. └─base::library.dynam(lib, package, package.lib)
29. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:851:3'): aggregate_pieces_byname() works with repeated row labels not in aggregation_map ──
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. ├─a %>% ... at test-aggregates.R:851:3
2. ├─matsbyname::aggregate_pieces_byname(...)
3. │ └─... %>% ...
4. ├─matsbyname::aggregate_byname(...)
5. │ └─matsbyname::prep_vector_arg(a, margin)
6. ├─matsbyname::aggregate_byname(...)
7. │ └─matsbyname::prep_vector_arg(a, margin)
8. ├─matsbyname::rename_to_piece_byname(...)
9. │ └─matsbyname::unaryapply_byname(...)
10. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
11. │ └─matsbyname (local) `<fn>`(...)
12. │ └─rownames(a_mat) %>% ...
13. ├─RCLabels::get_piece(...)
14. │ └─RCLabels::get_nouns(...)
15. │ ├─... %>% magrittr::set_names(rep("noun", length(labels)))
16. │ └─RCLabels::get_pref_suff(...)
17. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
18. │ └─RCLabels::split_pref_suff(...)
19. │ └─RCLabels:::strip_label_part(...)
20. │ ├─base::gsub(...)
21. │ └─base::paste0(...)
22. └─base::loadNamespace(x)
23. ├─base::namespaceImportFrom(...)
24. │ └─base::asNamespace(ns)
25. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
26. └─base::library.dynam(lib, package, package.lib)
27. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-aggregates.R:875:3'): aggregate_pieces_byname() works with 2 notations ──
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. ├─a %>% aggregate_pieces_byname(piece = "noun") at test-aggregates.R:875:3
2. ├─matsbyname::aggregate_pieces_byname(., piece = "noun")
3. │ └─... %>% ...
4. ├─matsbyname::aggregate_byname(...)
5. │ └─matsbyname::prep_vector_arg(a, margin)
6. ├─matsbyname::aggregate_byname(...)
7. │ └─matsbyname::prep_vector_arg(a, margin)
8. ├─matsbyname::rename_to_piece_byname(...)
9. │ └─matsbyname::unaryapply_byname(...)
10. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
11. │ └─matsbyname (local) `<fn>`(...)
12. │ └─... %>% transpose_byname()
13. ├─matsbyname::transpose_byname(.)
14. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
15. ├─matsbyname (local) rename_func(...)
16. │ └─rownames(a_mat) %>% ...
17. ├─RCLabels::get_piece(...)
18. │ └─RCLabels::get_nouns(...)
19. │ ├─... %>% magrittr::set_names(rep("noun", length(labels)))
20. │ └─RCLabels::get_pref_suff(...)
21. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
22. │ └─RCLabels::split_pref_suff(...)
23. │ ├─... %>% unname()
24. │ └─base::mapply(...)
25. │ └─RCLabels (local) `<fn>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
26. │ ├─base::gsub(...)
27. │ └─base::paste0("^", Hmisc::escapeRegex(p))
28. ├─base::unname(.)
29. └─base::loadNamespace(x)
30. ├─base::namespaceImportFrom(...)
31. │ └─base::asNamespace(ns)
32. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
33. └─base::library.dynam(lib, package, package.lib)
34. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-efficient_vecs.R:376:3'): vec_from_store_byname() works as expected with single matrices and nouns ──
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. ├─testthat::expect_equal(...) at test-efficient_vecs.R:376:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::vec_from_store_byname(a, v, a_piece = "noun")
5. │ └─matsbyname::binaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─RCLabels::get_piece(...)
9. │ └─RCLabels::get_nouns(...)
10. │ ├─... %>% magrittr::set_names(rep("noun", length(labels)))
11. │ └─RCLabels::get_pref_suff(...)
12. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
13. │ └─RCLabels::split_pref_suff(...)
14. │ └─RCLabels:::strip_label_part(...)
15. │ ├─base::gsub(...)
16. │ └─base::paste0(...)
17. └─base::loadNamespace(x)
18. ├─base::namespaceImportFrom(...)
19. │ └─base::asNamespace(ns)
20. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
21. └─base::library.dynam(lib, package, package.lib)
22. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-efficient_vecs.R:407:3'): vec_from_store_byname() works as expected with single Matrix objects and nouns ──
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. ├─matsbyname::vec_from_store_byname(a, v, a_piece = "noun") at test-efficient_vecs.R:407:3
2. │ └─matsbyname::binaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
4. │ └─matsbyname (local) `<fn>`(...)
5. │ └─RCLabels::get_piece(...)
6. │ └─RCLabels::get_nouns(...)
7. │ ├─... %>% magrittr::set_names(rep("noun", length(labels)))
8. │ └─RCLabels::get_pref_suff(...)
9. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
10. │ └─RCLabels::split_pref_suff(...)
11. │ └─RCLabels:::strip_label_part(...)
12. │ ├─base::gsub(...)
13. │ └─base::paste0(...)
14. └─base::loadNamespace(x)
15. ├─base::namespaceImportFrom(...)
16. │ └─base::asNamespace(ns)
17. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
18. └─base::library.dynam(lib, package, package.lib)
19. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-efficient_vecs.R:442:3'): vec_from_store_byname() works as expected with single matrices and pref suff ──
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. ├─testthat::expect_equal(...) at test-efficient_vecs.R:442:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::vec_from_store_byname(a, v, a_piece = "pref")
5. │ └─matsbyname::binaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─RCLabels::get_piece(...)
9. │ └─RCLabels::get_pref_suff(...)
10. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
11. │ └─RCLabels::split_pref_suff(...)
12. │ └─RCLabels:::strip_label_part(...)
13. │ ├─base::gsub(...)
14. │ └─base::paste0(...)
15. └─base::loadNamespace(x)
16. ├─base::namespaceImportFrom(...)
17. │ └─base::asNamespace(ns)
18. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
19. └─base::library.dynam(lib, package, package.lib)
20. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-efficient_vecs.R:493:3'): vec_from_store_byname() works as expected with single Matrix objects and pref suff ──
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. ├─matsbyname::vec_from_store_byname(a, v, a_piece = "pref") at test-efficient_vecs.R:493:3
2. │ └─matsbyname::binaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
4. │ └─matsbyname (local) `<fn>`(...)
5. │ └─RCLabels::get_piece(...)
6. │ └─RCLabels::get_pref_suff(...)
7. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
8. │ └─RCLabels::split_pref_suff(...)
9. │ └─RCLabels:::strip_label_part(...)
10. │ ├─base::gsub(...)
11. │ └─base::paste0(...)
12. └─base::loadNamespace(x)
13. ├─base::namespaceImportFrom(...)
14. │ └─base::asNamespace(ns)
15. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
16. └─base::library.dynam(lib, package, package.lib)
17. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-efficient_vecs.R:545:3'): vec_from_store_byname() works as expected with single matrices and prepositions ──
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. ├─testthat::expect_equal(...) at test-efficient_vecs.R:545:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::vec_from_store_byname(a, v, a_piece = "in")
5. │ └─matsbyname::binaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─RCLabels::get_piece(...)
9. │ └─RCLabels::get_objects(...)
10. │ └─RCLabels::get_pref_suff(...)
11. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
12. │ └─RCLabels::split_pref_suff(...)
13. │ └─RCLabels:::strip_label_part(...)
14. │ ├─base::gsub(...)
15. │ └─base::paste0(...)
16. └─base::loadNamespace(x)
17. ├─base::namespaceImportFrom(...)
18. │ └─base::asNamespace(ns)
19. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
20. └─base::library.dynam(lib, package, package.lib)
21. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-efficient_vecs.R:651:3'): vec_from_store_byname() works as expected with single Matrix objects and prepositions ──
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. ├─matsbyname::vec_from_store_byname(a, v, a_piece = "in") at test-efficient_vecs.R:651:3
2. │ └─matsbyname::binaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
4. │ └─matsbyname (local) `<fn>`(...)
5. │ └─RCLabels::get_piece(...)
6. │ └─RCLabels::get_objects(...)
7. │ └─RCLabels::get_pref_suff(...)
8. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
9. │ └─RCLabels::split_pref_suff(...)
10. │ └─RCLabels:::strip_label_part(...)
11. │ ├─base::gsub(...)
12. │ └─base::paste0(...)
13. └─base::loadNamespace(x)
14. ├─base::namespaceImportFrom(...)
15. │ └─base::asNamespace(ns)
16. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
17. └─base::library.dynam(lib, package, package.lib)
18. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-efficient_vecs.R:748:3'): vec_from_store_byname() works when a row vector is desired. ──
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. ├─testthat::expect_equal(...) at test-efficient_vecs.R:748:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::vec_from_store_byname(a, v, a_piece = "pref", margin = 2)
5. │ └─matsbyname::binaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─a_mat %>% transpose_byname() %>% ...
9. ├─matsbyname (local) vec_func(., v_vec, a_piece_val, v_piece_val, colname_val, margin_val = 1)
10. │ └─RCLabels::get_piece(...)
11. │ └─RCLabels::get_pref_suff(...)
12. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
13. │ └─RCLabels::split_pref_suff(...)
14. │ └─RCLabels:::strip_label_part(...)
15. │ ├─base::gsub(...)
16. │ └─base::paste0(...)
17. └─base::loadNamespace(x)
18. ├─base::namespaceImportFrom(...)
19. │ └─base::asNamespace(ns)
20. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
21. └─base::library.dynam(lib, package, package.lib)
22. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-efficient_vecs.R:796:3'): vec_from_store_byname() works when a row vector Matrix object is desired. ──
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. ├─matsbyname::vec_from_store_byname(a, v, a_piece = "pref", margin = 2) at test-efficient_vecs.R:796:3
2. │ └─matsbyname::binaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
4. │ └─matsbyname (local) `<fn>`(...)
5. │ └─a_mat %>% transpose_byname() %>% ...
6. ├─matsbyname (local) vec_func(., v_vec, a_piece_val, v_piece_val, colname_val, margin_val = 1)
7. │ └─RCLabels::get_piece(...)
8. │ └─RCLabels::get_pref_suff(...)
9. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
10. │ └─RCLabels::split_pref_suff(...)
11. │ └─RCLabels:::strip_label_part(...)
12. │ ├─base::gsub(...)
13. │ └─base::paste0(...)
14. └─base::loadNamespace(x)
15. ├─base::namespaceImportFrom(...)
16. │ └─base::asNamespace(ns)
17. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
18. └─base::library.dynam(lib, package, package.lib)
19. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-efficient_vecs.R:847:3'): vec_from_store_byname() works when a is a Matrix and v is a matrix. ──
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. ├─matsbyname::vec_from_store_byname(a, v, a_piece = "pref", margin = 2) at test-efficient_vecs.R:847:3
2. │ └─matsbyname::binaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
4. │ └─matsbyname (local) `<fn>`(...)
5. │ └─a_mat %>% transpose_byname() %>% ...
6. ├─matsbyname (local) vec_func(., v_vec, a_piece_val, v_piece_val, colname_val, margin_val = 1)
7. │ └─RCLabels::get_piece(...)
8. │ └─RCLabels::get_pref_suff(...)
9. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
10. │ └─RCLabels::split_pref_suff(...)
11. │ └─RCLabels:::strip_label_part(...)
12. │ ├─base::gsub(...)
13. │ └─base::paste0(...)
14. └─base::loadNamespace(x)
15. ├─base::namespaceImportFrom(...)
16. │ └─base::asNamespace(ns)
17. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
18. └─base::library.dynam(lib, package, package.lib)
19. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-efficient_vecs.R:916:3'): vec_from_store_byname() works with lists ──
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. ├─matsbyname::vec_from_store_byname(...) at test-efficient_vecs.R:916:3
2. │ └─matsbyname::binaryapply_byname(...)
3. │ ├─... %>% magrittr::set_names(names(a))
4. │ └─base::Map(...)
5. │ └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
6. │ └─matsbyname (local) `<fn>`(...)
7. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
8. │ └─matsbyname (local) `<fn>`(...)
9. │ └─RCLabels::get_piece(...)
10. │ └─RCLabels::get_objects(...)
11. │ └─RCLabels::get_pref_suff(...)
12. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
13. │ └─RCLabels::split_pref_suff(...)
14. │ └─RCLabels:::strip_label_part(...)
15. │ ├─base::gsub(...)
16. │ └─base::paste0(...)
17. └─base::loadNamespace(x)
18. ├─base::namespaceImportFrom(...)
19. │ └─base::asNamespace(ns)
20. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
21. └─base::library.dynam(lib, package, package.lib)
22. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-efficient_vecs.R:964:3'): vec_from_store_byname() works with Matrix objects in lists ──
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. ├─matsbyname::vec_from_store_byname(...) at test-efficient_vecs.R:964:3
2. │ └─matsbyname::binaryapply_byname(...)
3. │ ├─... %>% magrittr::set_names(names(a))
4. │ └─base::Map(...)
5. │ └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
6. │ └─matsbyname (local) `<fn>`(...)
7. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
8. │ └─matsbyname (local) `<fn>`(...)
9. │ └─RCLabels::get_piece(...)
10. │ └─RCLabels::get_objects(...)
11. │ └─RCLabels::get_pref_suff(...)
12. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
13. │ └─RCLabels::split_pref_suff(...)
14. │ └─RCLabels:::strip_label_part(...)
15. │ ├─base::gsub(...)
16. │ └─base::paste0(...)
17. └─base::loadNamespace(x)
18. ├─base::namespaceImportFrom(...)
19. │ └─base::asNamespace(ns)
20. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
21. └─base::library.dynam(lib, package, package.lib)
22. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-efficient_vecs.R:1013:3'): vec_from_store_byname() works in a data frame ──
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., actual = vec_from_store_byname(a = a, v = v, a_piece = "in", v_piece = "from"))`: i In argument: `actual = vec_from_store_byname(a = a, v = v, a_piece = "in", v_piece = "from")`.
Caused by 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. ├─df %>% ... at test-efficient_vecs.R:1013:3
2. ├─dplyr::mutate(...)
3. ├─dplyr:::mutate.data.frame(...)
4. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
5. │ ├─base::withCallingHandlers(...)
6. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
7. │ └─mask$eval_all_mutate(quo)
8. │ └─dplyr (local) eval()
9. ├─matsbyname::vec_from_store_byname(...)
10. │ └─matsbyname::binaryapply_byname(...)
11. │ ├─... %>% magrittr::set_names(names(a))
12. │ └─base::Map(...)
13. │ └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
14. │ └─matsbyname (local) `<fn>`(...)
15. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
16. │ └─matsbyname (local) `<fn>`(...)
17. │ └─RCLabels::get_piece(...)
18. │ └─RCLabels::get_objects(...)
19. │ └─RCLabels::get_pref_suff(...)
20. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
21. │ └─RCLabels::split_pref_suff(...)
22. │ └─RCLabels:::strip_label_part(...)
23. │ ├─base::gsub(...)
24. │ └─base::paste0(...)
25. ├─base::loadNamespace(x)
26. │ ├─base::namespaceImportFrom(...)
27. │ │ └─base::asNamespace(ns)
28. │ └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
29. │ └─base::library.dynam(lib, package, package.lib)
30. │ └─base::dyn.load(file, DLLpath = DLLpath, ...)
31. └─base::.handleSimpleError(...)
32. └─dplyr (local) h(simpleError(msg, call))
33. └─rlang::abort(message, class = error_class, parent = parent, call = error_call)
── Error ('test-efficient_vecs.R:1055:3'): vec_from_store_byname() works in a data frame with Matrix objects ──
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., actual = vec_from_store_byname(a = a, v = v, a_piece = "in", v_piece = "from", missing = -9999))`: i In argument: `actual = vec_from_store_byname(...)`.
Caused by 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. ├─df %>% ... at test-efficient_vecs.R:1055:3
2. ├─dplyr::mutate(...)
3. ├─dplyr:::mutate.data.frame(...)
4. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
5. │ ├─base::withCallingHandlers(...)
6. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
7. │ └─mask$eval_all_mutate(quo)
8. │ └─dplyr (local) eval()
9. ├─matsbyname::vec_from_store_byname(...)
10. │ └─matsbyname::binaryapply_byname(...)
11. │ ├─... %>% magrittr::set_names(names(a))
12. │ └─base::Map(...)
13. │ └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
14. │ └─matsbyname (local) `<fn>`(...)
15. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
16. │ └─matsbyname (local) `<fn>`(...)
17. │ └─RCLabels::get_piece(...)
18. │ └─RCLabels::get_objects(...)
19. │ └─RCLabels::get_pref_suff(...)
20. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
21. │ └─RCLabels::split_pref_suff(...)
22. │ └─RCLabels:::strip_label_part(...)
23. │ ├─base::gsub(...)
24. │ └─base::paste0(...)
25. ├─base::loadNamespace(x)
26. │ ├─base::namespaceImportFrom(...)
27. │ │ └─base::asNamespace(ns)
28. │ └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
29. │ └─base::library.dynam(lib, package, package.lib)
30. │ └─base::dyn.load(file, DLLpath = DLLpath, ...)
31. └─base::.handleSimpleError(...)
32. └─dplyr (local) h(simpleError(msg, call))
33. └─rlang::abort(message, class = error_class, parent = parent, call = error_call)
── Error ('test-efficient_vecs.R:1068:3'): vec_from_store_byname() works with multiple matches ──
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. ├─testthat::expect_equal(...) at test-efficient_vecs.R:1068:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::vec_from_store_byname(...)
5. │ └─matsbyname::binaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─RCLabels::get_piece(...)
9. │ └─RCLabels::get_pref_suff(...)
10. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
11. │ └─RCLabels::split_pref_suff(...)
12. │ └─RCLabels:::strip_label_part(...)
13. │ ├─base::gsub(...)
14. │ └─base::paste0(...)
15. └─base::loadNamespace(x)
16. ├─base::namespaceImportFrom(...)
17. │ └─base::asNamespace(ns)
18. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
19. └─base::library.dynam(lib, package, package.lib)
20. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-notation.R:13:3'): switch_notation_byname() works as expected ──
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. ├─testthat::expect_equal(...) at test-notation.R:13:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::switch_notation_byname(...)
5. │ └─matsbyname::unaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─RCLabels::switch_notation(...)
9. │ └─base::lapply(x, FUN = switch_func)
10. │ └─RCLabels (local) FUN(X[[i]], ...)
11. │ └─RCLabels::split_pref_suff(x, inf_notation = inf_notation, notation = from)
12. │ └─RCLabels:::strip_label_part(...)
13. │ ├─base::gsub(...)
14. │ └─base::paste0(...)
15. └─base::loadNamespace(x)
16. ├─base::namespaceImportFrom(...)
17. │ └─base::asNamespace(ns)
18. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
19. └─base::library.dynam(lib, package, package.lib)
20. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-notation.R:76:3'): switch_notation_byname() works with Matrix objects ──
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. ├─testthat::expect_equal(...) at test-notation.R:76:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::switch_notation_byname(...)
5. │ └─matsbyname::unaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─RCLabels::switch_notation(...)
9. │ └─base::lapply(x, FUN = switch_func)
10. │ └─RCLabels (local) FUN(X[[i]], ...)
11. │ └─RCLabels::split_pref_suff(x, inf_notation = inf_notation, notation = from)
12. │ └─RCLabels:::strip_label_part(...)
13. │ ├─base::gsub(...)
14. │ └─base::paste0(...)
15. └─base::loadNamespace(x)
16. ├─base::namespaceImportFrom(...)
17. │ └─base::asNamespace(ns)
18. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
19. └─base::library.dynam(lib, package, package.lib)
20. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-notation.R:138:3'): switch_notation_byname() works well when flip is a list ──
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. ├─testthat::expect_equal(...) at test-notation.R:138:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::switch_notation_byname(...)
5. │ └─matsbyname::unaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─matsbyname::switch_notation_byname(...)
9. │ └─matsbyname::unaryapply_byname(...)
10. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
11. │ └─matsbyname (local) `<fn>`(...)
12. │ └─RCLabels::switch_notation(...)
13. │ └─base::lapply(x, FUN = switch_func)
14. │ └─RCLabels (local) FUN(X[[i]], ...)
15. │ └─RCLabels::split_pref_suff(x, inf_notation = inf_notation, notation = from)
16. │ └─RCLabels:::strip_label_part(...)
17. │ ├─base::gsub(...)
18. │ └─base::paste0(...)
19. └─base::loadNamespace(x)
20. ├─base::namespaceImportFrom(...)
21. │ └─base::asNamespace(ns)
22. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
23. └─base::library.dynam(lib, package, package.lib)
24. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-notation.R:149:3'): switch_notation_byname() works well when flip is a list and using Matrix objects ──
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. ├─testthat::expect_equal(...) at test-notation.R:149:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::switch_notation_byname(...)
5. │ └─matsbyname::unaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─matsbyname::switch_notation_byname(...)
9. │ └─matsbyname::unaryapply_byname(...)
10. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
11. │ └─matsbyname (local) `<fn>`(...)
12. │ └─RCLabels::switch_notation(...)
13. │ └─base::lapply(x, FUN = switch_func)
14. │ └─RCLabels (local) FUN(X[[i]], ...)
15. │ └─RCLabels::split_pref_suff(x, inf_notation = inf_notation, notation = from)
16. │ └─RCLabels:::strip_label_part(...)
17. │ ├─base::gsub(...)
18. │ └─base::paste0(...)
19. └─base::loadNamespace(x)
20. ├─base::namespaceImportFrom(...)
21. │ └─base::asNamespace(ns)
22. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
23. └─base::library.dynam(lib, package, package.lib)
24. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-reallocate.R:22:3'): reallocate_byname() works with row reallocation ──
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. ├─matsbyname::reallocate_byname(a, rownames = "r3", margin = 1) at test-reallocate.R:22:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dbl[,2]>`, rownames = "r3", colnames = NULL, margin = 1)
5. │ └─matsbyname::select_rowcol_piece_byname(...)
6. │ └─matsbyname::unaryapply_byname(select_func, a = a)
7. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
8. │ └─matsbyname (local) `<fn>`(`<dbl[,2]>`)
9. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
10. └─base::loadNamespace(x)
11. ├─base::namespaceImportFrom(...)
12. │ └─base::asNamespace(ns)
13. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
14. └─base::library.dynam(lib, package, package.lib)
15. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-reallocate.R:54:3'): reallocate_byname() works with column reallocation ──
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. ├─matsbyname::reallocate_byname(a, colnames = "c3", margin = 2) at test-reallocate.R:54:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dbl[,3]>`, rownames = NULL, colnames = "c3", margin = 2)
5. │ ├─matsbyname::transpose_byname(...)
6. │ │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
7. │ └─matsbyname::reallocate_byname(...)
8. │ └─matsbyname::unaryapply_byname(...)
9. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
10. │ └─matsbyname (local) `<fn>`(`<dbl[,2]>`, rownames = "c3", colnames = NULL, margin = 1)
11. │ └─matsbyname::select_rowcol_piece_byname(...)
12. │ └─matsbyname::unaryapply_byname(select_func, a = a)
13. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
14. │ └─matsbyname (local) `<fn>`(`<dbl[,2]>`)
15. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
16. └─base::loadNamespace(x)
17. ├─base::namespaceImportFrom(...)
18. │ └─base::asNamespace(ns)
19. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
20. └─base::library.dynam(lib, package, package.lib)
21. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-reallocate.R:93:3'): reallocate_byname() works when allocating multiple rows ──
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. ├─matsbyname::reallocate_byname(a, rownames = c("r3", "r4"), margin = 1) at test-reallocate.R:93:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dbl[,2]>`, rownames = `<chr>`, colnames = NULL, margin = 1)
5. │ └─matsbyname::select_rowcol_piece_byname(...)
6. │ └─matsbyname::unaryapply_byname(select_func, a = a)
7. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
8. │ └─matsbyname (local) `<fn>`(`<dbl[,2]>`)
9. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
10. └─base::loadNamespace(x)
11. ├─base::namespaceImportFrom(...)
12. │ └─base::asNamespace(ns)
13. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
14. └─base::library.dynam(lib, package, package.lib)
15. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-reallocate.R:109:3'): reallocate_byname() works when allocating multiple columns ──
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. ├─matsbyname::reallocate_byname(a, colnames = c("c2", "c3"), margin = 2) at test-reallocate.R:109:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dbl[,4]>`, rownames = NULL, colnames = `<chr>`, margin = 2)
5. │ ├─matsbyname::transpose_byname(...)
6. │ │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
7. │ └─matsbyname::reallocate_byname(...)
8. │ └─matsbyname::unaryapply_byname(...)
9. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
10. │ └─matsbyname (local) `<fn>`(`<dbl[,2]>`, rownames = `<chr>`, colnames = NULL, margin = 1)
11. │ └─matsbyname::select_rowcol_piece_byname(...)
12. │ └─matsbyname::unaryapply_byname(select_func, a = a)
13. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
14. │ └─matsbyname (local) `<fn>`(`<dbl[,2]>`)
15. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
16. └─base::loadNamespace(x)
17. ├─base::namespaceImportFrom(...)
18. │ └─base::asNamespace(ns)
19. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
20. └─base::library.dynam(lib, package, package.lib)
21. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-reallocate.R:122:3'): reallocate_byname() works as expected with a 0 column, a degenerate case ──
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. ├─matsbyname::reallocate_byname(a, colnames = "c4", margin = 2) at test-reallocate.R:122:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dbl[,4]>`, rownames = NULL, colnames = "c4", margin = 2)
5. │ ├─matsbyname::transpose_byname(...)
6. │ │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
7. │ └─matsbyname::reallocate_byname(...)
8. │ └─matsbyname::unaryapply_byname(...)
9. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
10. │ └─matsbyname (local) `<fn>`(`<dbl[,2]>`, rownames = "c4", colnames = NULL, margin = 1)
11. │ └─matsbyname::select_rowcol_piece_byname(...)
12. │ └─matsbyname::unaryapply_byname(select_func, a = a)
13. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
14. │ └─matsbyname (local) `<fn>`(`<dbl[,2]>`)
15. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
16. └─base::loadNamespace(x)
17. ├─base::namespaceImportFrom(...)
18. │ └─base::asNamespace(ns)
19. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
20. └─base::library.dynam(lib, package, package.lib)
21. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-reallocate.R:168:3'): reallocate_byname() works in a data frame and with Matrix objects ──
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(df, a_reallocated = reallocate_byname(a_mat, rownames = "r2", margin = 1))`: i In argument: `a_reallocated = reallocate_byname(a_mat, rownames = "r2", margin = 1)`.
Caused by 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. ├─dplyr::mutate(...) at test-reallocate.R:168:3
2. ├─dplyr:::mutate.data.frame(...)
3. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
4. │ ├─base::withCallingHandlers(...)
5. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
6. │ └─mask$eval_all_mutate(quo)
7. │ └─dplyr (local) eval()
8. ├─matsbyname::reallocate_byname(a_mat, rownames = "r2", margin = 1)
9. │ └─matsbyname::unaryapply_byname(...)
10. │ ├─... %>% magrittr::set_names(names(a))
11. │ └─base::Map(unaryapply_byname, list(FUN), a, lFUNdots, rowcoltypes = rowcoltypes)
12. │ └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
13. │ └─matsbyname (local) `<fn>`(...)
14. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
15. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`, rownames = "r2", colnames = NULL, margin = 1)
16. │ └─matsbyname::select_rowcol_piece_byname(...)
17. │ └─matsbyname::unaryapply_byname(select_func, a = a)
18. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
19. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`)
20. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
21. ├─base::loadNamespace(x)
22. │ ├─base::namespaceImportFrom(...)
23. │ │ └─base::asNamespace(ns)
24. │ └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
25. │ └─base::library.dynam(lib, package, package.lib)
26. │ └─base::dyn.load(file, DLLpath = DLLpath, ...)
27. └─base::.handleSimpleError(...)
28. └─dplyr (local) h(simpleError(msg, call))
29. └─rlang::abort(message, class = error_class, parent = parent, call = error_call)
── Error ('test-reallocate.R:193:3'): reallocate_byname() works when choosing by pieces of column names ──
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. ├─matsbyname::reallocate_byname(...) at test-reallocate.R:193:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dbl[,4]>`, rownames = NULL, colnames = "a", margin = 2)
5. │ ├─matsbyname::transpose_byname(...)
6. │ │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
7. │ └─matsbyname::reallocate_byname(...)
8. │ └─matsbyname::unaryapply_byname(...)
9. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
10. │ └─matsbyname (local) `<fn>`(`<dbl[,2]>`, rownames = "a", colnames = NULL, margin = 1)
11. │ └─matsbyname::select_rowcol_piece_byname(...)
12. │ └─matsbyname::unaryapply_byname(select_func, a = a)
13. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
14. │ └─matsbyname (local) `<fn>`(`<dbl[,2]>`)
15. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
16. └─base::loadNamespace(x)
17. ├─base::namespaceImportFrom(...)
18. │ └─base::asNamespace(ns)
19. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
20. └─base::library.dynam(lib, package, package.lib)
21. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-reallocate.R:225:3'): reallocate_byname() works when the row or column to be reallocated is missing ──
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. ├─matsbyname::reallocate_byname(a, rownames = "r4", margin = 2) at test-reallocate.R:225:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`, rownames = "r4", colnames = NULL, margin = 2)
5. │ ├─matsbyname::transpose_byname(...)
6. │ │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
7. │ └─matsbyname::reallocate_byname(...)
8. │ └─matsbyname::unaryapply_byname(...)
9. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
10. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,3]>`, rownames = NULL, colnames = "r4", margin = 1)
11. │ └─matsbyname::select_rowcol_piece_byname(...)
12. │ └─matsbyname::unaryapply_byname(select_func, a = a)
13. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
14. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,3]>`)
15. │ └─... %>% transpose_byname()
16. ├─matsbyname::transpose_byname(.)
17. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
18. ├─matsbyname::select_rowcol_piece_byname(...)
19. │ └─matsbyname::unaryapply_byname(select_func, a = a)
20. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
21. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`)
22. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
23. └─base::loadNamespace(x)
24. ├─base::namespaceImportFrom(...)
25. │ └─base::asNamespace(ns)
26. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
27. └─base::library.dynam(lib, package, package.lib)
28. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-reallocate.R:235:3'): reallocate_byname() works with different row and column name notations ──
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. ├─matsbyname::reallocate_byname(...) at test-reallocate.R:235:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dbl[,4]>`, rownames = NULL, colnames = "b", margin = 2)
5. │ ├─matsbyname::transpose_byname(...)
6. │ │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
7. │ └─matsbyname::reallocate_byname(...)
8. │ └─matsbyname::unaryapply_byname(...)
9. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
10. │ └─matsbyname (local) `<fn>`(`<dbl[,2]>`, rownames = "b", colnames = NULL, margin = 1)
11. │ └─matsbyname::select_rowcol_piece_byname(...)
12. │ └─matsbyname::unaryapply_byname(select_func, a = a)
13. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
14. │ └─matsbyname (local) `<fn>`(`<dbl[,2]>`)
15. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
16. └─base::loadNamespace(x)
17. ├─base::namespaceImportFrom(...)
18. │ └─base::asNamespace(ns)
19. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
20. └─base::library.dynam(lib, package, package.lib)
21. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-reallocate.R:259:3'): reallocate_byname() works with row reallocation and column filtering ──
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. ├─matsbyname::reallocate_byname(...) at test-reallocate.R:259:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dbl[,2]>`, rownames = "r3", colnames = "c2", margin = 1)
5. │ └─matsbyname::select_rowcol_piece_byname(...)
6. │ └─matsbyname::unaryapply_byname(select_func, a = a)
7. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
8. │ └─matsbyname (local) `<fn>`(`<dbl[,2]>`)
9. │ └─... %>% transpose_byname()
10. ├─matsbyname::transpose_byname(.)
11. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
12. ├─matsbyname::select_rowcol_piece_byname(...)
13. │ └─matsbyname::unaryapply_byname(select_func, a = a)
14. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
15. │ └─matsbyname (local) `<fn>`(`<dbl[,3]>`)
16. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
17. └─base::loadNamespace(x)
18. ├─base::namespaceImportFrom(...)
19. │ └─base::asNamespace(ns)
20. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
21. └─base::library.dynam(lib, package, package.lib)
22. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-reallocate.R:295:3'): reallocate_byname() works with column reallocation and row filtering ──
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. ├─matsbyname::reallocate_byname(...) at test-reallocate.R:295:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dbl[,3]>`, rownames = `<chr>`, colnames = `<chr>`, margin = 2)
5. │ ├─matsbyname::transpose_byname(...)
6. │ │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
7. │ └─matsbyname::reallocate_byname(...)
8. │ └─matsbyname::unaryapply_byname(...)
9. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
10. │ └─matsbyname (local) `<fn>`(`<dbl[,3]>`, rownames = `<chr>`, colnames = `<chr>`, margin = 1)
11. │ └─matsbyname::select_rowcol_piece_byname(...)
12. │ └─matsbyname::unaryapply_byname(select_func, a = a)
13. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
14. │ └─matsbyname (local) `<fn>`(`<dbl[,3]>`)
15. │ └─... %>% transpose_byname()
16. ├─matsbyname::transpose_byname(.)
17. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
18. ├─matsbyname::select_rowcol_piece_byname(...)
19. │ └─matsbyname::unaryapply_byname(select_func, a = a)
20. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
21. │ └─matsbyname (local) `<fn>`(`<dbl[,3]>`)
22. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
23. └─base::loadNamespace(x)
24. ├─base::namespaceImportFrom(...)
25. │ └─base::asNamespace(ns)
26. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
27. └─base::library.dynam(lib, package, package.lib)
28. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:52:3'): select_rows_byname() works with exact matches (^name$) ──
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. ├─testthat::expect_equal(...) at test-Utilities.R:52:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::select_rows_byname(...)
5. │ └─matsbyname::unaryapply_byname(...)
6. │ └─matsbyname:::prepare_.FUNdots(a, .FUNdots)
7. ├─RCLabels::make_or_pattern(strings = "i1", pattern_type = "exact")
8. └─base::loadNamespace(x)
9. ├─base::namespaceImportFrom(...)
10. │ └─base::asNamespace(ns)
11. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
12. └─base::library.dynam(lib, package, package.lib)
13. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:178:3'): select_rows_byname() works in lists ───────
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., trimmed = select_rows_byname(.$m, retain_pattern = RCLabels::make_or_pattern(strings = c("i1", "i2"), pattern_type = "exact")))`: i In argument: `trimmed = select_rows_byname(...)`.
Caused by 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. ├─DF %>% ... at test-Utilities.R:178:3
2. ├─dplyr::mutate(...)
3. ├─dplyr:::mutate.data.frame(...)
4. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
5. │ ├─base::withCallingHandlers(...)
6. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
7. │ └─mask$eval_all_mutate(quo)
8. │ └─dplyr (local) eval()
9. ├─matsbyname::select_rows_byname(...)
10. │ └─matsbyname::unaryapply_byname(...)
11. │ └─matsbyname:::prepare_.FUNdots(a, .FUNdots)
12. ├─RCLabels::make_or_pattern(strings = c("i1", "i2"), pattern_type = "exact")
13. ├─base::loadNamespace(x)
14. │ ├─base::namespaceImportFrom(...)
15. │ │ └─base::asNamespace(ns)
16. │ └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
17. │ └─base::library.dynam(lib, package, package.lib)
18. │ └─base::dyn.load(file, DLLpath = DLLpath, ...)
19. └─base::.handleSimpleError(...)
20. └─dplyr (local) h(simpleError(msg, call))
21. └─rlang::abort(message, class = error_class, parent = parent, call = error_call)
── Error ('test-Utilities.R:206:3'): select_rows_byname() works in lists with Matrix objects ──
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., trimmed = select_rows_byname(.$m, retain_pattern = RCLabels::make_or_pattern(strings = c("i1", "i2"), pattern_type = "exact")))`: i In argument: `trimmed = select_rows_byname(...)`.
Caused by 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. ├─DF %>% ... at test-Utilities.R:206:3
2. ├─dplyr::mutate(...)
3. ├─dplyr:::mutate.data.frame(...)
4. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
5. │ ├─base::withCallingHandlers(...)
6. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
7. │ └─mask$eval_all_mutate(quo)
8. │ └─dplyr (local) eval()
9. ├─matsbyname::select_rows_byname(...)
10. │ └─matsbyname::unaryapply_byname(...)
11. │ └─matsbyname:::prepare_.FUNdots(a, .FUNdots)
12. ├─RCLabels::make_or_pattern(strings = c("i1", "i2"), pattern_type = "exact")
13. ├─base::loadNamespace(x)
14. │ ├─base::namespaceImportFrom(...)
15. │ │ └─base::asNamespace(ns)
16. │ └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
17. │ └─base::library.dynam(lib, package, package.lib)
18. │ └─base::dyn.load(file, DLLpath = DLLpath, ...)
19. └─base::.handleSimpleError(...)
20. └─dplyr (local) h(simpleError(msg, call))
21. └─rlang::abort(message, class = error_class, parent = parent, call = error_call)
── Error ('test-Utilities.R:231:3'): select_cols_byname() works with exact matches (^name$) ──
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. ├─testthat::expect_equal(...) at test-Utilities.R:231:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::select_cols_byname(...)
5. │ └─a %>% transpose_byname() %>% ...
6. ├─matsbyname::select_rows_byname(...)
7. │ └─matsbyname::unaryapply_byname(...)
8. │ └─matsbyname:::prepare_.FUNdots(a, .FUNdots)
9. ├─RCLabels::make_or_pattern(strings = "p1", pattern_type = "exact")
10. └─base::loadNamespace(x)
11. ├─base::namespaceImportFrom(...)
12. │ └─base::asNamespace(ns)
13. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
14. └─base::library.dynam(lib, package, package.lib)
15. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:267:3'): select_cols_byname() works with exact matches (^name$) and Matrix objects ──
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. ├─matsbyname::select_cols_byname(...) at test-Utilities.R:267:3
2. │ └─a %>% transpose_byname() %>% ...
3. ├─matsbyname::select_rows_byname(...)
4. │ └─matsbyname::unaryapply_byname(...)
5. │ └─matsbyname:::prepare_.FUNdots(a, .FUNdots)
6. ├─RCLabels::make_or_pattern(strings = "p1", pattern_type = "exact")
7. └─base::loadNamespace(x)
8. ├─base::namespaceImportFrom(...)
9. │ └─base::asNamespace(ns)
10. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
11. └─base::library.dynam(lib, package, package.lib)
12. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:371:3'): select_cols_byname() works in lists ───────
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., trimmed = select_cols_byname(.$m, retain_pattern = RCLabels::make_or_pattern(strings = c("p1", "p2"), pattern_type = "exact")))`: i In argument: `trimmed = select_cols_byname(...)`.
Caused by 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. ├─DF %>% ... at test-Utilities.R:371:3
2. ├─dplyr::mutate(...)
3. ├─dplyr:::mutate.data.frame(...)
4. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
5. │ ├─base::withCallingHandlers(...)
6. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
7. │ └─mask$eval_all_mutate(quo)
8. │ └─dplyr (local) eval()
9. ├─matsbyname::select_cols_byname(...)
10. │ └─a %>% transpose_byname() %>% ...
11. ├─matsbyname::select_rows_byname(...)
12. │ └─matsbyname::unaryapply_byname(...)
13. │ └─matsbyname:::prepare_.FUNdots(a, .FUNdots)
14. ├─RCLabels::make_or_pattern(strings = c("p1", "p2"), pattern_type = "exact")
15. ├─base::loadNamespace(x)
16. │ ├─base::namespaceImportFrom(...)
17. │ │ └─base::asNamespace(ns)
18. │ └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
19. │ └─base::library.dynam(lib, package, package.lib)
20. │ └─base::dyn.load(file, DLLpath = DLLpath, ...)
21. └─base::.handleSimpleError(...)
22. └─dplyr (local) h(simpleError(msg, call))
23. └─rlang::abort(message, class = error_class, parent = parent, call = error_call)
── Error ('test-Utilities.R:402:3'): select_cols_byname() works in lists for Matrix objects ──
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., trimmed = select_cols_byname(.$m, retain_pattern = RCLabels::make_or_pattern(strings = c("p1", "p2"), pattern_type = "exact")))`: i In argument: `trimmed = select_cols_byname(...)`.
Caused by 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. ├─DF %>% ... at test-Utilities.R:402:3
2. ├─dplyr::mutate(...)
3. ├─dplyr:::mutate.data.frame(...)
4. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
5. │ ├─base::withCallingHandlers(...)
6. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
7. │ └─mask$eval_all_mutate(quo)
8. │ └─dplyr (local) eval()
9. ├─matsbyname::select_cols_byname(...)
10. │ └─a %>% transpose_byname() %>% ...
11. ├─matsbyname::select_rows_byname(...)
12. │ └─matsbyname::unaryapply_byname(...)
13. │ └─matsbyname:::prepare_.FUNdots(a, .FUNdots)
14. ├─RCLabels::make_or_pattern(strings = c("p1", "p2"), pattern_type = "exact")
15. ├─base::loadNamespace(x)
16. │ ├─base::namespaceImportFrom(...)
17. │ │ └─base::asNamespace(ns)
18. │ └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
19. │ └─base::library.dynam(lib, package, package.lib)
20. │ └─base::dyn.load(file, DLLpath = DLLpath, ...)
21. └─base::.handleSimpleError(...)
22. └─dplyr (local) h(simpleError(msg, call))
23. └─rlang::abort(message, class = error_class, parent = parent, call = error_call)
── Error ('test-Utilities.R:419:3'): select_cols_byname() works for a specific case (Light [from Electric lights]) ──
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. ├─testthat::expect_equal(...) at test-Utilities.R:419:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::select_cols_byname(mat, Hmisc::escapeRegex("Light [from Electric lights]"))
5. │ └─a %>% transpose_byname() %>% ...
6. ├─matsbyname::select_rows_byname(...)
7. │ └─matsbyname::unaryapply_byname(...)
8. │ └─matsbyname:::prepare_.FUNdots(a, .FUNdots)
9. └─base::loadNamespace(x)
10. ├─base::namespaceImportFrom(...)
11. │ └─base::asNamespace(ns)
12. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
13. └─base::library.dynam(lib, package, package.lib)
14. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:542:3'): select_rowcol_piece_byname() works for selecting rows ──
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. ├─matsbyname::select_rowcol_piece_byname(...) at test-Utilities.R:542:3
2. │ └─matsbyname::unaryapply_byname(select_func, a = a)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<int[,2]>`)
5. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
6. └─base::loadNamespace(x)
7. ├─base::namespaceImportFrom(...)
8. │ └─base::asNamespace(ns)
9. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. └─base::library.dynam(lib, package, package.lib)
11. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:586:3'): select_rowcol_piece_byname() works for selecting rows for Matrix objects ──
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. ├─matsbyname::select_rowcol_piece_byname(...) at test-Utilities.R:586:3
2. │ └─matsbyname::unaryapply_byname(select_func, a = a)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`)
5. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
6. └─base::loadNamespace(x)
7. ├─base::namespaceImportFrom(...)
8. │ └─base::asNamespace(ns)
9. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. └─base::library.dynam(lib, package, package.lib)
11. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:627:3'): select_rowcol_piece_byname() works for removing rows from Matrix objects ──
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. ├─matsbyname::select_rowcol_piece_byname(...) at test-Utilities.R:627:3
2. │ └─matsbyname::unaryapply_byname(select_func, a = a)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`)
5. │ └─RCLabels::make_or_pattern(remove, pattern_type = pattern_type)
6. └─base::loadNamespace(x)
7. ├─base::namespaceImportFrom(...)
8. │ └─base::asNamespace(ns)
9. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. └─base::library.dynam(lib, package, package.lib)
11. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:657:3'): select_rowcol_piece_byname() works with both retain and remove ──
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. ├─matsbyname::select_rowcol_piece_byname(...) at test-Utilities.R:657:3
2. │ └─matsbyname::unaryapply_byname(select_func, a = a)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<int[,2]>`)
5. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
6. └─base::loadNamespace(x)
7. ├─base::namespaceImportFrom(...)
8. │ └─base::asNamespace(ns)
9. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. └─base::library.dynam(lib, package, package.lib)
11. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:685:3'): select_rowcol_piece_byname() works with both retain and remove for Matrix objects ──
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. ├─matsbyname::select_rowcol_piece_byname(...) at test-Utilities.R:685:3
2. │ └─matsbyname::unaryapply_byname(select_func, a = a)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`)
5. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
6. └─base::loadNamespace(x)
7. ├─base::namespaceImportFrom(...)
8. │ └─base::asNamespace(ns)
9. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. └─base::library.dynam(lib, package, package.lib)
11. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:713:3'): select_rowcol_piece_byname() works with both retain and remove ──
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. ├─matsbyname::select_rowcol_piece_byname(...) at test-Utilities.R:713:3
2. │ └─matsbyname::unaryapply_byname(select_func, a = a)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<int[,2]>`)
5. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
6. └─base::loadNamespace(x)
7. ├─base::namespaceImportFrom(...)
8. │ └─base::asNamespace(ns)
9. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. └─base::library.dynam(lib, package, package.lib)
11. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:741:3'): select_rowcol_piece_byname() works with both retain and remove for Matrix objects ──
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. ├─matsbyname::select_rowcol_piece_byname(...) at test-Utilities.R:741:3
2. │ └─matsbyname::unaryapply_byname(select_func, a = a)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`)
5. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
6. └─base::loadNamespace(x)
7. ├─base::namespaceImportFrom(...)
8. │ └─base::asNamespace(ns)
9. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. └─base::library.dynam(lib, package, package.lib)
11. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:765:3'): select_rowcol_piece_byname() works when selecting columns ──
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. ├─matsbyname::select_rowcol_piece_byname(...) at test-Utilities.R:765:3
2. │ └─matsbyname::unaryapply_byname(select_func, a = a)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<int[,2]>`)
5. │ └─... %>% transpose_byname()
6. ├─matsbyname::transpose_byname(.)
7. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
8. ├─matsbyname::select_rowcol_piece_byname(...)
9. │ └─matsbyname::unaryapply_byname(select_func, a = a)
10. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
11. │ └─matsbyname (local) `<fn>`(`<int[,2]>`)
12. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
13. └─base::loadNamespace(x)
14. ├─base::namespaceImportFrom(...)
15. │ └─base::asNamespace(ns)
16. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
17. └─base::library.dynam(lib, package, package.lib)
18. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:786:3'): select_rowcol_piece_byname() works when selecting columns in Matrix objects ──
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. ├─matsbyname::select_rowcol_piece_byname(...) at test-Utilities.R:786:3
2. │ └─matsbyname::unaryapply_byname(select_func, a = a)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`)
5. │ └─... %>% transpose_byname()
6. ├─matsbyname::transpose_byname(.)
7. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
8. ├─matsbyname::select_rowcol_piece_byname(...)
9. │ └─matsbyname::unaryapply_byname(select_func, a = a)
10. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
11. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`)
12. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
13. └─base::loadNamespace(x)
14. ├─base::namespaceImportFrom(...)
15. │ └─base::asNamespace(ns)
16. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
17. └─base::library.dynam(lib, package, package.lib)
18. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:806:3'): select_rowcol_piece_byname() examples work as intended ──
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. ├─matsbyname::select_rowcol_piece_byname(...) at test-Utilities.R:806:3
2. │ └─matsbyname::unaryapply_byname(select_func, a = a)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`)
5. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
6. └─base::loadNamespace(x)
7. ├─base::namespaceImportFrom(...)
8. │ └─base::asNamespace(ns)
9. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. └─base::library.dynam(lib, package, package.lib)
11. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:832:3'): select_rowcol_piece_byname() works when specifying both rows and cols ──
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. ├─matsbyname::select_rowcol_piece_byname(...) at test-Utilities.R:832:3
2. │ └─matsbyname::unaryapply_byname(select_func, a = a)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<int[,2]>`)
5. │ └─... %>% transpose_byname()
6. ├─matsbyname::transpose_byname(.)
7. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
8. ├─matsbyname::select_rowcol_piece_byname(...)
9. │ └─matsbyname::unaryapply_byname(select_func, a = a)
10. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
11. │ └─matsbyname (local) `<fn>`(`<int[,2]>`)
12. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
13. └─base::loadNamespace(x)
14. ├─base::namespaceImportFrom(...)
15. │ └─base::asNamespace(ns)
16. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
17. └─base::library.dynam(lib, package, package.lib)
18. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:847:3'): select_rowcol_piece_byname() works when specifying both rows and cols in Matrix objects ──
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. ├─matsbyname::select_rowcol_piece_byname(...) at test-Utilities.R:847:3
2. │ └─matsbyname::unaryapply_byname(select_func, a = a)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`)
5. │ └─... %>% transpose_byname()
6. ├─matsbyname::transpose_byname(.)
7. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
8. ├─matsbyname::select_rowcol_piece_byname(...)
9. │ └─matsbyname::unaryapply_byname(select_func, a = a)
10. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
11. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`)
12. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
13. └─base::loadNamespace(x)
14. ├─base::namespaceImportFrom(...)
15. │ └─base::asNamespace(ns)
16. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
17. └─base::library.dynam(lib, package, package.lib)
18. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:868:3'): select_rowcol_piece_byname() works in a list and a data frame ──
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. ├─list(m, n) %>% ... at test-Utilities.R:868:3
2. ├─matsbyname::select_rowcol_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(select_func, a = a)
4. │ ├─... %>% magrittr::set_names(names(a))
5. │ └─base::Map(unaryapply_byname, list(FUN), a, lFUNdots, rowcoltypes = rowcoltypes)
6. │ └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
7. │ └─matsbyname (local) `<fn>`(...)
8. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
9. │ └─matsbyname (local) `<fn>`(`<int[,2]>`)
10. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
11. └─base::loadNamespace(x)
12. ├─base::namespaceImportFrom(...)
13. │ └─base::asNamespace(ns)
14. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
15. └─base::library.dynam(lib, package, package.lib)
16. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:898:3'): select_rowcol_piece_byname() works in a list and a data frame of Matrix objects ──
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. ├─list(m, n) %>% ... at test-Utilities.R:898:3
2. ├─matsbyname::select_rowcol_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(select_func, a = a)
4. │ ├─... %>% magrittr::set_names(names(a))
5. │ └─base::Map(unaryapply_byname, list(FUN), a, lFUNdots, rowcoltypes = rowcoltypes)
6. │ └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
7. │ └─matsbyname (local) `<fn>`(...)
8. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
9. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`)
10. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
11. └─base::loadNamespace(x)
12. ├─base::namespaceImportFrom(...)
13. │ └─base::asNamespace(ns)
14. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
15. └─base::library.dynam(lib, package, package.lib)
16. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:937:3'): select_rowcol_piece_byname() interprets margins correctly ──
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., res_col = select_rowcol_piece_byname(mats, retain = "d", piece = "from", notation = RCLabels::bracket_notation, margin = "cols"))`: i In argument: `res_col = select_rowcol_piece_byname(...)`.
Caused by 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. ├─tibble::tibble(mats = list(m, n)) %>% ... at test-Utilities.R:937:3
2. ├─dplyr::mutate(...)
3. ├─dplyr:::mutate.data.frame(...)
4. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
5. │ ├─base::withCallingHandlers(...)
6. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
7. │ └─mask$eval_all_mutate(quo)
8. │ └─dplyr (local) eval()
9. ├─matsbyname::select_rowcol_piece_byname(...)
10. │ └─matsbyname::unaryapply_byname(select_func, a = a)
11. │ ├─... %>% magrittr::set_names(names(a))
12. │ └─base::Map(unaryapply_byname, list(FUN), a, lFUNdots, rowcoltypes = rowcoltypes)
13. │ └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
14. │ └─matsbyname (local) `<fn>`(...)
15. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
16. │ └─matsbyname (local) `<fn>`(`<int[,2]>`)
17. │ └─... %>% transpose_byname()
18. ├─matsbyname::transpose_byname(.)
19. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
20. ├─matsbyname::select_rowcol_piece_byname(...)
21. │ └─matsbyname::unaryapply_byname(select_func, a = a)
22. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
23. │ └─matsbyname (local) `<fn>`(`<int[,2]>`)
24. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
25. ├─base::loadNamespace(x)
26. │ ├─base::namespaceImportFrom(...)
27. │ │ └─base::asNamespace(ns)
28. │ └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
29. │ └─base::library.dynam(lib, package, package.lib)
30. │ └─base::dyn.load(file, DLLpath = DLLpath, ...)
31. └─base::.handleSimpleError(...)
32. └─dplyr (local) h(simpleError(msg, call))
33. └─rlang::abort(message, class = error_class, parent = parent, call = error_call)
── Error ('test-Utilities.R:971:3'): select_rowcol_piece_byname() interprets margins correctly for Matrix objects ──
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., res_col = select_rowcol_piece_byname(mats, retain = "d", piece = "from", notation = RCLabels::bracket_notation, margin = "cols"))`: i In argument: `res_col = select_rowcol_piece_byname(...)`.
Caused by 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. ├─tibble::tibble(mats = list(m, n)) %>% ... at test-Utilities.R:971:3
2. ├─dplyr::mutate(...)
3. ├─dplyr:::mutate.data.frame(...)
4. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
5. │ ├─base::withCallingHandlers(...)
6. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
7. │ └─mask$eval_all_mutate(quo)
8. │ └─dplyr (local) eval()
9. ├─matsbyname::select_rowcol_piece_byname(...)
10. │ └─matsbyname::unaryapply_byname(select_func, a = a)
11. │ ├─... %>% magrittr::set_names(names(a))
12. │ └─base::Map(unaryapply_byname, list(FUN), a, lFUNdots, rowcoltypes = rowcoltypes)
13. │ └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
14. │ └─matsbyname (local) `<fn>`(...)
15. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
16. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`)
17. │ └─... %>% transpose_byname()
18. ├─matsbyname::transpose_byname(.)
19. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
20. ├─matsbyname::select_rowcol_piece_byname(...)
21. │ └─matsbyname::unaryapply_byname(select_func, a = a)
22. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
23. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`)
24. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
25. ├─base::loadNamespace(x)
26. │ ├─base::namespaceImportFrom(...)
27. │ │ └─base::asNamespace(ns)
28. │ └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
29. │ └─base::library.dynam(lib, package, package.lib)
30. │ └─base::dyn.load(file, DLLpath = DLLpath, ...)
31. └─base::.handleSimpleError(...)
32. └─dplyr (local) h(simpleError(msg, call))
33. └─rlang::abort(message, class = error_class, parent = parent, call = error_call)
── Error ('test-Utilities.R:997:3'): select_rowcol_piece_byname() works with notation inference ──
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. ├─matsbyname::select_rowcol_piece_byname(...) at test-Utilities.R:997:3
2. │ └─matsbyname::unaryapply_byname(select_func, a = a)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<int[,2]>`)
5. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
6. └─base::loadNamespace(x)
7. ├─base::namespaceImportFrom(...)
8. │ └─base::asNamespace(ns)
9. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. └─base::library.dynam(lib, package, package.lib)
11. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:1012:3'): select_rowcol_piece_byname() works with notation inference in Matrix objects ──
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. ├─matsbyname::select_rowcol_piece_byname(...) at test-Utilities.R:1012:3
2. │ └─matsbyname::unaryapply_byname(select_func, a = a)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`)
5. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
6. └─base::loadNamespace(x)
7. ├─base::namespaceImportFrom(...)
8. │ └─base::asNamespace(ns)
9. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. └─base::library.dynam(lib, package, package.lib)
11. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:1022:3'): select_rowcol_piece_byname() works when all rows or all cols are removed ──
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. ├─matsbyname::select_rowcol_piece_byname(...) at test-Utilities.R:1022:3
2. │ └─matsbyname::unaryapply_byname(select_func, a = a)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<int[,2]>`)
5. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
6. └─base::loadNamespace(x)
7. ├─base::namespaceImportFrom(...)
8. │ └─base::asNamespace(ns)
9. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. └─base::library.dynam(lib, package, package.lib)
11. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:1041:3'): select_rowcol_piece_byname() works when all rows or all cols are removed in a Matrix object ──
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. ├─matsbyname::select_rowcol_piece_byname(...) at test-Utilities.R:1041:3
2. │ └─matsbyname::unaryapply_byname(select_func, a = a)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,2]>`)
5. │ └─RCLabels::make_or_pattern(retain, pattern_type = pattern_type)
6. └─base::loadNamespace(x)
7. ├─base::namespaceImportFrom(...)
8. │ └─base::asNamespace(ns)
9. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. └─base::library.dynam(lib, package, package.lib)
11. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:1834:3'): rename_to_pref_suff_byname() works as expected ──
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. ├─matsbyname::rename_to_pref_suff_byname(...) at test-Utilities.R:1834:3
2. │ └─matsbyname::rename_to_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(...)
4. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
5. │ └─matsbyname (local) `<fn>`(...)
6. │ └─rownames(a_mat) %>% ...
7. ├─RCLabels::get_piece(...)
8. │ └─RCLabels::get_pref_suff(...)
9. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
10. │ └─RCLabels::split_pref_suff(...)
11. │ └─RCLabels:::strip_label_part(...)
12. │ ├─base::gsub(...)
13. │ └─base::paste0(...)
14. └─base::loadNamespace(x)
15. ├─base::namespaceImportFrom(...)
16. │ └─base::asNamespace(ns)
17. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
18. └─base::library.dynam(lib, package, package.lib)
19. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:1855:3'): rename_to_pref_suff_byname() works with Matrix objects ──
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. ├─matsbyname::rename_to_pref_suff_byname(...) at test-Utilities.R:1855:3
2. │ └─matsbyname::rename_to_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(...)
4. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
5. │ └─matsbyname (local) `<fn>`(...)
6. │ └─rownames(a_mat) %>% ...
7. ├─RCLabels::get_piece(...)
8. │ └─RCLabels::get_pref_suff(...)
9. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
10. │ └─RCLabels::split_pref_suff(...)
11. │ └─RCLabels:::strip_label_part(...)
12. │ ├─base::gsub(...)
13. │ └─base::paste0(...)
14. └─base::loadNamespace(x)
15. ├─base::namespaceImportFrom(...)
16. │ └─base::asNamespace(ns)
17. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
18. └─base::library.dynam(lib, package, package.lib)
19. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:1877:3'): rename_to_pref_suff_byname() works as expected ──
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. ├─matsbyname::rename_to_pref_suff_byname(...) at test-Utilities.R:1877:3
2. │ └─matsbyname::rename_to_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(...)
4. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
5. │ └─matsbyname (local) `<fn>`(...)
6. │ └─... %>% transpose_byname()
7. ├─matsbyname::transpose_byname(.)
8. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
9. ├─matsbyname (local) rename_func(...)
10. │ └─rownames(a_mat) %>% ...
11. ├─RCLabels::get_piece(...)
12. │ └─RCLabels::get_pref_suff(...)
13. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
14. │ └─RCLabels::split_pref_suff(...)
15. │ └─RCLabels:::strip_label_part(...)
16. │ ├─base::gsub(...)
17. │ └─base::paste0(...)
18. └─base::loadNamespace(x)
19. ├─base::namespaceImportFrom(...)
20. │ └─base::asNamespace(ns)
21. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
22. └─base::library.dynam(lib, package, package.lib)
23. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:1903:3'): rename_to_pref_suff_byname() works with Matrix objects ──
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. ├─matsbyname::rename_to_pref_suff_byname(...) at test-Utilities.R:1903:3
2. │ └─matsbyname::rename_to_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(...)
4. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
5. │ └─matsbyname (local) `<fn>`(...)
6. │ └─... %>% transpose_byname()
7. ├─matsbyname::transpose_byname(.)
8. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
9. ├─matsbyname (local) rename_func(...)
10. │ └─rownames(a_mat) %>% ...
11. ├─RCLabels::get_piece(...)
12. │ └─RCLabels::get_pref_suff(...)
13. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
14. │ └─RCLabels::split_pref_suff(...)
15. │ └─RCLabels:::strip_label_part(...)
16. │ ├─base::gsub(...)
17. │ └─base::paste0(...)
18. └─base::loadNamespace(x)
19. ├─base::namespaceImportFrom(...)
20. │ └─base::asNamespace(ns)
21. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
22. └─base::library.dynam(lib, package, package.lib)
23. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:1933:3'): rename_to_pref_suff_byname() works as expected 2 ──
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. ├─matsbyname::rename_to_pref_suff_byname(m, keep = "pref", notation = RCLabels::arrow_notation) at test-Utilities.R:1933:3
2. │ └─matsbyname::rename_to_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(...)
4. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
5. │ └─matsbyname (local) `<fn>`(...)
6. │ └─... %>% transpose_byname()
7. ├─matsbyname::transpose_byname(.)
8. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
9. ├─matsbyname (local) rename_func(...)
10. │ └─rownames(a_mat) %>% ...
11. ├─RCLabels::get_piece(...)
12. │ └─RCLabels::get_pref_suff(...)
13. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
14. │ └─RCLabels::split_pref_suff(...)
15. │ └─RCLabels:::strip_label_part(...)
16. │ ├─base::gsub(...)
17. │ └─base::paste0(...)
18. └─base::loadNamespace(x)
19. ├─base::namespaceImportFrom(...)
20. │ └─base::asNamespace(ns)
21. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
22. └─base::library.dynam(lib, package, package.lib)
23. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:1963:3'): rename_to_pref_suff_byname() works with Matrix objects 2 ──
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. ├─matsbyname::rename_to_pref_suff_byname(m, keep = "pref", notation = RCLabels::arrow_notation) at test-Utilities.R:1963:3
2. │ └─matsbyname::rename_to_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(...)
4. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
5. │ └─matsbyname (local) `<fn>`(...)
6. │ └─... %>% transpose_byname()
7. ├─matsbyname::transpose_byname(.)
8. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
9. ├─matsbyname (local) rename_func(...)
10. │ └─rownames(a_mat) %>% ...
11. ├─RCLabels::get_piece(...)
12. │ └─RCLabels::get_pref_suff(...)
13. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
14. │ └─RCLabels::split_pref_suff(...)
15. │ └─RCLabels:::strip_label_part(...)
16. │ ├─base::gsub(...)
17. │ └─base::paste0(...)
18. └─base::loadNamespace(x)
19. ├─base::namespaceImportFrom(...)
20. │ └─base::asNamespace(ns)
21. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
22. └─base::library.dynam(lib, package, package.lib)
23. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:1991:3'): rename_to_pref_suff_byname() also changes rowtype and coltype ──
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. ├─matsbyname::rename_to_pref_suff_byname(m, keep = "pref", notation = RCLabels::arrow_notation) at test-Utilities.R:1991:3
2. │ └─matsbyname::rename_to_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(...)
4. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
5. │ └─matsbyname (local) `<fn>`(...)
6. │ └─... %>% transpose_byname()
7. ├─matsbyname::transpose_byname(.)
8. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
9. ├─matsbyname (local) rename_func(...)
10. │ └─rownames(a_mat) %>% ...
11. ├─RCLabels::get_piece(...)
12. │ └─RCLabels::get_pref_suff(...)
13. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
14. │ └─RCLabels::split_pref_suff(...)
15. │ └─RCLabels:::strip_label_part(...)
16. │ ├─base::gsub(...)
17. │ └─base::paste0(...)
18. └─base::loadNamespace(x)
19. ├─base::namespaceImportFrom(...)
20. │ └─base::asNamespace(ns)
21. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
22. └─base::library.dynam(lib, package, package.lib)
23. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:2011:3'): rename_to_pref_suff_byname() also changes rowtype and coltype on Matrix objects ──
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. ├─matsbyname::rename_to_pref_suff_byname(m, keep = "pref", notation = RCLabels::arrow_notation) at test-Utilities.R:2011:3
2. │ └─matsbyname::rename_to_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(...)
4. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
5. │ └─matsbyname (local) `<fn>`(...)
6. │ └─... %>% transpose_byname()
7. ├─matsbyname::transpose_byname(.)
8. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
9. ├─matsbyname (local) rename_func(...)
10. │ └─rownames(a_mat) %>% ...
11. ├─RCLabels::get_piece(...)
12. │ └─RCLabels::get_pref_suff(...)
13. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
14. │ └─RCLabels::split_pref_suff(...)
15. │ └─RCLabels:::strip_label_part(...)
16. │ ├─base::gsub(...)
17. │ └─base::paste0(...)
18. └─base::loadNamespace(x)
19. ├─base::namespaceImportFrom(...)
20. │ └─base::asNamespace(ns)
21. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
22. └─base::library.dynam(lib, package, package.lib)
23. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:2032:3'): rename_to_pref_suff_byname() to change row and column type correctly returns enpty string when a suffix is not present ──
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. ├─matsbyname::rename_to_pref_suff_byname(m, keep = "pref", notation = RCLabels::arrow_notation) at test-Utilities.R:2032:3
2. │ └─matsbyname::rename_to_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(...)
4. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
5. │ └─matsbyname (local) `<fn>`(...)
6. │ └─... %>% transpose_byname()
7. ├─matsbyname::transpose_byname(.)
8. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
9. ├─matsbyname (local) rename_func(...)
10. │ └─rownames(a_mat) %>% ...
11. ├─RCLabels::get_piece(...)
12. │ └─RCLabels::get_pref_suff(...)
13. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
14. │ └─RCLabels::split_pref_suff(...)
15. │ └─RCLabels:::strip_label_part(...)
16. │ ├─base::gsub(...)
17. │ └─base::paste0(...)
18. └─base::loadNamespace(x)
19. ├─base::namespaceImportFrom(...)
20. │ └─base::asNamespace(ns)
21. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
22. └─base::library.dynam(lib, package, package.lib)
23. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:2052:3'): rename_to_pref_suff_byname() is OK with setting identical row/col names ──
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. ├─matsbyname::rename_to_pref_suff_byname(m, keep = "pref", notation = RCLabels::arrow_notation) at test-Utilities.R:2052:3
2. │ └─matsbyname::rename_to_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(...)
4. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
5. │ └─matsbyname (local) `<fn>`(...)
6. │ └─... %>% transpose_byname()
7. ├─matsbyname::transpose_byname(.)
8. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
9. ├─matsbyname (local) rename_func(...)
10. │ └─rownames(a_mat) %>% ...
11. ├─RCLabels::get_piece(...)
12. │ └─RCLabels::get_pref_suff(...)
13. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
14. │ └─RCLabels::split_pref_suff(...)
15. │ └─RCLabels:::strip_label_part(...)
16. │ ├─base::gsub(...)
17. │ └─base::paste0(...)
18. └─base::loadNamespace(x)
19. ├─base::namespaceImportFrom(...)
20. │ └─base::asNamespace(ns)
21. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
22. └─base::library.dynam(lib, package, package.lib)
23. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:2072:3'): rename_to_pref_suff_byname() is OK with setting identical row/col names on Matrix objects ──
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. ├─matsbyname::rename_to_pref_suff_byname(m, keep = "pref", notation = RCLabels::arrow_notation) at test-Utilities.R:2072:3
2. │ └─matsbyname::rename_to_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(...)
4. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
5. │ └─matsbyname (local) `<fn>`(...)
6. │ └─... %>% transpose_byname()
7. ├─matsbyname::transpose_byname(.)
8. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
9. ├─matsbyname (local) rename_func(...)
10. │ └─rownames(a_mat) %>% ...
11. ├─RCLabels::get_piece(...)
12. │ └─RCLabels::get_pref_suff(...)
13. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
14. │ └─RCLabels::split_pref_suff(...)
15. │ └─RCLabels:::strip_label_part(...)
16. │ ├─base::gsub(...)
17. │ └─base::paste0(...)
18. └─base::loadNamespace(x)
19. ├─base::namespaceImportFrom(...)
20. │ └─base::asNamespace(ns)
21. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
22. └─base::library.dynam(lib, package, package.lib)
23. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:2092:3'): rename_to_pref_suff_byname() works with full prefix identifiers ──
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. ├─matsbyname::rename_to_pref_suff_byname(m, keep = "pref", notation = RCLabels::bracket_notation) at test-Utilities.R:2092:3
2. │ └─matsbyname::rename_to_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(...)
4. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
5. │ └─matsbyname (local) `<fn>`(...)
6. │ └─... %>% transpose_byname()
7. ├─matsbyname::transpose_byname(.)
8. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
9. ├─matsbyname (local) rename_func(...)
10. │ └─rownames(a_mat) %>% ...
11. ├─RCLabels::get_piece(...)
12. │ └─RCLabels::get_pref_suff(...)
13. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
14. │ └─RCLabels::split_pref_suff(...)
15. │ └─RCLabels:::strip_label_part(...)
16. │ ├─base::gsub(...)
17. │ └─base::paste0(...)
18. └─base::loadNamespace(x)
19. ├─base::namespaceImportFrom(...)
20. │ └─base::asNamespace(ns)
21. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
22. └─base::library.dynam(lib, package, package.lib)
23. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:2148:3'): rename_to_pref_suff_byname() works with full prefix identifiers on Matrix objects ──
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. ├─matsbyname::rename_to_pref_suff_byname(m, keep = "pref", notation = RCLabels::bracket_notation) at test-Utilities.R:2148:3
2. │ └─matsbyname::rename_to_piece_byname(...)
3. │ └─matsbyname::unaryapply_byname(...)
4. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
5. │ └─matsbyname (local) `<fn>`(...)
6. │ └─... %>% transpose_byname()
7. ├─matsbyname::transpose_byname(.)
8. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
9. ├─matsbyname (local) rename_func(...)
10. │ └─rownames(a_mat) %>% ...
11. ├─RCLabels::get_piece(...)
12. │ └─RCLabels::get_pref_suff(...)
13. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
14. │ └─RCLabels::split_pref_suff(...)
15. │ └─RCLabels:::strip_label_part(...)
16. │ ├─base::gsub(...)
17. │ └─base::paste0(...)
18. └─base::loadNamespace(x)
19. ├─base::namespaceImportFrom(...)
20. │ └─base::asNamespace(ns)
21. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
22. └─base::library.dynam(lib, package, package.lib)
23. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:3171:3'): rename_to_piece_byname() works as expected ──
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. ├─matsbyname::rename_to_piece_byname(m, piece = "pref", notation = RCLabels::arrow_notation) at test-Utilities.R:3171:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(...)
5. │ └─... %>% transpose_byname()
6. ├─matsbyname::transpose_byname(.)
7. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
8. ├─matsbyname (local) rename_func(...)
9. │ └─rownames(a_mat) %>% ...
10. ├─RCLabels::get_piece(...)
11. │ └─RCLabels::get_pref_suff(...)
12. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
13. │ └─RCLabels::split_pref_suff(...)
14. │ └─RCLabels:::strip_label_part(...)
15. │ ├─base::gsub(...)
16. │ └─base::paste0(...)
17. └─base::loadNamespace(x)
18. ├─base::namespaceImportFrom(...)
19. │ └─base::asNamespace(ns)
20. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
21. └─base::library.dynam(lib, package, package.lib)
22. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:3225:3'): rename_to_piece_byname() works with Matrix objects ──
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. ├─matsbyname::rename_to_piece_byname(m, piece = "pref", notation = RCLabels::arrow_notation) at test-Utilities.R:3225:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(...)
5. │ └─... %>% transpose_byname()
6. ├─matsbyname::transpose_byname(.)
7. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
8. ├─matsbyname (local) rename_func(...)
9. │ └─rownames(a_mat) %>% ...
10. ├─RCLabels::get_piece(...)
11. │ └─RCLabels::get_pref_suff(...)
12. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
13. │ └─RCLabels::split_pref_suff(...)
14. │ └─RCLabels:::strip_label_part(...)
15. │ ├─base::gsub(...)
16. │ └─base::paste0(...)
17. └─base::loadNamespace(x)
18. ├─base::namespaceImportFrom(...)
19. │ └─base::asNamespace(ns)
20. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
21. └─base::library.dynam(lib, package, package.lib)
22. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:3284:3'): rename_to_piece_byname() works as expected when inferring notation ──
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. ├─testthat::expect_equal(...) at test-Utilities.R:3284:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::rename_to_piece_byname(bad_mat, piece = "pref")
5. │ └─matsbyname::unaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─... %>% transpose_byname()
9. ├─matsbyname::transpose_byname(.)
10. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
11. ├─matsbyname (local) rename_func(...)
12. │ └─rownames(a_mat) %>% ...
13. ├─RCLabels::get_piece(...)
14. │ └─RCLabels::get_pref_suff(...)
15. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
16. │ └─RCLabels::split_pref_suff(...)
17. │ └─RCLabels:::strip_label_part(...)
18. │ ├─base::gsub(...)
19. │ └─base::paste0(...)
20. └─base::loadNamespace(x)
21. ├─base::namespaceImportFrom(...)
22. │ └─base::asNamespace(ns)
23. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
24. └─base::library.dynam(lib, package, package.lib)
25. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:3354:3'): rename_to_piece_byname() works as expected when inferring notation with Matrix objects ──
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. ├─testthat::expect_equal(...) at test-Utilities.R:3354:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─matsbyname::rename_to_piece_byname(bad_mat, piece = "pref")
5. │ └─matsbyname::unaryapply_byname(...)
6. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
7. │ └─matsbyname (local) `<fn>`(...)
8. │ └─... %>% transpose_byname()
9. ├─matsbyname::transpose_byname(.)
10. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
11. ├─matsbyname (local) rename_func(...)
12. │ └─rownames(a_mat) %>% ...
13. ├─RCLabels::get_piece(...)
14. │ └─RCLabels::get_pref_suff(...)
15. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
16. │ └─RCLabels::split_pref_suff(...)
17. │ └─RCLabels:::strip_label_part(...)
18. │ ├─base::gsub(...)
19. │ └─base::paste0(...)
20. └─base::loadNamespace(x)
21. ├─base::namespaceImportFrom(...)
22. │ └─base::asNamespace(ns)
23. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
24. └─base::library.dynam(lib, package, package.lib)
25. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:3421:3'): rename_to_piece_byname() works with inferred margins ──
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. ├─matsbyname::rename_to_piece_byname(...) at test-Utilities.R:3421:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(...)
5. │ └─rownames(a_mat) %>% ...
6. ├─RCLabels::get_piece(...)
7. │ └─RCLabels::get_pref_suff(...)
8. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
9. │ └─RCLabels::split_pref_suff(...)
10. │ └─RCLabels:::strip_label_part(...)
11. │ ├─base::gsub(...)
12. │ └─base::paste0(...)
13. └─base::loadNamespace(x)
14. ├─base::namespaceImportFrom(...)
15. │ └─base::asNamespace(ns)
16. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
17. └─base::library.dynam(lib, package, package.lib)
18. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-Utilities.R:3447:3'): rename_to_piece_byname() works with inferred margins in Matrix objects ──
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. ├─matsbyname::rename_to_piece_byname(...) at test-Utilities.R:3447:3
2. │ └─matsbyname::unaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), lFUNdots))
4. │ └─matsbyname (local) `<fn>`(...)
5. │ └─rownames(a_mat) %>% ...
6. ├─RCLabels::get_piece(...)
7. │ └─RCLabels::get_pref_suff(...)
8. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
9. │ └─RCLabels::split_pref_suff(...)
10. │ └─RCLabels:::strip_label_part(...)
11. │ ├─base::gsub(...)
12. │ └─base::paste0(...)
13. └─base::loadNamespace(x)
14. ├─base::namespaceImportFrom(...)
15. │ └─base::asNamespace(ns)
16. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
17. └─base::library.dynam(lib, package, package.lib)
18. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-trim.R:332:3'): trim_rows_cols() respects pieces ───────────────
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. ├─matsbyname::trim_rows_cols(...) at test-trim.R:332:3
2. │ └─matsbyname::binaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dbl[,4]>`, `<dbl[,3]>`, margin = 2)
5. │ ├─... %>% transpose_byname()
6. │ └─matsbyname (local) trim_func(...)
7. │ └─RCLabels::get_piece(...)
8. │ └─RCLabels::get_objects(...)
9. │ └─RCLabels::get_pref_suff(...)
10. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
11. │ └─RCLabels::split_pref_suff(...)
12. │ └─RCLabels:::strip_label_part(...)
13. │ ├─base::gsub(...)
14. │ └─base::paste0(...)
15. ├─matsbyname::transpose_byname(.)
16. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
17. └─base::loadNamespace(x)
18. ├─base::namespaceImportFrom(...)
19. │ └─base::asNamespace(ns)
20. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
21. └─base::library.dynam(lib, package, package.lib)
22. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-trim.R:357:3'): trim_rows_cols() respects pieces with Matrix objects ──
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. ├─matsbyname::trim_rows_cols(...) at test-trim.R:357:3
2. │ └─matsbyname::binaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
4. │ └─matsbyname (local) `<fn>`(`<dgeMatrx[,4]>`, `<dgeMatrx[,3]>`, margin = 2)
5. │ ├─... %>% transpose_byname()
6. │ └─matsbyname (local) trim_func(...)
7. │ └─RCLabels::get_piece(...)
8. │ └─RCLabels::get_objects(...)
9. │ └─RCLabels::get_pref_suff(...)
10. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
11. │ └─RCLabels::split_pref_suff(...)
12. │ └─RCLabels:::strip_label_part(...)
13. │ ├─base::gsub(...)
14. │ └─base::paste0(...)
15. ├─matsbyname::transpose_byname(.)
16. │ └─matsbyname::unaryapply_byname(transpose_func, a = a, rowcoltypes = "transpose")
17. └─base::loadNamespace(x)
18. ├─base::namespaceImportFrom(...)
19. │ └─base::asNamespace(ns)
20. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
21. └─base::library.dynam(lib, package, package.lib)
22. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-trim.R:375:3'): trim_rows_cols() works with partial matching ───
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. ├─matsbyname::trim_rows_cols(...) at test-trim.R:375:3
2. │ └─matsbyname::binaryapply_byname(...)
3. │ ├─base::do.call(FUN, c(list(a), list(b), .FUNdots))
4. │ └─matsbyname (local) `<fn>`(`<int[,2]>`, `<dbl[,1]>`, margin = 1)
5. │ └─RCLabels::get_piece(...)
6. │ └─RCLabels::get_pref_suff(...)
7. │ ├─... %>% magrittr::set_names(rep(which, times = length(x)))
8. │ └─RCLabels::split_pref_suff(...)
9. │ └─RCLabels:::strip_label_part(...)
10. │ ├─base::gsub(...)
11. │ └─base::paste0(...)
12. └─base::loadNamespace(x)
13. ├─base::namespaceImportFrom(...)
14. │ └─base::asNamespace(ns)
15. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
16. └─base::library.dynam(lib, package, package.lib)
17. └─base::dyn.load(file, DLLpath = DLLpath, ...)
[ FAIL 116 | WARN 0 | SKIP 1 | PASS 1775 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.6.14
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘about-vector-arguments.Rmd’ using rmarkdown
--- finished re-building ‘about-vector-arguments.Rmd’
--- re-building ‘aggregation-vignette.Rmd’ using rmarkdown
Quitting from aggregation-vignette.Rmd:14-23 [setup]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `library()`:
! there is no package called 'matsindf'
---
Backtrace:
▆
1. └─base::library(matsindf)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'aggregation-vignette.Rmd' failed with diagnostics:
there is no package called 'matsindf'
--- failed re-building ‘aggregation-vignette.Rmd’
--- re-building ‘applybyname-vignette.Rmd’ using rmarkdown
--- finished re-building ‘applybyname-vignette.Rmd’
--- re-building ‘matsbyname.Rmd’ using rmarkdown
Quitting from matsbyname.Rmd:14-23 [setup]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `library()`:
! there is no package called 'matsindf'
---
Backtrace:
▆
1. └─base::library(matsindf)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'matsbyname.Rmd' failed with diagnostics:
there is no package called 'matsindf'
--- failed re-building ‘matsbyname.Rmd’
--- re-building ‘using-summarise-in-matsbyname.Rmd’ using rmarkdown
--- finished re-building ‘using-summarise-in-matsbyname.Rmd’
SUMMARY: processing the following files failed:
‘aggregation-vignette.Rmd’ ‘matsbyname.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-x86_64