Last updated on 2025-02-23 15:49:44 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 15.41 | 207.02 | 222.43 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 11.82 | 141.74 | 153.56 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 360.97 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 359.84 | OK | |||
r-devel-macos-arm64 | 0.1.0 | 104.00 | OK | |||
r-devel-macos-x86_64 | 0.1.0 | 207.00 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 19.00 | 228.00 | 247.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 15.70 | 187.82 | 203.52 | OK | |
r-release-linux-x86_64 | 0.1.0 | 15.12 | 191.27 | 206.39 | OK | |
r-release-macos-arm64 | 0.1.0 | 75.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 168.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 19.00 | 218.00 | 237.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 105.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.1.0 | 309.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 25.00 | 270.00 | 295.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘healthyR.ai-Ex.R’ failed
The error most likely occurred in:
> ### Name: hai_umap_list
> ### Title: UMAP Projection
> ### Aliases: hai_umap_list umap_list
>
> ### ** Examples
>
> library(healthyR.data)
== Welcome to healthyR.data ===========================================================================
If you find this package useful, please leave a star:
https://github.com/spsanderson/healthyR.data'
If you encounter a bug or want to request an enhancement please file an issue at:
https://github.com/spsanderson/healthyR.data/issues
Thank you for using healthyR.data
> library(dplyr)
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
> library(broom)
>
> data_tbl <- healthyR_data %>%
+ filter(ip_op_flag == "I") %>%
+ filter(payer_grouping != "Medicare B") %>%
+ filter(payer_grouping != "?") %>%
+ select(service_line, payer_grouping) %>%
+ mutate(record = 1) %>%
+ as_tibble()
>
> uit_tbl <- hai_kmeans_user_item_tbl(
+ .data = data_tbl,
+ .row_input = service_line,
+ .col_input = payer_grouping,
+ .record_input = record
+ )
>
> kmm_tbl <- hai_kmeans_mapped_tbl(uit_tbl)
>
> umap_list(.data = uit_tbl, kmm_tbl, 3)
Error in irlba::irlba(L, nv = n, nu = 0, maxit = iters) :
function 'as_cholmod_sparse' not provided by package 'Matrix'
Calls: umap_list ... irlba_tsvd_normalized_laplacian_init -> irlba_spectral_tsvd
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘auto-kmeans.Rmd’ using rmarkdown
--- finished re-building ‘auto-kmeans.Rmd’
--- re-building ‘getting-started.Rmd’ using rmarkdown
--- finished re-building ‘getting-started.Rmd’
--- re-building ‘kmeans-umap.Rmd’ using rmarkdown
Quitting from lines 147-148 [umap_list] (kmeans-umap.Rmd)
Error: processing vignette 'kmeans-umap.Rmd' failed with diagnostics:
function 'as_cholmod_sparse' not provided by package 'Matrix'
--- failed re-building ‘kmeans-umap.Rmd’
SUMMARY: processing the following file failed:
‘kmeans-umap.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-macos-arm64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.