CRAN Package Check Results for Package dbplot

Last updated on 2026-02-08 21:50:30 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.3 5.51 59.59 65.10 ERROR
r-devel-linux-x86_64-debian-gcc 0.3.3 4.75 44.25 49.00 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.3 11.00 88.97 99.97 ERROR
r-devel-linux-x86_64-fedora-gcc 0.3.3 11.00 89.24 100.24 ERROR
r-devel-windows-x86_64 0.3.3 10.00 70.00 80.00 ERROR
r-patched-linux-x86_64 0.3.3 6.79 54.10 60.89 ERROR
r-release-linux-x86_64 0.3.3 5.79 53.11 58.90 ERROR
r-release-macos-arm64 0.3.3 OK
r-release-macos-x86_64 0.3.3 3.00 44.00 47.00 OK
r-release-windows-x86_64 0.3.3 9.00 72.00 81.00 OK
r-oldrel-macos-arm64 0.3.3 OK
r-oldrel-macos-x86_64 0.3.3 3.00 36.00 39.00 OK
r-oldrel-windows-x86_64 0.3.3 11.00 85.00 96.00 ERROR

Check Details

Version: 0.3.3
Check: examples
Result: ERROR Running examples in ‘dbplot-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: db_compute_boxplot > ### Title: Returns a dataframe with boxplot calculations > ### Aliases: db_compute_boxplot > > ### ** Examples > > > mtcars %>% + db_compute_boxplot(am, mpg) Error: ! The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─mtcars %>% db_compute_boxplot(am, mpg) 2. └─dbplot::db_compute_boxplot(., am, mpg) 3. ├─dplyr::group_by(data, !!!x, add = TRUE) 4. └─dplyr:::group_by.data.frame(data, !!!x, add = TRUE) 5. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 6. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 7. └─lifecycle:::deprecate_stop0(msg) 8. └─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: 0.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(dbplot) > library(dplyr) Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > library(ggplot2) > > test_check("dbplot") Saving _problems/test-boxplots-4.R Saving _problems/test-boxplots-8.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 26 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-boxplots.R:4:3'): dbplot_boxplot() returns a ggplot ──────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─testthat::expect_is(dbplot_boxplot(mtcars, am, mpg), "ggplot") at test-boxplots.R:4:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─dbplot:::dbplot_boxplot(mtcars, am, mpg) 5. └─dbplot::db_compute_boxplot(...) 6. ├─dplyr::group_by(data, !!!x, add = TRUE) 7. └─dplyr:::group_by.data.frame(data, !!!x, add = TRUE) 8. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 9. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-boxplots.R:8:3'): db_compute_boxplot() returns the right number of rows ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-boxplots.R:8:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::nrow(db_compute_boxplot(mtcars, am, mpg)) 5. └─dbplot::db_compute_boxplot(mtcars, am, mpg) 6. ├─dplyr::group_by(data, !!!x, add = TRUE) 7. └─dplyr:::group_by.data.frame(data, !!!x, add = TRUE) 8. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 9. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 26 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(dbplot) > library(dplyr) Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > library(ggplot2) > > test_check("dbplot") Saving _problems/test-boxplots-4.R Saving _problems/test-boxplots-8.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 26 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-boxplots.R:4:3'): dbplot_boxplot() returns a ggplot ──────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─testthat::expect_is(dbplot_boxplot(mtcars, am, mpg), "ggplot") at test-boxplots.R:4:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─dbplot:::dbplot_boxplot(mtcars, am, mpg) 5. └─dbplot::db_compute_boxplot(...) 6. ├─dplyr::group_by(data, !!!x, add = TRUE) 7. └─dplyr:::group_by.data.frame(data, !!!x, add = TRUE) 8. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 9. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-boxplots.R:8:3'): db_compute_boxplot() returns the right number of rows ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-boxplots.R:8:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::nrow(db_compute_boxplot(mtcars, am, mpg)) 5. └─dbplot::db_compute_boxplot(mtcars, am, mpg) 6. ├─dplyr::group_by(data, !!!x, add = TRUE) 7. └─dplyr:::group_by.data.frame(data, !!!x, add = TRUE) 8. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 9. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 26 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.3
Check: examples
Result: ERROR Running examples in ‘dbplot-Ex.R’ failed The error most likely occurred in: > ### Name: db_compute_boxplot > ### Title: Returns a dataframe with boxplot calculations > ### Aliases: db_compute_boxplot > > ### ** Examples > > > mtcars %>% + db_compute_boxplot(am, mpg) Error: ! The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─mtcars %>% db_compute_boxplot(am, mpg) 2. └─dbplot::db_compute_boxplot(., am, mpg) 3. ├─dplyr::group_by(data, !!!x, add = TRUE) 4. └─dplyr:::group_by.data.frame(data, !!!x, add = TRUE) 5. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 6. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 7. └─lifecycle:::deprecate_stop0(msg) 8. └─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: 0.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(dbplot) > library(dplyr) Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > library(ggplot2) > > test_check("dbplot") Saving _problems/test-boxplots-4.R Saving _problems/test-boxplots-8.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 26 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-boxplots.R:4:3'): dbplot_boxplot() returns a ggplot ──────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─testthat::expect_is(dbplot_boxplot(mtcars, am, mpg), "ggplot") at test-boxplots.R:4:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─dbplot:::dbplot_boxplot(mtcars, am, mpg) 5. └─dbplot::db_compute_boxplot(...) 6. ├─dplyr::group_by(data, !!!x, add = TRUE) 7. └─dplyr:::group_by.data.frame(data, !!!x, add = TRUE) 8. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 9. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-boxplots.R:8:3'): db_compute_boxplot() returns the right number of rows ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-boxplots.R:8:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::nrow(db_compute_boxplot(mtcars, am, mpg)) 5. └─dbplot::db_compute_boxplot(mtcars, am, mpg) 6. ├─dplyr::group_by(data, !!!x, add = TRUE) 7. └─dplyr:::group_by.data.frame(data, !!!x, add = TRUE) 8. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 9. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 26 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/16s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(dbplot) > library(dplyr) Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > library(ggplot2) > > test_check("dbplot") Saving _problems/test-boxplots-4.R Saving _problems/test-boxplots-8.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 26 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-boxplots.R:4:3'): dbplot_boxplot() returns a ggplot ──────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─testthat::expect_is(dbplot_boxplot(mtcars, am, mpg), "ggplot") at test-boxplots.R:4:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─dbplot:::dbplot_boxplot(mtcars, am, mpg) 5. └─dbplot::db_compute_boxplot(...) 6. ├─dplyr::group_by(data, !!!x, add = TRUE) 7. └─dplyr:::group_by.data.frame(data, !!!x, add = TRUE) 8. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 9. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-boxplots.R:8:3'): db_compute_boxplot() returns the right number of rows ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-boxplots.R:8:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::nrow(db_compute_boxplot(mtcars, am, mpg)) 5. └─dbplot::db_compute_boxplot(mtcars, am, mpg) 6. ├─dplyr::group_by(data, !!!x, add = TRUE) 7. └─dplyr:::group_by.data.frame(data, !!!x, add = TRUE) 8. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 9. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 26 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.3.3
Check: tests
Result: ERROR Running 'testthat.R' [4s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(dbplot) > library(dplyr) Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > library(ggplot2) > > test_check("dbplot") Saving _problems/test-boxplots-4.R Saving _problems/test-boxplots-8.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 26 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-boxplots.R:4:3'): dbplot_boxplot() returns a ggplot ──────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─testthat::expect_is(dbplot_boxplot(mtcars, am, mpg), "ggplot") at test-boxplots.R:4:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─dbplot:::dbplot_boxplot(mtcars, am, mpg) 5. └─dbplot::db_compute_boxplot(...) 6. ├─dplyr::group_by(data, !!!x, add = TRUE) 7. └─dplyr:::group_by.data.frame(data, !!!x, add = TRUE) 8. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 9. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-boxplots.R:8:3'): db_compute_boxplot() returns the right number of rows ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-boxplots.R:8:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::nrow(db_compute_boxplot(mtcars, am, mpg)) 5. └─dbplot::db_compute_boxplot(mtcars, am, mpg) 6. ├─dplyr::group_by(data, !!!x, add = TRUE) 7. └─dplyr:::group_by.data.frame(data, !!!x, add = TRUE) 8. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 9. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 26 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 0.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(dbplot) > library(dplyr) Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > library(ggplot2) > > test_check("dbplot") Saving _problems/test-boxplots-4.R Saving _problems/test-boxplots-8.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 26 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-boxplots.R:4:3'): dbplot_boxplot() returns a ggplot ──────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─testthat::expect_is(dbplot_boxplot(mtcars, am, mpg), "ggplot") at test-boxplots.R:4:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─dbplot:::dbplot_boxplot(mtcars, am, mpg) 5. └─dbplot::db_compute_boxplot(...) 6. ├─dplyr::group_by(data, !!!x, add = TRUE) 7. └─dplyr:::group_by.data.frame(data, !!!x, add = TRUE) 8. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 9. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-boxplots.R:8:3'): db_compute_boxplot() returns the right number of rows ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-boxplots.R:8:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::nrow(db_compute_boxplot(mtcars, am, mpg)) 5. └─dbplot::db_compute_boxplot(mtcars, am, mpg) 6. ├─dplyr::group_by(data, !!!x, add = TRUE) 7. └─dplyr:::group_by.data.frame(data, !!!x, add = TRUE) 8. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 9. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 26 ] Error: ! Test failures. Execution halted Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.3.3
Check: tests
Result: ERROR Running 'testthat.R' [5s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(dbplot) > library(dplyr) Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > library(ggplot2) > > test_check("dbplot") Saving _problems/test-boxplots-4.R Saving _problems/test-boxplots-8.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 26 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-boxplots.R:4:3'): dbplot_boxplot() returns a ggplot ──────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─testthat::expect_is(dbplot_boxplot(mtcars, am, mpg), "ggplot") at test-boxplots.R:4:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─dbplot:::dbplot_boxplot(mtcars, am, mpg) 5. └─dbplot::db_compute_boxplot(...) 6. ├─dplyr::group_by(data, !!!x, add = TRUE) 7. └─dplyr:::group_by.data.frame(data, !!!x, add = TRUE) 8. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 9. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-boxplots.R:8:3'): db_compute_boxplot() returns the right number of rows ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-boxplots.R:8:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::nrow(db_compute_boxplot(mtcars, am, mpg)) 5. └─dbplot::db_compute_boxplot(mtcars, am, mpg) 6. ├─dplyr::group_by(data, !!!x, add = TRUE) 7. └─dplyr:::group_by.data.frame(data, !!!x, add = TRUE) 8. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 9. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 26 ] 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.