Last updated on 2025-06-18 15:50:52 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
healthyR | 13 | ||
healthyR.ai | 1 | 12 | |
healthyR.data | 2 | 11 | |
healthyR.ts | 1 | 12 | |
healthyverse | 1 | 2 | 10 |
RandomWalker | 13 | ||
tidyAML | 13 | ||
TidyDensity | 6 | 7 |
Current CRAN status: NOTE: 13
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-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-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-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, OK: 12
Version: 0.1.1
Check: package dependencies
Result: ERROR
Package required but not available: ‘h2o’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 11
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-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: ERROR: 1, NOTE: 12
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-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
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
Flavor: r-devel-linux-x86_64-debian-gcc
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-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, NOTE: 2, OK: 10
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.
Flavor: r-devel-linux-x86_64-debian-gcc
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
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 6, OK: 7
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, r-release-linux-x86_64, r-release-windows-x86_64