Last updated on 2025-01-15 12:48:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 19.14 | 183.57 | 202.71 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 12.80 | 120.67 | 133.47 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 351.51 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 356.30 | OK | |||
r-devel-windows-x86_64 | 0.3.1 | 20.00 | 228.00 | 248.00 | OK | |
r-patched-linux-x86_64 | 0.3.1 | 18.99 | 169.00 | 187.99 | ERROR | |
r-release-linux-x86_64 | 0.3.1 | 17.57 | 187.83 | 205.40 | OK | |
r-release-macos-arm64 | 0.3.1 | 86.00 | NOTE | |||
r-release-macos-x86_64 | 0.3.1 | 111.00 | NOTE | |||
r-release-windows-x86_64 | 0.3.1 | 20.00 | 223.00 | 243.00 | NOTE | |
r-oldrel-macos-arm64 | 0.3.1 | 104.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.3.1 | 130.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.3.1 | 26.00 | 272.00 | 298.00 | NOTE |
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-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 0.3.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘healthyR.ai’
Flavor: 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