Last updated on 2025-12-21 11:50:45 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| mlapi | 2 | 11 | |
| RestRserve | 5 | 8 | |
| rsparse | 4 | 2 | 7 |
| sparsepp | 13 | ||
| sparsio | 13 | ||
| text2vec | 2 | 11 |
Current CRAN status: NOTE: 2, OK: 11
Version: 0.1.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Dmitriy Selivanov <selivanov.dmitriy@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Dmitriy",
family = "Selivanov",
role = c("aut", "cre"),
email = "selivanov.dmitriy@gmail.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 5, OK: 8
Version: 1.2.4
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Dmitry Selivanov <selivanov.dmitriy@gmail.com>’
Found the following (possibly) invalid URLs:
URL: https://app.gitter.im/#/room/#RestRserve_community:gitter.im
From: README.md
Message: Invalid URL: '#' not allowed in fragment
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.2.4
Check: compiled code
Result: NOTE
File ‘RestRserve/libs/RestRserve.so’:
Found non-API call to R: ‘ATTRIB’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang
Version: 1.2.4
Check: installed package size
Result: NOTE
installed size is 6.4Mb
sub-directories of 1Mb or more:
libs 3.5Mb
swagger 1.4Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: ERROR: 4, NOTE: 2, OK: 7
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’ [23s/31s]
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
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 2, OK: 11
Version: 0.6.6
Check: installed package size
Result: NOTE
installed size is 7.5Mb
sub-directories of 1Mb or more:
data 2.6Mb
libs 4.0Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64