Last updated on 2025-02-21 13:51:05 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.2 | 78.53 | 227.82 | 306.35 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.2 | 57.34 | 211.47 | 268.81 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.2 | 486.98 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 440.90 | ERROR | |||
r-devel-macos-arm64 | 0.2.2 | 147.00 | OK | |||
r-devel-macos-x86_64 | 0.2.2 | 278.00 | OK | |||
r-devel-windows-x86_64 | 0.2.2 | 83.00 | 245.00 | 328.00 | OK | |
r-patched-linux-x86_64 | 0.2.2 | 80.17 | 217.81 | 297.98 | OK | |
r-release-linux-x86_64 | 0.2.2 | 82.43 | 216.05 | 298.48 | OK | |
r-release-macos-arm64 | 0.2.2 | 153.00 | NOTE | |||
r-release-macos-x86_64 | 0.2.2 | 179.00 | NOTE | |||
r-release-windows-x86_64 | 0.2.2 | 88.00 | 241.00 | 329.00 | OK | |
r-oldrel-macos-arm64 | 0.2.2 | 130.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.2.2 | 314.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.2.2 | 101.00 | 304.00 | 405.00 | OK |
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [115s/119s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(uwot)
Loading required package: Matrix
>
> test_check("uwot")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 705 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_errors.R:28:1'): (code run outside of `test_that()`) ─────────
`umap(iris10, pca = 500)` threw an error with unexpected message.
Expected match: "'pca' must be <="
Actual message: "'length = 40' in coercion to 'logical(1)'"
Backtrace:
▆
1. ├─testthat::expect_error(umap(iris10, pca = 500), "'pca' must be <=") at test_errors.R:28:1
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─uwot::umap(iris10, pca = 500)
7. └─uwot:::uwot(...)
── Error ('test_output.R:395:1'): (code run outside of `test_that()`) ──────────
Error in `min(nrow(X), na.rm = col(X))`: 'length = 40' in coercion to 'logical(1)'
Backtrace:
▆
1. └─uwot::umap(...) at test_output.R:395:1
2. └─uwot:::uwot(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 705 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.2.2
Check: installed package size
Result: NOTE
installed size is 13.8Mb
sub-directories of 1Mb or more:
libs 12.8Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [39s/41s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(uwot)
Loading required package: Matrix
>
> test_check("uwot")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 683 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_normlaplacian.R:36:5'): normalized laplacian ───────────────────
Error in `irlba::irlba(L, nv = n, nu = 0, maxit = iters)`: function 'as_cholmod_sparse' not provided by package 'Matrix'
Backtrace:
▆
1. └─uwot:::irlba_tsvd_normalized_laplacian_init(sparse_m) at test_normlaplacian.R:36:5
2. └─uwot:::irlba_spectral_tsvd(L, ndim + 1)
3. ├─base::suppressWarnings(...)
4. │ └─base::withCallingHandlers(...)
5. └─irlba::irlba(L, nv = n, nu = 0, maxit = iters)
── Error ('test_output.R:315:3'): (code run outside of `test_that()`) ──────────
Error in `irlba::irlba(L, nv = n, nu = 0, maxit = iters)`: function 'as_cholmod_sparse' not provided by package 'Matrix'
Backtrace:
▆
1. └─uwot::umap(...) at test_output.R:315:3
2. └─uwot:::uwot(...)
3. └─uwot:::spectral_init(...)
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 2 | WARN 0 | SKIP 0 | PASS 683 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-arm64