Last updated on 2026-02-08 17:50:03 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.6.1 | 6.85 | 94.33 | 101.18 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.2.6.1 | 5.71 | 71.50 | 77.21 | ERROR | |
| 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 | 112.00 | 122.00 | ERROR | |
| r-patched-linux-x86_64 | 1.2.6.1 | 8.06 | 85.19 | 93.25 | ERROR | |
| r-release-linux-x86_64 | 1.2.6.1 | 6.99 | 85.23 | 92.22 | ERROR | |
| 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 | 141.00 | 154.00 | ERROR |
Version: 1.2.6.1
Check: examples
Result: ERROR
Running examples in ‘useful-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.2.6.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [17s/26s]
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-debian-clang
Version: 1.2.6.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/20s]
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 8 | 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 8 | SKIP 2 | PASS 721 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
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, r-devel-windows-x86_64, r-oldrel-windows-x86_64
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
Version: 1.2.6.1
Check: tests
Result: ERROR
Running 'testthat.R' [16s]
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-windows-x86_64
Version: 1.2.6.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/21s]
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-patched-linux-x86_64
Version: 1.2.6.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/25s]
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-release-linux-x86_64
Version: 1.2.6.1
Check: tests
Result: ERROR
Running 'testthat.R' [23s]
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-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.