CRAN Package Check Results for Package ezec

Last updated on 2026-02-08 17:49:47 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 9.49 90.52 100.01 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.1 6.64 63.83 70.47 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.1 16.00 140.96 156.96 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.1 16.00 151.49 167.49 ERROR
r-devel-windows-x86_64 1.0.1 12.00 92.00 104.00 ERROR
r-patched-linux-x86_64 1.0.1 9.33 81.94 91.27 ERROR
r-release-linux-x86_64 1.0.1 8.70 81.76 90.46 ERROR
r-release-macos-arm64 1.0.1 OK
r-release-macos-x86_64 1.0.1 6.00 78.00 84.00 OK
r-release-windows-x86_64 1.0.1 12.00 94.00 106.00 OK
r-oldrel-macos-arm64 1.0.1 OK
r-oldrel-macos-x86_64 1.0.1 6.00 62.00 68.00 OK
r-oldrel-windows-x86_64 1.0.1 15.00 119.00 134.00 ERROR

Check Details

Version: 1.0.1
Check: examples
Result: ERROR Running examples in ‘ezec-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: EC_table > ### Title: Function to generate a table of EC values from a data frame of > ### multiple isolates. > ### Aliases: EC_table > > ### ** Examples > > data(dummydata) > # Using 3 parameter Log-Logistic Model (default) > EC_table(dummydata, form = response ~ dose) Error: ! `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─ezec::EC_table(dummydata, form = response ~ dose) 2. │ └─dat %>% dplyr::group_by_(idcol) %>% ... 3. └─dplyr::do_(...) 4. └─dplyr:::lazy_defunct("do") 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.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ezec) > > test_check("ezec") Saving _problems/test-tables-45.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 2 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-tables.R:19:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tables.R:45:3'): EC_table can read files ─────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─ezec::EC_table(tmp, form = response ~ dose, sep = ",") at test-tables.R:45:3 2. │ └─dat %>% dplyr::group_by_(idcol) %>% ... 3. └─dplyr::do_(...) 4. └─dplyr:::lazy_defunct("do") 5. └─lifecycle::deprecate_stop(...) 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) ── Error ('test-tables.R:54:3'): Insufficient data is handled well ───────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-tables.R:54:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─ezec::EC_table(...) 11. │ └─dat %>% dplyr::group_by_(idcol) %>% ... 12. └─dplyr::do_(...) 13. └─dplyr:::lazy_defunct("do") 14. └─lifecycle::deprecate_stop(...) 15. └─lifecycle:::deprecate_stop0(msg) 16. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 2 ] Error: ! Test failures. Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.0.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘getting_started.Rmd’ using rmarkdown Quitting from getting_started.Rmd:76-81 [ec_table] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/lifecycle_error_deprecated> Error: ! `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help --- Backtrace: ▆ 1. ├─ezec::EC_table(dummydata, form = response ~ dose) 2. │ └─dat %>% dplyr::group_by_(idcol) %>% ... 3. └─dplyr::do_(...) 4. └─dplyr:::lazy_defunct("do") 5. └─lifecycle::deprecate_stop(...) 6. └─lifecycle:::deprecate_stop0(msg) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'getting_started.Rmd' failed with diagnostics: `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help --- failed re-building ‘getting_started.Rmd’ SUMMARY: processing the following file failed: ‘getting_started.Rmd’ Error: Vignette re-building failed. 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.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ezec) > > test_check("ezec") Saving _problems/test-tables-45.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 2 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-tables.R:19:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tables.R:45:3'): EC_table can read files ─────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─ezec::EC_table(tmp, form = response ~ dose, sep = ",") at test-tables.R:45:3 2. │ └─dat %>% dplyr::group_by_(idcol) %>% ... 3. └─dplyr::do_(...) 4. └─dplyr:::lazy_defunct("do") 5. └─lifecycle::deprecate_stop(...) 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) ── Error ('test-tables.R:54:3'): Insufficient data is handled well ───────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-tables.R:54:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─ezec::EC_table(...) 11. │ └─dat %>% dplyr::group_by_(idcol) %>% ... 12. └─dplyr::do_(...) 13. └─dplyr:::lazy_defunct("do") 14. └─lifecycle::deprecate_stop(...) 15. └─lifecycle:::deprecate_stop0(msg) 16. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 2 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.1
Check: examples
Result: ERROR Running examples in ‘ezec-Ex.R’ failed The error most likely occurred in: > ### Name: EC_table > ### Title: Function to generate a table of EC values from a data frame of > ### multiple isolates. > ### Aliases: EC_table > > ### ** Examples > > data(dummydata) > # Using 3 parameter Log-Logistic Model (default) > EC_table(dummydata, form = response ~ dose) Error: ! `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─ezec::EC_table(dummydata, form = response ~ dose) 2. │ └─dat %>% dplyr::group_by_(idcol) %>% ... 3. └─dplyr::do_(...) 4. └─dplyr:::lazy_defunct("do") 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.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/10s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ezec) > > test_check("ezec") Saving _problems/test-tables-45.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 2 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-tables.R:19:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tables.R:45:3'): EC_table can read files ─────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─ezec::EC_table(tmp, form = response ~ dose, sep = ",") at test-tables.R:45:3 2. │ └─dat %>% dplyr::group_by_(idcol) %>% ... 3. └─dplyr::do_(...) 4. └─dplyr:::lazy_defunct("do") 5. └─lifecycle::deprecate_stop(...) 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) ── Error ('test-tables.R:54:3'): Insufficient data is handled well ───────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-tables.R:54:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─ezec::EC_table(...) 11. │ └─dat %>% dplyr::group_by_(idcol) %>% ... 12. └─dplyr::do_(...) 13. └─dplyr:::lazy_defunct("do") 14. └─lifecycle::deprecate_stop(...) 15. └─lifecycle:::deprecate_stop0(msg) 16. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 2 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘getting_started.Rmd’ using rmarkdown Quitting from getting_started.Rmd:76-81 [ec_table] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/lifecycle_error_deprecated> Error: ! `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help --- Backtrace: ▆ 1. ├─ezec::EC_table(dummydata, form = response ~ dose) 2. │ └─dat %>% dplyr::group_by_(idcol) %>% ... 3. └─dplyr::do_(...) 4. └─dplyr:::lazy_defunct("do") 5. └─lifecycle::deprecate_stop(...) 6. └─lifecycle:::deprecate_stop0(msg) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'getting_started.Rmd' failed with diagnostics: `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help --- failed re-building ‘getting_started.Rmd’ SUMMARY: processing the following file failed: ‘getting_started.Rmd’ Error: Vignette re-building failed. 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.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/23s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ezec) > > test_check("ezec") Saving _problems/test-tables-45.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 2 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-tables.R:19:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tables.R:45:3'): EC_table can read files ─────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─ezec::EC_table(tmp, form = response ~ dose, sep = ",") at test-tables.R:45:3 2. │ └─dat %>% dplyr::group_by_(idcol) %>% ... 3. └─dplyr::do_(...) 4. └─dplyr:::lazy_defunct("do") 5. └─lifecycle::deprecate_stop(...) 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) ── Error ('test-tables.R:54:3'): Insufficient data is handled well ───────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-tables.R:54:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─ezec::EC_table(...) 11. │ └─dat %>% dplyr::group_by_(idcol) %>% ... 12. └─dplyr::do_(...) 13. └─dplyr:::lazy_defunct("do") 14. └─lifecycle::deprecate_stop(...) 15. └─lifecycle:::deprecate_stop0(msg) 16. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 2 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.0.1
Check: tests
Result: ERROR Running 'testthat.R' [4s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(ezec) > > test_check("ezec") Saving _problems/test-tables-45.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 2 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-tables.R:19:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tables.R:45:3'): EC_table can read files ─────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─ezec::EC_table(tmp, form = response ~ dose, sep = ",") at test-tables.R:45:3 2. │ └─dat %>% dplyr::group_by_(idcol) %>% ... 3. └─dplyr::do_(...) 4. └─dplyr:::lazy_defunct("do") 5. └─lifecycle::deprecate_stop(...) 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) ── Error ('test-tables.R:54:3'): Insufficient data is handled well ───────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-tables.R:54:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─ezec::EC_table(...) 11. │ └─dat %>% dplyr::group_by_(idcol) %>% ... 12. └─dplyr::do_(...) 13. └─dplyr:::lazy_defunct("do") 14. └─lifecycle::deprecate_stop(...) 15. └─lifecycle:::deprecate_stop0(msg) 16. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 2 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 1.0.1
Check: tests
Result: ERROR Running 'testthat.R' [5s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(ezec) > > test_check("ezec") Saving _problems/test-tables-45.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 2 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-tables.R:19:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tables.R:45:3'): EC_table can read files ─────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─ezec::EC_table(tmp, form = response ~ dose, sep = ",") at test-tables.R:45:3 2. │ └─dat %>% dplyr::group_by_(idcol) %>% ... 3. └─dplyr::do_(...) 4. └─dplyr:::lazy_defunct("do") 5. └─lifecycle::deprecate_stop(...) 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) ── Error ('test-tables.R:54:3'): Insufficient data is handled well ───────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `do_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `do()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-tables.R:54:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─ezec::EC_table(...) 11. │ └─dat %>% dplyr::group_by_(idcol) %>% ... 12. └─dplyr::do_(...) 13. └─dplyr:::lazy_defunct("do") 14. └─lifecycle::deprecate_stop(...) 15. └─lifecycle:::deprecate_stop0(msg) 16. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 2 ] 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.