Last updated on 2026-02-04 04:50:55 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| adegenet | 1 | 12 | |
| apyramid | 13 | ||
| aweek | 13 | ||
| ezec | 3 | 10 | |
| matchmaker | 3 | 10 | |
| poppr | 13 | ||
| tinkr | 13 |
Current CRAN status: NOTE: 1, OK: 12
Version: 2.1.11
Check: installed package size
Result: NOTE
installed size is 5.8Mb
sub-directories of 1Mb or more:
R 2.1Mb
data 1.3Mb
files 1.7Mb
Flavor: r-oldrel-macos-arm64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 3, OK: 10
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
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/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-linux-x86_64-debian-gcc
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
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
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
Current CRAN status: NOTE: 3, OK: 10
Version: 0.1.1
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13