Last updated on 2025-12-20 13:50:31 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.3 | 142.62 | 127.25 | 269.87 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.5.3 | 92.09 | 92.99 | 185.08 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.5.3 | 306.00 | 204.40 | 510.40 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.3 | 277.00 | 188.88 | 465.88 | ERROR | |
| r-devel-windows-x86_64 | 0.5.3 | 173.00 | 149.00 | 322.00 | OK | |
| r-patched-linux-x86_64 | 0.5.3 | 144.01 | 120.25 | 264.26 | OK | |
| r-release-linux-x86_64 | 0.5.3 | 148.02 | 118.52 | 266.54 | OK | |
| r-release-macos-arm64 | 0.5.3 | OK | ||||
| r-release-macos-x86_64 | 0.5.3 | 86.00 | 95.00 | 181.00 | OK | |
| r-release-windows-x86_64 | 0.5.3 | 201.00 | 146.00 | 347.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.3 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.5.3 | 96.00 | 133.00 | 229.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.5.3 | 206.00 | 194.00 | 400.00 | OK |
Version: 0.5.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [31s/41s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> Sys.setenv("R_TESTS" = "")
> library(testthat)
> library(rsparse)
Loading required package: Matrix
> library(data.table)
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
> library(Matrix)
> options(rsparse_omp_threads = 1L)
> logger = lgr::get_logger('rsparse')
> logger$set_threshold('warn')
> data("movielens100k")
> test_check("rsparse")
Saving _problems/test-linear-flow-13.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 462 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-linear-flow.R:13:3'): test linear-flow ─────────────────────────
Error in ``[.data.table`(temp, , `:=`(train, sample(c(FALSE, TRUE), .N, replace = TRUE, prob = c(test_proportion, cv_proportion))), keyby = i)`: attempt access index 3/3 in VECTOR_ELT
Backtrace:
▆
1. └─rsparse:::train_test_split(cv) at test-linear-flow.R:13:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 462 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.5.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [24s/29s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> Sys.setenv("R_TESTS" = "")
> library(testthat)
> library(rsparse)
Loading required package: Matrix
> library(data.table)
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
> library(Matrix)
> options(rsparse_omp_threads = 1L)
> logger = lgr::get_logger('rsparse')
> logger$set_threshold('warn')
> data("movielens100k")
> test_check("rsparse")
Saving _problems/test-linear-flow-13.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 462 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-linear-flow.R:13:3'): test linear-flow ─────────────────────────
Error in ``[.data.table`(temp, , `:=`(train, sample(c(FALSE, TRUE), .N, replace = TRUE, prob = c(test_proportion, cv_proportion))), keyby = i)`: attempt access index 3/3 in VECTOR_ELT
Backtrace:
▆
1. └─rsparse:::train_test_split(cv) at test-linear-flow.R:13:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 462 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.5.3
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘MatrixExtra’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.5.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [56s/103s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> Sys.setenv("R_TESTS" = "")
> library(testthat)
> library(rsparse)
Loading required package: Matrix
> library(data.table)
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
> library(Matrix)
> options(rsparse_omp_threads = 1L)
> logger = lgr::get_logger('rsparse')
> logger$set_threshold('warn')
> data("movielens100k")
> test_check("rsparse")
Saving _problems/test-linear-flow-13.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 462 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-linear-flow.R:13:3'): test linear-flow ─────────────────────────
Error in ``[.data.table`(temp, , `:=`(train, sample(c(FALSE, TRUE), .N, replace = TRUE, prob = c(test_proportion, cv_proportion))), keyby = i)`: attempt access index 3/3 in VECTOR_ELT
Backtrace:
▆
1. └─rsparse:::train_test_split(cv) at test-linear-flow.R:13:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 462 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.5.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [56s/66s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> Sys.setenv("R_TESTS" = "")
> library(testthat)
> library(rsparse)
Loading required package: Matrix
> library(data.table)
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
> library(Matrix)
> options(rsparse_omp_threads = 1L)
> logger = lgr::get_logger('rsparse')
> logger$set_threshold('warn')
> data("movielens100k")
> test_check("rsparse")
Saving _problems/test-linear-flow-13.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 462 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-linear-flow.R:13:3'): test linear-flow ─────────────────────────
Error in ``[.data.table`(temp, , `:=`(train, sample(c(FALSE, TRUE), .N, replace = TRUE, prob = c(test_proportion, cv_proportion))), keyby = i)`: attempt access index 3/3 in VECTOR_ELT
Backtrace:
▆
1. └─rsparse:::train_test_split(cv) at test-linear-flow.R:13:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 462 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.5.3
Check: installed package size
Result: NOTE
installed size is 10.2Mb
sub-directories of 1Mb or more:
libs 9.5Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64