Last updated on 2025-06-02 11:51:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.6 | 18.63 | 222.75 | 241.38 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.6 | 13.88 | 136.97 | 150.85 | ERROR | |
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 | 223.00 | 240.00 | OK | |
r-patched-linux-x86_64 | 1.0.6 | 17.67 | 208.34 | 226.01 | 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 | 19.00 | 211.00 | 230.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
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 1.0.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [48s/52s]
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-devel-linux-x86_64-debian-gcc
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