CRAN Package Check Results for Package lookupTable

Last updated on 2026-02-03 14:51:31 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1 4.56 37.21 41.77 OK
r-devel-linux-x86_64-debian-gcc 0.1 3.64 29.31 32.95 OK
r-devel-linux-x86_64-fedora-clang 0.1 9.00 56.96 65.96 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1 8.00 55.26 63.26 ERROR
r-devel-windows-x86_64 0.1 7.00 53.00 60.00 OK
r-patched-linux-x86_64 0.1 4.62 34.40 39.02 OK
r-release-linux-x86_64 0.1 3.38 34.20 37.58 OK
r-release-macos-arm64 0.1 OK
r-release-macos-x86_64 0.1 3.00 37.00 40.00 OK
r-release-windows-x86_64 0.1 7.00 52.00 59.00 OK
r-oldrel-macos-arm64 0.1 NOTE
r-oldrel-macos-x86_64 0.1 3.00 35.00 38.00 NOTE
r-oldrel-windows-x86_64 0.1 9.00 61.00 70.00 NOTE

Check Details

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