Last updated on 2026-02-03 14:51:26 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 9.89 | 93.20 | 103.09 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 7.37 | 67.43 | 74.80 | OK | |
| 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 | 11.00 | 98.00 | 109.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 9.19 | 85.73 | 94.92 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 8.45 | 84.62 | 93.07 | OK | |
| 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 | 123.00 | 138.00 | OK |
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
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
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