CRAN Package Check Results for Maintainer ‘Jacob A. Long <jacob.long at sc.edu>’

Last updated on 2026-02-15 11:50:06 CET.

Package ERROR NOTE OK
interactions 2 12
jtools 14
panelr 9 5

Package interactions

Current CRAN status: NOTE: 2, OK: 12

Version: 1.2.0
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘broom’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package jtools

Current CRAN status: OK: 14

Package panelr

Current CRAN status: ERROR: 9, OK: 5

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [79s/102s] 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") Saving _problems/test-utils-33.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils.R:33:3'): dplyr functions return panel_data objects ────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `mutate_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `mutate()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-utils.R:32:3 2. │ └─base::withCallingHandlers(...) 3. ├─testthat::expect_s3_class(mutate_(w, gender = "fem"), "panel_data") at test-utils.R:33:3 4. │ └─testthat::quasi_label(enquo(object)) 5. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 6. └─dplyr::mutate_(w, gender = "fem") 7. └─dplyr:::lazy_defunct("mutate") 8. └─lifecycle::deprecate_stop(...) 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [49s/55s] 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") Saving _problems/test-utils-33.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils.R:33:3'): dplyr functions return panel_data objects ────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `mutate_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `mutate()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-utils.R:32:3 2. │ └─base::withCallingHandlers(...) 3. ├─testthat::expect_s3_class(mutate_(w, gender = "fem"), "panel_data") at test-utils.R:33:3 4. │ └─testthat::quasi_label(enquo(object)) 5. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 6. └─dplyr::mutate_(w, gender = "fem") 7. └─dplyr:::lazy_defunct("mutate") 8. └─lifecycle::deprecate_stop(...) 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [133s/307s] 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") Saving _problems/test-utils-33.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils.R:33:3'): dplyr functions return panel_data objects ────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `mutate_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `mutate()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-utils.R:32:3 2. │ └─base::withCallingHandlers(...) 3. ├─testthat::expect_s3_class(mutate_(w, gender = "fem"), "panel_data") at test-utils.R:33:3 4. │ └─testthat::quasi_label(enquo(object)) 5. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 6. └─dplyr::mutate_(w, gender = "fem") 7. └─dplyr:::lazy_defunct("mutate") 8. └─lifecycle::deprecate_stop(...) 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [113s/149s] 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") Saving _problems/test-utils-33.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils.R:33:3'): dplyr functions return panel_data objects ────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `mutate_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `mutate()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-utils.R:32:3 2. │ └─base::withCallingHandlers(...) 3. ├─testthat::expect_s3_class(mutate_(w, gender = "fem"), "panel_data") at test-utils.R:33:3 4. │ └─testthat::quasi_label(enquo(object)) 5. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 6. └─dplyr::mutate_(w, gender = "fem") 7. └─dplyr:::lazy_defunct("mutate") 8. └─lifecycle::deprecate_stop(...) 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.0.0
Check: tests
Result: ERROR Running 'testthat.R' [64s] 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") Saving _problems/test-utils-33.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils.R:33:3'): dplyr functions return panel_data objects ────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `mutate_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `mutate()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-utils.R:32:3 2. │ └─base::withCallingHandlers(...) 3. ├─testthat::expect_s3_class(mutate_(w, gender = "fem"), "panel_data") at test-utils.R:33:3 4. │ └─testthat::quasi_label(enquo(object)) 5. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 6. └─dplyr::mutate_(w, gender = "fem") 7. └─dplyr:::lazy_defunct("mutate") 8. └─lifecycle::deprecate_stop(...) 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [75s/96s] 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") Saving _problems/test-utils-33.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils.R:33:3'): dplyr functions return panel_data objects ────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `mutate_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `mutate()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-utils.R:32:3 2. │ └─base::withCallingHandlers(...) 3. ├─testthat::expect_s3_class(mutate_(w, gender = "fem"), "panel_data") at test-utils.R:33:3 4. │ └─testthat::quasi_label(enquo(object)) 5. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 6. └─dplyr::mutate_(w, gender = "fem") 7. └─dplyr:::lazy_defunct("mutate") 8. └─lifecycle::deprecate_stop(...) 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] Error: ! Test failures. Execution halted Flavor: r-patched-linux-x86_64

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [76s/96s] 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") Saving _problems/test-utils-33.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils.R:33:3'): dplyr functions return panel_data objects ────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `mutate_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `mutate()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-utils.R:32:3 2. │ └─base::withCallingHandlers(...) 3. ├─testthat::expect_s3_class(mutate_(w, gender = "fem"), "panel_data") at test-utils.R:33:3 4. │ └─testthat::quasi_label(enquo(object)) 5. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 6. └─dplyr::mutate_(w, gender = "fem") 7. └─dplyr:::lazy_defunct("mutate") 8. └─lifecycle::deprecate_stop(...) 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64

Version: 1.0.0
Check: tests
Result: ERROR Running 'testthat.R' [63s] 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") Saving _problems/test-utils-33.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils.R:33:3'): dplyr functions return panel_data objects ────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `mutate_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `mutate()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-utils.R:32:3 2. │ └─base::withCallingHandlers(...) 3. ├─testthat::expect_s3_class(mutate_(w, gender = "fem"), "panel_data") at test-utils.R:33:3 4. │ └─testthat::quasi_label(enquo(object)) 5. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 6. └─dplyr::mutate_(w, gender = "fem") 7. └─dplyr:::lazy_defunct("mutate") 8. └─lifecycle::deprecate_stop(...) 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64

Version: 1.0.0
Check: tests
Result: ERROR Running 'testthat.R' [94s] 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") Saving _problems/test-utils-33.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils.R:33:3'): dplyr functions return panel_data objects ────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `mutate_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `mutate()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-utils.R:32:3 2. │ └─base::withCallingHandlers(...) 3. ├─testthat::expect_s3_class(mutate_(w, gender = "fem"), "panel_data") at test-utils.R:33:3 4. │ └─testthat::quasi_label(enquo(object)) 5. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 6. └─dplyr::mutate_(w, gender = "fem") 7. └─dplyr:::lazy_defunct("mutate") 8. └─lifecycle::deprecate_stop(...) 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 409 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.