Last updated on 2025-04-12 20:52:25 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
healthyR | 13 | 1 | |
healthyR.ai | 1 | 13 | |
healthyR.data | 4 | 10 | |
healthyR.ts | 13 | 1 | |
healthyverse | 1 | 1 | 12 |
RandomWalker | 14 | ||
tidyAML | 15 | ||
TidyDensity | 4 | 10 |
Current CRAN status: NOTE: 13, OK: 1
Version: 0.2.2
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘plt-gartner-magic-chart.R’ ‘utils-save-to-excel.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64
Version: 0.2.2
Check: installed package size
Result: NOTE
installed size is 5.5Mb
sub-directories of 1Mb or more:
data 1.5Mb
doc 3.7Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, OK: 13
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
Current CRAN status: NOTE: 4, OK: 10
Version: 1.2.0
Check: installed package size
Result: NOTE
installed size is 5.2Mb
sub-directories of 1Mb or more:
data 4.9Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: NOTE: 13, OK: 1
Version: 0.3.1
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘ts-random-walk.R’ ‘ts-vva-plot.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64
Version: 0.3.1
Check: installed package size
Result: NOTE
installed size is 6.3Mb
sub-directories of 1Mb or more:
doc 5.3Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, NOTE: 1, OK: 12
Version: 1.1.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘RandomWalker’ ‘TidyDensity’ ‘healthyR’ ‘healthyR.ai’ ‘healthyR.data’
‘healthyR.ts’ ‘tidyAML’
All declared Imports should be used.
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.1.0
Check: package dependencies
Result: ERROR
Package required and available but unsuitable version: ‘healthyR.ai’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-oldrel-macos-arm64
Current CRAN status: OK: 14
Current CRAN status: OK: 15
Current CRAN status: NOTE: 4, OK: 10
Version: 1.5.0
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
tidy_inverse_normal.Rd: rinvgauss
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64
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.