CRAN Package Check Results for Maintainer ‘Steven Sanderson <spsanderson at gmail.com>’

Last updated on 2025-01-18 07:51:19 CET.

Package ERROR NOTE OK
healthyR 6 7
healthyR.ai 5 8
healthyR.data 4 9
healthyR.ts 4 6 3
healthyverse 5 2 6
RandomWalker 13
tidyAML 13
TidyDensity 3 10

Package healthyR

Current CRAN status: NOTE: 6, OK: 7

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

Package healthyR.ai

Current CRAN status: ERROR: 5, OK: 8

Version: 0.1.0
Check: package dependencies
Result: ERROR Package required but not available: ‘h2o’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

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

Package healthyR.data

Current CRAN status: NOTE: 4, OK: 9

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

Package healthyR.ts

Current CRAN status: ERROR: 4, NOTE: 6, OK: 3

Version: 0.3.1
Check: examples
Result: ERROR Running examples in ‘healthyR.ts-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ts_feature_cluster > ### Title: Time Series Feature Clustering > ### Aliases: ts_feature_cluster > > ### ** Examples > > > 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 > > data_tbl <- ts_to_tbl(AirPassengers) %>% + mutate(group_id = rep(1:12, 12)) > > ts_feature_cluster( + .data = data_tbl, + .date_col = date_col, + .value_col = value, + group_id, + .features = c("acf_features","entropy"), + .scale = TRUE, + .prefix = "ts_", + .centers = 3 + ) Error in loadNamespace(x) : there is no package called ‘healthyR.ai’ Calls: ts_feature_cluster ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed tidy_fft 3 0.269 5.311 Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.3.1
Check: examples
Result: ERROR Running examples in ‘healthyR.ts-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ts_feature_cluster > ### Title: Time Series Feature Clustering > ### Aliases: ts_feature_cluster > > ### ** Examples > > > 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 > > data_tbl <- ts_to_tbl(AirPassengers) %>% + mutate(group_id = rep(1:12, 12)) > > ts_feature_cluster( + .data = data_tbl, + .date_col = date_col, + .value_col = value, + group_id, + .features = c("acf_features","entropy"), + .scale = TRUE, + .prefix = "ts_", + .centers = 3 + ) Error in loadNamespace(x) : there is no package called ‘healthyR.ai’ Calls: ts_feature_cluster ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.3.1
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘healthyR.ai’ Flavors: r-patched-linux-x86_64, r-release-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

Package healthyverse

Current CRAN status: ERROR: 5, NOTE: 2, OK: 6

Version: 1.1.0
Check: package dependencies
Result: ERROR Package required but not available: ‘healthyR.ai’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

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. Flavors: r-devel-linux-x86_64-fedora-clang, 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

Package RandomWalker

Current CRAN status: OK: 13

Package tidyAML

Current CRAN status: OK: 13

Package TidyDensity

Current CRAN status: NOTE: 3, 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