CRAN Package Check Results for Maintainer ‘Dmitry Selivanov <ds at rexy.ai>’

Last updated on 2022-08-15 08:50:22 CEST.

Package ERROR NOTE OK
RestRserve 10 3
rsparse 1 9 3

Package RestRserve

Current CRAN status: NOTE: 10, OK: 3

Version: 1.2.0
Check: package subdirectories
Result: NOTE
    Problems with news in 'NEWS.md':
    No news entries found.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 1.2.0
Check: HTML version of manual
Result: NOTE
    Found the following HTML validation problems:
    RestRserve-package.html:91:34: Warning: inserting implicit <p>
    RestRserve-package.html:105:62: Warning: inserting implicit <p>
    RestRserve-package.html:137:71: Warning: inserting implicit <p>
    RestRserve-package.html:157:74: Warning: inserting implicit <p>
    RestRserve-package.html:196:79: Warning: inserting implicit <p>
    RestRserve-package.html:205:65: Warning: inserting implicit <p>
    RestRserve-package.html:118:1: Warning: <img> lacks "alt" attribute
    RestRserve-package.html:91:34: Warning: trimming empty <p>
    RestRserve-package.html:105:62: Warning: trimming empty <p>
    RestRserve-package.html:137:71: Warning: trimming empty <p>
    RestRserve-package.html:157:74: Warning: trimming empty <p>
    RestRserve-package.html:196:79: Warning: trimming empty <p>
    RestRserve-package.html:205:65: Warning: trimming empty <p>
    RestRserve-package.html:23:4: Warning: <img> attribute "align" not allowed for HTML5
    RestRserve-package.html:23:4: Warning: <img> attribute "align" not allowed for HTML5
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.2.0
Check: HTML version of manual
Result: NOTE
    Found the following HTML validation problems:
    RestRserve-package.html:91:34: Warning: inserting implicit <p>
    RestRserve-package.html:105:62: Warning: inserting implicit <p>
    RestRserve-package.html:137:71: Warning: inserting implicit <p>
    RestRserve-package.html:157:74: Warning: inserting implicit <p>
    RestRserve-package.html:196:79: Warning: inserting implicit <p>
    RestRserve-package.html:205:65: Warning: inserting implicit <p>
    RestRserve-package.html:118:1: Warning: <img> lacks "alt" attribute
    RestRserve-package.html:91:34: Warning: trimming empty <p>
    RestRserve-package.html:105:62: Warning: trimming empty <p>
    RestRserve-package.html:137:71: Warning: trimming empty <p>
    RestRserve-package.html:157:74: Warning: trimming empty <p>
    RestRserve-package.html:196:79: Warning: trimming empty <p>
    RestRserve-package.html:205:65: Warning: trimming empty <p>
    RestRserve-package.html:23:4: Warning: <img> attribute "align" not allowed for HTML5
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.2.0
Check: installed package size
Result: NOTE
     installed size is 7.1Mb
     sub-directories of 1Mb or more:
     doc 1.0Mb
     libs 3.4Mb
     swagger 1.4Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Package rsparse

Current CRAN status: ERROR: 1, NOTE: 9, OK: 3

Version: 0.5.0
Check: package subdirectories
Result: NOTE
    Problems with news in 'NEWS.md':
    No news entries found.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 0.5.0
Check: HTML version of manual
Result: NOTE
    Found the following HTML validation problems:
    LinearFlow.html:79:6: Warning: missing </span> before <p>
    LinearFlow.html:79:113: Warning: inserting implicit <span>
    LinearFlow.html:79:6: Warning: trimming empty <span>
    PureSVD.html:60:6: Warning: missing </span> before <p>
    PureSVD.html:60:113: Warning: inserting implicit <span>
    PureSVD.html:60:6: Warning: trimming empty <span>
    WRMF.html:62:6: Warning: missing </span> before <p>
    WRMF.html:62:113: Warning: inserting implicit <span>
    WRMF.html:62:6: Warning: trimming empty <span>
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.5.0
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, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.5.0
Check: installed package size
Result: NOTE
     installed size is 13.8Mb
     sub-directories of 1Mb or more:
     libs 13.0Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.5.0
Check: running examples for arch ‘i386’
Result: ERROR
    Running examples in 'rsparse-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: WRMF
    > ### Title: Weighted Regularized Matrix Factorization for collaborative
    > ### filtering
    > ### Aliases: WRMF
    >
    > ### ** Examples
    >
    > data('movielens100k')
    > train = movielens100k[1:900, ]
    > cv = movielens100k[901:nrow(movielens100k), ]
    > model = WRMF$new(rank = 5, lambda = 0, feedback = 'implicit')
    > user_emb = model$fit_transform(train, n_iter = 5, convergence_tol = -1)
    Error in library.dynam(lib, package, package.lib) :
     DLL 'MatrixExtra' not found: maybe not installed for this architecture?
    Calls: <Anonymous> -> loadNamespace -> library.dynam
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 0.5.0
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'testthat.R' [12s]
    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)
     > library(Matrix)
     > options(rsparse_omp_threads = 1L)
     > logger = lgr::get_logger('rsparse')
     > logger$set_threshold('warn')
     > data("movielens100k")
     > test_check("rsparse")
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 44 ]
    
     == Failed tests ================================================================
     -- Error (test-wrmf.R:49:5): test WRMF core ------------------------------------
     Error in `library.dynam(lib, package, package.lib)`: DLL 'MatrixExtra' not found: maybe not installed for this architecture?
     Backtrace:
     x
     1. +-model$fit_transform(train, n_iter = 5, convergence_tol = -1) at test-wrmf.R:49:4
     2. \-base::loadNamespace(x)
     3. \-base::library.dynam(lib, package, package.lib)
     -- Error (test-wrmf.R:86:5): test WRMF FLOAT -----------------------------------
     Error in `library.dynam(lib, package, package.lib)`: DLL 'MatrixExtra' not found: maybe not installed for this architecture?
     Backtrace:
     x
     1. +-model$fit_transform(train, n_iter = 5, convergence_tol = -1) at test-wrmf.R:86:4
     2. \-base::loadNamespace(x)
     3. \-base::library.dynam(lib, package, package.lib)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 44 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64