Last updated on 2026-02-08 15:50:12 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1 | 4.75 | 38.17 | 42.92 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1 | 3.59 | 29.00 | 32.59 | ERROR | |
| 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 | 8.00 | 52.00 | 60.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1 | 4.66 | 33.66 | 38.32 | ERROR | |
| r-release-linux-x86_64 | 0.1 | 4.81 | 34.00 | 38.81 | ERROR | |
| 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 | 8.00 | 63.00 | 71.00 | ERROR |
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
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: 0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
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-clang
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, r-devel-windows-x86_64, r-oldrel-windows-x86_64
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: tests
Result: ERROR
Running 'testthat.R' [2s]
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-windows-x86_64
Version: 0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lookupTable)
Loading required package: data.table
>
> 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-patched-linux-x86_64, r-release-linux-x86_64
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
Version: 0.1
Check: tests
Result: ERROR
Running 'testthat.R' [2s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(lookupTable)
Loading required package: data.table
>
> 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-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.