CRAN Package Check Results for Package panelr

Last updated on 2023-01-25 04:51:43 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.6 20.70 1092.78 1113.48 OK
r-devel-linux-x86_64-debian-gcc 0.7.6 15.73 800.47 816.20 OK
r-devel-linux-x86_64-fedora-clang 0.7.6 976.89 ERROR
r-devel-linux-x86_64-fedora-gcc 0.7.6 1019.96 ERROR
r-patched-linux-x86_64 0.7.6 20.15 1073.67 1093.82 OK
r-release-linux-x86_64 0.7.6 18.26 1068.08 1086.34 OK
r-release-macos-arm64 0.7.6 122.00 OK
r-release-macos-x86_64 0.7.6 218.00 OK
r-release-windows-x86_64 0.7.6 51.00 1213.00 1264.00 OK
r-oldrel-macos-arm64 0.7.6 102.00 OK
r-oldrel-macos-x86_64 0.7.6 169.00 OK
r-oldrel-windows-ix86+x86_64 0.7.6 40.00 1379.00 1419.00 OK

Check Details

Version: 0.7.6
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘AER’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.7.6
Check: tests
Result: ERROR
     Running ‘testthat.R’ [234s/273s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(panelr)
     Loading required package: lme4
     Loading required package: Matrix
    
     Attaching package: 'panelr'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("panelr")
     [ FAIL 2 | WARN 1 | SKIP 0 | PASS 240 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_wbgee.R:160'): (code run outside of `test_that()`) ─────────────
     <vctrs_error_names_must_be_unique/vctrs_error_names/vctrs_error/rlang_error/error/condition>
     Error in `nest.tbl_df(.data, `:=`(!!.key, all_of(cols)), .names_sep = .names_sep)`: Names must be unique.
     ✖ These names are duplicated:
     * "id" at locations 1 and 3.
     * "t" at locations 2 and 4.
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test_wbgee.R:160:0
     2. │ └─base::withCallingHandlers(...)
     3. └─panelr::wbgee(wks ~ union + lag(lwage) | blk, data = wages, detrend = TRUE)
     4. └─panelr:::wb_prepare_data(...)
     5. └─panelr:::detrend(e$data, pf, dt_order, balance_correction, dt_random)
     6. ├─tidyr::nest(data)
     7. └─tidyr:::nest.grouped_df(data)
     8. └─tidyr:::nest.tbl_df(.data, `:=`(!!.key, all_of(cols)), .names_sep = .names_sep)
     9. └─vctrs::vec_cbind(out, inner, .name_repair = "check_unique", .error_call = error_call)
     10. └─vctrs (local) `<fn>`()
     11. └─vctrs:::validate_unique(names = names, arg = arg, call = call)
     12. └─vctrs:::stop_names_must_be_unique(names, arg, call = call)
     13. └─vctrs:::stop_names(...)
     14. └─vctrs:::stop_vctrs(...)
     15. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test_wbm.R:236'): (code run outside of `test_that()`) ───────────────
     <vctrs_error_names_must_be_unique/vctrs_error_names/vctrs_error/rlang_error/error/condition>
     Error in `nest.tbl_df(.data, `:=`(!!.key, all_of(cols)), .names_sep = .names_sep)`: Names must be unique.
     ✖ These names are duplicated:
     * "id" at locations 1 and 3.
     * "t" at locations 2 and 4.
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test_wbm.R:236:0
     2. │ └─base::withCallingHandlers(...)
     3. └─panelr::wbm(...)
     4. └─panelr:::wb_prepare_data(...)
     5. └─panelr:::detrend(e$data, pf, dt_order, balance_correction, dt_random)
     6. ├─tidyr::nest(data)
     7. └─tidyr:::nest.grouped_df(data)
     8. └─tidyr:::nest.tbl_df(.data, `:=`(!!.key, all_of(cols)), .names_sep = .names_sep)
     9. └─vctrs::vec_cbind(out, inner, .name_repair = "check_unique", .error_call = error_call)
     10. └─vctrs (local) `<fn>`()
     11. └─vctrs:::validate_unique(names = names, arg = arg, call = call)
     12. └─vctrs:::stop_names_must_be_unique(names, arg, call = call)
     13. └─vctrs:::stop_names(...)
     14. └─vctrs:::stop_vctrs(...)
     15. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
    
     [ FAIL 2 | WARN 1 | SKIP 0 | PASS 240 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.7.6
Check: tests
Result: ERROR
     Running ‘testthat.R’ [236s/240s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(panelr)
     Loading required package: lme4
     Loading required package: Matrix
    
     Attaching package: 'panelr'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("panelr")
     [ FAIL 2 | WARN 1 | SKIP 0 | PASS 240 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_wbgee.R:160'): (code run outside of `test_that()`) ─────────────
     <vctrs_error_names_must_be_unique/vctrs_error_names/vctrs_error/rlang_error/error/condition>
     Error in `nest.tbl_df(.data, `:=`(!!.key, all_of(cols)), .names_sep = .names_sep)`: Names must be unique.
     ✖ These names are duplicated:
     * "id" at locations 1 and 3.
     * "t" at locations 2 and 4.
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test_wbgee.R:160:0
     2. │ └─base::withCallingHandlers(...)
     3. └─panelr::wbgee(wks ~ union + lag(lwage) | blk, data = wages, detrend = TRUE)
     4. └─panelr:::wb_prepare_data(...)
     5. └─panelr:::detrend(e$data, pf, dt_order, balance_correction, dt_random)
     6. ├─tidyr::nest(data)
     7. └─tidyr:::nest.grouped_df(data)
     8. └─tidyr:::nest.tbl_df(.data, `:=`(!!.key, all_of(cols)), .names_sep = .names_sep)
     9. └─vctrs::vec_cbind(out, inner, .name_repair = "check_unique", .error_call = error_call)
     10. └─vctrs (local) `<fn>`()
     11. └─vctrs:::validate_unique(names = names, arg = arg, call = call)
     12. └─vctrs:::stop_names_must_be_unique(names, arg, call = call)
     13. └─vctrs:::stop_names(...)
     14. └─vctrs:::stop_vctrs(...)
     15. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
     ── Error ('test_wbm.R:236'): (code run outside of `test_that()`) ───────────────
     <vctrs_error_names_must_be_unique/vctrs_error_names/vctrs_error/rlang_error/error/condition>
     Error in `nest.tbl_df(.data, `:=`(!!.key, all_of(cols)), .names_sep = .names_sep)`: Names must be unique.
     ✖ These names are duplicated:
     * "id" at locations 1 and 3.
     * "t" at locations 2 and 4.
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test_wbm.R:236:0
     2. │ └─base::withCallingHandlers(...)
     3. └─panelr::wbm(...)
     4. └─panelr:::wb_prepare_data(...)
     5. └─panelr:::detrend(e$data, pf, dt_order, balance_correction, dt_random)
     6. ├─tidyr::nest(data)
     7. └─tidyr:::nest.grouped_df(data)
     8. └─tidyr:::nest.tbl_df(.data, `:=`(!!.key, all_of(cols)), .names_sep = .names_sep)
     9. └─vctrs::vec_cbind(out, inner, .name_repair = "check_unique", .error_call = error_call)
     10. └─vctrs (local) `<fn>`()
     11. └─vctrs:::validate_unique(names = names, arg = arg, call = call)
     12. └─vctrs:::stop_names_must_be_unique(names, arg, call = call)
     13. └─vctrs:::stop_names(...)
     14. └─vctrs:::stop_vctrs(...)
     15. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
    
     [ FAIL 2 | WARN 1 | SKIP 0 | PASS 240 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc