CRAN Package Check Results for Package feisr

Last updated on 2026-01-19 10:50:44 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.0 3.68 143.48 147.16 OK
r-devel-linux-x86_64-debian-gcc 1.3.0 2.63 36.02 38.65 ERROR
r-devel-linux-x86_64-fedora-clang 1.3.0 7.00 83.16 90.16 ERROR
r-devel-linux-x86_64-fedora-gcc 1.3.0 7.00 102.92 109.92 ERROR
r-devel-windows-x86_64 1.3.0 6.00 153.00 159.00 OK
r-patched-linux-x86_64 1.3.0 3.80 133.67 137.47 OK
r-release-linux-x86_64 1.3.0 3.08 43.21 46.29 ERROR
r-release-macos-arm64 1.3.0 OK
r-release-macos-x86_64 1.3.0 3.00 163.00 166.00 OK
r-release-windows-x86_64 1.3.0 7.00 152.00 159.00 OK
r-oldrel-macos-arm64 1.3.0 OK
r-oldrel-macos-x86_64 1.3.0 3.00 116.00 119.00 OK
r-oldrel-windows-x86_64 1.3.0 8.00 202.00 210.00 OK

Check Details

Version: 1.3.0
Check: examples
Result: ERROR Running examples in ‘feisr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: detrend > ### Title: Detrend data by individual slopes > ### Aliases: detrend > > ### ** Examples > > data("mwp", package = "feisr") > > # Detrend entire data.frame > mwp_det <- detrend(data = mwp, slopes = c("exp", "expq"), id = "id") Error in `list_flatten()`: ! `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::detrend(data = mwp, slopes = c("exp", "expq"), id = "id") 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 1.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/7s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(feisr) > > test_check("feisr") Saving _problems/test_CREIS-14.R Saving _problems/test_CollinearityHandling-22.R Saving _problems/test_EstimationResults-46.R Saving _problems/test_detrend-15.R Saving _problems/test_feistest-12.R Saving _problems/test_methods-11.R Saving _problems/test_rownames-16.R Saving _problems/test_slopes-15.R Saving _problems/test_weights-20.R [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_CREIS.R:13:1'): (code run outside of `test_that()`) ──────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_CREIS.R:13:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_CollinearityHandling.R:19:1'): (code run outside of `test_that()`) ── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test_CollinearityHandling.R:19:1 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─feisr::feis(...) 7. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 8. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 9. │ └─vctrs::obj_check_list(x) 10. └─vctrs:::stop_non_list_type(x, y, z) 11. └─cli::cli_abort(...) 12. └─rlang::abort(...) ── Error ('test_EstimationResults.R:45:1'): (code run outside of `test_that()`) ── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_EstimationResults.R:45:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_detrend.R:14:1'): (code run outside of `test_that()`) ────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_detrend.R:14:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_feistest.R:11:1'): (code run outside of `test_that()`) ───────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_feistest.R:11:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_methods.R:10:1'): (code run outside of `test_that()`) ────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_methods.R:10:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_rownames.R:15:1'): (code run outside of `test_that()`) ───────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_rownames.R:15:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_slopes.R:14:1'): (code run outside of `test_that()`) ─────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_slopes.R:14:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_weights.R:19:1'): (code run outside of `test_that()`) ────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_weights.R:19:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.3.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘feisr-vignette.Rmd’ using rmarkdown Quitting from feisr-vignette.Rmd:81-84 [feis0] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `list_flatten()`: ! `x` must be a list, not a list matrix. --- Backtrace: ▆ 1. └─feisr::feis(lnw ~ marry | year, data = mwp, id = "id") 2. └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. └─dplyr:::list_flatten(dots, fn = is_flattenable) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'feisr-vignette.Rmd' failed with diagnostics: `x` must be a list, not a list matrix. --- failed re-building ‘feisr-vignette.Rmd’ SUMMARY: processing the following file failed: ‘feisr-vignette.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 1.3.0
Check: examples
Result: ERROR Running examples in ‘feisr-Ex.R’ failed The error most likely occurred in: > ### Name: detrend > ### Title: Detrend data by individual slopes > ### Aliases: detrend > > ### ** Examples > > data("mwp", package = "feisr") > > # Detrend entire data.frame > mwp_det <- detrend(data = mwp, slopes = c("exp", "expq"), id = "id") Error in `list_flatten()`: ! `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::detrend(data = mwp, slopes = c("exp", "expq"), id = "id") 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [11s/35s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(feisr) > > test_check("feisr") Saving _problems/test_CREIS-14.R Saving _problems/test_CollinearityHandling-22.R Saving _problems/test_EstimationResults-46.R Saving _problems/test_detrend-15.R Saving _problems/test_feistest-12.R Saving _problems/test_methods-11.R Saving _problems/test_rownames-16.R Saving _problems/test_slopes-15.R Saving _problems/test_weights-20.R [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_CREIS.R:13:1'): (code run outside of `test_that()`) ──────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_CREIS.R:13:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_CollinearityHandling.R:19:1'): (code run outside of `test_that()`) ── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test_CollinearityHandling.R:19:1 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─feisr::feis(...) 7. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 8. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 9. │ └─vctrs::obj_check_list(x) 10. └─vctrs:::stop_non_list_type(x, y, z) 11. └─cli::cli_abort(...) 12. └─rlang::abort(...) ── Error ('test_EstimationResults.R:45:1'): (code run outside of `test_that()`) ── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_EstimationResults.R:45:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_detrend.R:14:1'): (code run outside of `test_that()`) ────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_detrend.R:14:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_feistest.R:11:1'): (code run outside of `test_that()`) ───────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_feistest.R:11:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_methods.R:10:1'): (code run outside of `test_that()`) ────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_methods.R:10:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_rownames.R:15:1'): (code run outside of `test_that()`) ───────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_rownames.R:15:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_slopes.R:14:1'): (code run outside of `test_that()`) ─────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_slopes.R:14:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_weights.R:19:1'): (code run outside of `test_that()`) ────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_weights.R:19:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.3.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘feisr-vignette.Rmd’ using rmarkdown Quitting from feisr-vignette.Rmd:81-84 [feis0] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `list_flatten()`: ! `x` must be a list, not a list matrix. --- Backtrace: ▆ 1. └─feisr::feis(lnw ~ marry | year, data = mwp, id = "id") 2. └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. └─dplyr:::list_flatten(dots, fn = is_flattenable) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'feisr-vignette.Rmd' failed with diagnostics: `x` must be a list, not a list matrix. --- failed re-building ‘feisr-vignette.Rmd’ SUMMARY: processing the following file failed: ‘feisr-vignette.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [15s/64s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(feisr) > > test_check("feisr") Saving _problems/test_CREIS-14.R Saving _problems/test_CollinearityHandling-22.R Saving _problems/test_EstimationResults-46.R Saving _problems/test_detrend-15.R Saving _problems/test_feistest-12.R Saving _problems/test_methods-11.R Saving _problems/test_rownames-16.R Saving _problems/test_slopes-15.R Saving _problems/test_weights-20.R [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_CREIS.R:13:1'): (code run outside of `test_that()`) ──────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_CREIS.R:13:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_CollinearityHandling.R:19:1'): (code run outside of `test_that()`) ── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test_CollinearityHandling.R:19:1 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─feisr::feis(...) 7. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 8. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 9. │ └─vctrs::obj_check_list(x) 10. └─vctrs:::stop_non_list_type(x, y, z) 11. └─cli::cli_abort(...) 12. └─rlang::abort(...) ── Error ('test_EstimationResults.R:45:1'): (code run outside of `test_that()`) ── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_EstimationResults.R:45:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_detrend.R:14:1'): (code run outside of `test_that()`) ────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_detrend.R:14:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_feistest.R:11:1'): (code run outside of `test_that()`) ───────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_feistest.R:11:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_methods.R:10:1'): (code run outside of `test_that()`) ────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_methods.R:10:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_rownames.R:15:1'): (code run outside of `test_that()`) ───────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_rownames.R:15:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_slopes.R:14:1'): (code run outside of `test_that()`) ─────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_slopes.R:14:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_weights.R:19:1'): (code run outside of `test_that()`) ────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_weights.R:19:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(feisr) > > test_check("feisr") Saving _problems/test_CREIS-14.R Saving _problems/test_CollinearityHandling-22.R Saving _problems/test_EstimationResults-46.R Saving _problems/test_detrend-15.R Saving _problems/test_feistest-12.R Saving _problems/test_methods-11.R Saving _problems/test_rownames-16.R Saving _problems/test_slopes-15.R Saving _problems/test_weights-20.R [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_CREIS.R:13:1'): (code run outside of `test_that()`) ──────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_CREIS.R:13:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_CollinearityHandling.R:19:1'): (code run outside of `test_that()`) ── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test_CollinearityHandling.R:19:1 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─feisr::feis(...) 7. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 8. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 9. │ └─vctrs::obj_check_list(x) 10. └─vctrs:::stop_non_list_type(x, y, z) 11. └─cli::cli_abort(...) 12. └─rlang::abort(...) ── Error ('test_EstimationResults.R:45:1'): (code run outside of `test_that()`) ── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_EstimationResults.R:45:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_detrend.R:14:1'): (code run outside of `test_that()`) ────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_detrend.R:14:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_feistest.R:11:1'): (code run outside of `test_that()`) ───────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_feistest.R:11:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_methods.R:10:1'): (code run outside of `test_that()`) ────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_methods.R:10:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_rownames.R:15:1'): (code run outside of `test_that()`) ───────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_rownames.R:15:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_slopes.R:14:1'): (code run outside of `test_that()`) ─────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_slopes.R:14:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) ── Error ('test_weights.R:19:1'): (code run outside of `test_that()`) ────────── Error in `list_flatten(dots, fn = is_flattenable)`: `x` must be a list, not a list matrix. Backtrace: ▆ 1. ├─feisr::feis(...) at test_weights.R:19:1 2. │ └─dplyr::bind_rows(rbind(dhat), .id = NULL) 3. │ └─dplyr:::list_flatten(dots, fn = is_flattenable) 4. │ └─vctrs::obj_check_list(x) 5. └─vctrs:::stop_non_list_type(x, y, z) 6. └─cli::cli_abort(...) 7. └─rlang::abort(...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64