Last updated on 2025-06-07 13:48:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.7 | 16.29 | 223.19 | 239.48 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.7 | 12.53 | 142.84 | 155.37 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.7 | 370.95 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.7 | 366.11 | OK | |||
r-devel-windows-x86_64 | 1.0.7 | 17.00 | 221.00 | 238.00 | OK | |
r-patched-linux-x86_64 | 1.0.7 | 17.21 | 210.07 | 227.28 | OK | |
r-release-linux-x86_64 | 1.0.6 | 17.50 | 206.66 | 224.16 | ERROR | |
r-release-macos-arm64 | 1.0.7 | 105.00 | OK | |||
r-release-macos-x86_64 | 1.0.7 | 219.00 | OK | |||
r-release-windows-x86_64 | 1.0.7 | 17.00 | 218.00 | 235.00 | OK | |
r-oldrel-macos-arm64 | 1.0.6 | 108.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.6 | 169.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.6 | 25.00 | 269.00 | 294.00 | OK |
Version: 1.0.6
Check: examples
Result: ERROR
Running examples in ‘recommenderlab-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: dissimilarity
> ### Title: Dissimilarity and Similarity Calculation Between Rating Data
> ### Aliases: dissimilarity dissimilarity,binaryRatingMatrix-method
> ### dissimilarity,realRatingMatrix-method similarity
> ### similarity,ratingMatrix-method
>
> ### ** Examples
>
> data(MSWeb)
>
> ## between 5 users
> dissimilarity(MSWeb[1:5,], method = "jaccard")
Error in !items : invalid argument type
Calls: dissimilarity ... dissimilarity -> .local -> <Anonymous> -> <Anonymous>
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.0.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [87s/112s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
>
> library("recommenderlab")
Loading required package: Matrix
Loading required package: arules
Attaching package: 'arules'
The following objects are masked from 'package:base':
abbreviate, write
Loading required package: proxy
Attaching package: 'proxy'
The following object is masked from 'package:Matrix':
as.matrix
The following objects are masked from 'package:stats':
as.dist, dist
The following object is masked from 'package:base':
as.matrix
> test_check("recommenderlab")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 171 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-dissimilarity.R:70:10'): (code run outside of `test_that()`) ───
Error in `!items`: invalid argument type
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-dissimilarity.R:141:1
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─recommenderlab (local) compn(dissimilarity(rating, method = "cosine", which = "items"))
5. │ └─base::as.vector(x) at test-dissimilarity.R:70:10
6. ├─arules::dissimilarity(rating, method = "cosine", which = "items")
7. └─recommenderlab::dissimilarity(rating, method = "cosine", which = "items")
8. └─recommenderlab (local) .local(x, y, method, args, ...)
9. ├─arules::dissimilarity(x, y, method, args, which)
10. └─arules::dissimilarity(x, y, method, args, which)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 171 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-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.