Last updated on 2026-02-04 04:50:38 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| lookupTable | 3 | 3 | 7 |
Current CRAN status: ERROR: 3, NOTE: 3, OK: 7
Version: 0.1
Check: examples
Result: ERROR
Running examples in ‘lookupTable-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: predict.lookupTable
> ### Title: Predictions from a look-up table
> ### Aliases: predict.lookupTable
>
> ### ** Examples
>
> df.input <- cars
> response <- 'dist'
> feature.boundaries <- list(c(-Inf, 5, 10, 15, 20, 25, Inf))
> features.con <- c('speed')
> dist.table <- lookupTable(df.input, response, feature.boundaries, features.con)
Error:
! `summarise_()` was deprecated in dplyr 0.7.0 and is now defunct.
ℹ Please use `summarise()` instead.
Backtrace:
▆
1. └─lookupTable::lookupTable(...)
2. └─methods::new(`<chr>`, ...)
3. ├─methods::initialize(value, ...)
4. └─lookupTable (local) initialize(value, ...)
5. └─lookupTable (local) .local(.Object, ...)
6. └─dplyr::summarise_(...)
7. └─dplyr:::lazy_defunct("summarise", hint = FALSE)
8. └─lifecycle::deprecate_stop(...)
9. └─lifecycle:::deprecate_stop0(msg)
10. └─rlang::cnd_signal(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lookupTable)
Loading required package: data.table
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
>
> test_check("lookupTable")
Saving _problems/test.lookupTable-8.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test.lookupTable.R:8:1'): (code run outside of `test_that()`) ───────
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `summarise_()` was deprecated in dplyr 0.7.0 and is now defunct.
ℹ Please use `summarise()` instead.
Backtrace:
▆
1. └─lookupTable::lookupTable(...) at test.lookupTable.R:8:1
2. └─methods::new(`<chr>`, ...)
3. ├─methods::initialize(value, ...)
4. └─lookupTable (local) initialize(value, ...)
5. └─lookupTable (local) .local(.Object, ...)
6. └─dplyr::summarise_(...)
7. └─dplyr:::lazy_defunct("summarise", hint = FALSE)
8. └─lifecycle::deprecate_stop(...)
9. └─lifecycle:::deprecate_stop0(msg)
10. └─rlang::cnd_signal(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1
Check: examples
Result: ERROR
Running examples in ‘lookupTable-Ex.R’ failed
The error most likely occurred in:
> ### Name: predict.lookupTable
> ### Title: Predictions from a look-up table
> ### Aliases: predict.lookupTable
>
> ### ** Examples
>
> df.input <- cars
> response <- 'dist'
> feature.boundaries <- list(c(-Inf, 5, 10, 15, 20, 25, Inf))
> features.con <- c('speed')
> dist.table <- lookupTable(df.input, response, feature.boundaries, features.con)
Error:
! `summarise_()` was deprecated in dplyr 0.7.0 and is now defunct.
ℹ Please use `summarise()` instead.
Backtrace:
▆
1. └─lookupTable::lookupTable(...)
2. └─methods::new(`<chr>`, ...)
3. ├─methods::initialize(value, ...)
4. └─lookupTable (local) initialize(value, ...)
5. └─lookupTable (local) .local(.Object, ...)
6. └─dplyr::summarise_(...)
7. └─dplyr:::lazy_defunct("summarise", hint = FALSE)
8. └─lifecycle::deprecate_stop(...)
9. └─lifecycle:::deprecate_stop0(msg)
10. └─rlang::cnd_signal(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lookupTable)
Loading required package: data.table
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
>
> test_check("lookupTable")
Saving _problems/test.lookupTable-8.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test.lookupTable.R:8:1'): (code run outside of `test_that()`) ───────
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `summarise_()` was deprecated in dplyr 0.7.0 and is now defunct.
ℹ Please use `summarise()` instead.
Backtrace:
▆
1. └─lookupTable::lookupTable(...) at test.lookupTable.R:8:1
2. └─methods::new(`<chr>`, ...)
3. ├─methods::initialize(value, ...)
4. └─lookupTable (local) initialize(value, ...)
5. └─lookupTable (local) .local(.Object, ...)
6. └─dplyr::summarise_(...)
7. └─dplyr:::lazy_defunct("summarise", hint = FALSE)
8. └─lifecycle::deprecate_stop(...)
9. └─lifecycle:::deprecate_stop0(msg)
10. └─rlang::cnd_signal(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.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