CRAN Package Check Results for Package uwot

Last updated on 2024-04-16 11:55:35 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.16 119.47 216.14 335.61 OK
r-devel-linux-x86_64-debian-gcc 0.1.16 105.31 178.44 283.75 OK
r-devel-linux-x86_64-fedora-clang 0.2.1 473.55 OK
r-devel-linux-x86_64-fedora-gcc 0.2.1 505.98 OK
r-prerel-macos-arm64 0.2.1 162.00 NOTE
r-prerel-macos-x86_64 0.2.1 381.00 NOTE
r-prerel-windows-x86_64 0.1.16 95.00 224.00 319.00 OK
r-patched-linux-x86_64 0.1.16 122.59 207.29 329.88 OK
r-release-linux-x86_64 0.1.16 118.74 212.17 330.91 OK
r-release-macos-arm64 0.2.1 107.00 ERROR
r-release-macos-x86_64 0.2.1 322.00 NOTE
r-release-windows-x86_64 0.2.1 74.00 238.00 312.00 OK
r-oldrel-macos-arm64 0.2.1 143.00 NOTE
r-oldrel-windows-x86_64 0.1.16 104.00 250.00 354.00 OK

Check Details

Version: 0.2.1
Check: installed package size
Result: NOTE installed size is 13.8Mb sub-directories of 1Mb or more: libs 12.8Mb Flavors: r-prerel-macos-arm64, r-prerel-macos-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64

Version: 0.2.1
Check: examples
Result: ERROR Running examples in ‘uwot-Ex.R’ failed The error most likely occurred in: > ### Name: load_uwot > ### Title: Save or Load a Model > ### Aliases: load_uwot > > ### ** Examples > > iris_train <- iris[c(1:10, 51:60), ] > iris_test <- iris[100:110, ] > > # create model > model <- umap(iris_train, ret_model = TRUE, n_epochs = 20) Error in irlba::irlba(L, nv = n, nu = 0, maxit = iters) : function 'as_cholmod_sparse' not provided by package 'Matrix' Calls: umap ... irlba_tsvd_normalized_laplacian_init -> irlba_spectral_tsvd Execution halted Flavor: r-release-macos-arm64

Version: 0.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [23s/27s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: Error in `irlba::irlba(L, nv = n, nu = 0, maxit = iters)`: function 'as_cholmod_sparse' not provided by package 'Matrix' Backtrace: ▆ 1. └─uwot::umap(iris_species_3, binary_edge_weights = TRUE, ret_model = TRUE) at test_transform.R:300:3 2. └─uwot:::uwot(...) 3. └─uwot:::spectral_init(V, ndim = n_components, verbose = verbose) 4. └─uwot:::irlba_tsvd_normalized_laplacian_init(A, ndim, verbose = FALSE) 5. └─uwot:::irlba_spectral_tsvd(L, ndim + 1) 6. ├─base::suppressWarnings(...) 7. │ └─base::withCallingHandlers(...) 8. └─irlba::irlba(L, nv = n, nu = 0, maxit = iters) [ FAIL 18 | WARN 0 | SKIP 0 | PASS 427 ] Error: Test failures Execution halted Flavor: r-release-macos-arm64

Version: 0.2.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘uwot.Rmd’ using rmarkdown Quitting from lines 138-141 [100 neighbors] (uwot.Rmd) Error: processing vignette 'uwot.Rmd' failed with diagnostics: function 'as_cholmod_sparse' not provided by package 'Matrix' --- failed re-building ‘uwot.Rmd’ SUMMARY: processing the following file failed: ‘uwot.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-release-macos-arm64