Last updated on 2026-01-20 13:50:31 CET.
| Package | ERROR | OK |
|---|---|---|
| feisr | 5 | 8 |
Current CRAN status: ERROR: 5, OK: 8
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-clang, r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/8s]
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-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-debian-clang, r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
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: 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’ [14s/27s]
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