CRAN Package Check Results for Package useful

Last updated on 2026-02-03 14:51:41 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.6.1 6.85 105.52 112.37 OK
r-devel-linux-x86_64-debian-gcc 1.2.6.1 5.35 81.47 86.82 OK
r-devel-linux-x86_64-fedora-clang 1.2.6.1 13.00 137.32 150.32 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2.6.1 12.00 150.07 162.07 ERROR
r-devel-windows-x86_64 1.2.6.1 10.00 137.00 147.00 OK
r-patched-linux-x86_64 1.2.6.1 8.57 97.83 106.40 OK
r-release-linux-x86_64 1.2.6.1 4.64 99.29 103.93 OK
r-release-macos-arm64 1.2.6.1 OK
r-release-macos-x86_64 1.2.6.1 4.00 91.00 95.00 OK
r-release-windows-x86_64 1.2.6.1 10.00 132.00 142.00 OK
r-oldrel-macos-arm64 1.2.6.1 OK
r-oldrel-macos-x86_64 1.2.6.1 4.00 71.00 75.00 OK
r-oldrel-windows-x86_64 1.2.6.1 13.00 166.00 179.00 OK

Check Details

Version: 1.2.6.1
Check: examples
Result: ERROR Running examples in ‘useful-Ex.R’ failed The error most likely occurred in: > ### Name: moveToFront > ### Title: moveToFront > ### Aliases: moveToFront moveToBack > > ### ** Examples > > theDF <- data.frame(A=1:10, B=11:20, C=1:10, D=11:20) > moveToFront(theDF, c('B', 'C')) Error: ! `select_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `select()` instead. Backtrace: ▆ 1. ├─useful::moveToFront(theDF, c("B", "C")) 2. │ └─data %>% select_(.dots = colOrder) 3. └─dplyr::select_(., .dots = colOrder) 4. └─dplyr:::lazy_defunct("select", hint = FALSE) 5. └─lifecycle::deprecate_stop(...) 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.2.6.1
Check: tests
Result: ERROR Running ‘testthat.R’ [24s/27s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(useful) Loading required package: ggplot2 > > test_check("useful") Error in detach("package:coefplot", unload = TRUE) : invalid 'name' argument Saving _problems/test-move-cols-37.R Saving _problems/test-move-cols-46.R Saving _problems/test-move-cols-55.R Saving _problems/test-unique-7.R [ FAIL 4 | WARN 7 | SKIP 2 | PASS 721 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-load-packages.R:11:5', 'test-load-packages.R:18:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-move-cols.r:37:5'): cols to front/back returns data.frame ────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `select_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `select()` instead. Backtrace: ▆ 1. ├─testthat::expect_is(moveToFront(theDF, c("B", "C")), "data.frame") at test-move-cols.r:37:5 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─useful::moveToFront(theDF, c("B", "C")) 5. │ └─data %>% select_(.dots = colOrder) 6. └─dplyr::select_(., .dots = colOrder) 7. └─dplyr:::lazy_defunct("select", hint = FALSE) 8. └─lifecycle::deprecate_stop(...) 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Error ('test-move-cols.r:46:5'): cols to front/back returns the right dimension ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `select_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `select()` instead. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-move-cols.r:46:5 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─useful::moveToFront(theDF, c("B", "C")) 5. │ └─data %>% select_(.dots = colOrder) 6. └─dplyr::select_(., .dots = colOrder) 7. └─dplyr:::lazy_defunct("select", hint = FALSE) 8. └─lifecycle::deprecate_stop(...) 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Error ('test-move-cols.r:55:5'): cols to front/back returns the right names ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `select_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `select()` instead. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-move-cols.r:55:5 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─useful::moveToFront(theDF, c("B", "C")) 5. │ └─data %>% select_(.dots = colOrder) 6. └─dplyr::select_(., .dots = colOrder) 7. └─dplyr:::lazy_defunct("select", hint = FALSE) 8. └─lifecycle::deprecate_stop(...) 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Error ('test-unique.R:7:1'): (code run outside of `test_that()`) ──────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `as.tbl()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use `tibble::as_tibble()` instead. Backtrace: ▆ 1. └─dplyr::as.tbl(...) at test-unique.R:7:1 2. └─lifecycle::deprecate_stop("1.0.0", "as.tbl()", "tibble::as_tibble()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 4 | WARN 7 | SKIP 2 | PASS 721 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.2.6.1
Check: tests
Result: ERROR Running ‘testthat.R’ [24s/50s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(useful) Loading required package: ggplot2 > > test_check("useful") Error in detach("package:coefplot", unload = TRUE) : invalid 'name' argument Saving _problems/test-move-cols-37.R Saving _problems/test-move-cols-46.R Saving _problems/test-move-cols-55.R Saving _problems/test-unique-7.R [ FAIL 4 | WARN 7 | SKIP 2 | PASS 721 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-load-packages.R:11:5', 'test-load-packages.R:18:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-move-cols.r:37:5'): cols to front/back returns data.frame ────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `select_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `select()` instead. Backtrace: ▆ 1. ├─testthat::expect_is(moveToFront(theDF, c("B", "C")), "data.frame") at test-move-cols.r:37:5 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─useful::moveToFront(theDF, c("B", "C")) 5. │ └─data %>% select_(.dots = colOrder) 6. └─dplyr::select_(., .dots = colOrder) 7. └─dplyr:::lazy_defunct("select", hint = FALSE) 8. └─lifecycle::deprecate_stop(...) 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Error ('test-move-cols.r:46:5'): cols to front/back returns the right dimension ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `select_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `select()` instead. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-move-cols.r:46:5 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─useful::moveToFront(theDF, c("B", "C")) 5. │ └─data %>% select_(.dots = colOrder) 6. └─dplyr::select_(., .dots = colOrder) 7. └─dplyr:::lazy_defunct("select", hint = FALSE) 8. └─lifecycle::deprecate_stop(...) 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Error ('test-move-cols.r:55:5'): cols to front/back returns the right names ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `select_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `select()` instead. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-move-cols.r:55:5 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─useful::moveToFront(theDF, c("B", "C")) 5. │ └─data %>% select_(.dots = colOrder) 6. └─dplyr::select_(., .dots = colOrder) 7. └─dplyr:::lazy_defunct("select", hint = FALSE) 8. └─lifecycle::deprecate_stop(...) 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Error ('test-unique.R:7:1'): (code run outside of `test_that()`) ──────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `as.tbl()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use `tibble::as_tibble()` instead. Backtrace: ▆ 1. └─dplyr::as.tbl(...) at test-unique.R:7:1 2. └─lifecycle::deprecate_stop("1.0.0", "as.tbl()", "tibble::as_tibble()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 4 | WARN 7 | SKIP 2 | PASS 721 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc