Last updated on 2025-01-19 11:49:07 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 18.30 | 186.81 | 205.11 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 12.39 | 136.77 | 149.16 | OK | |
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 | 218.00 | 238.00 | OK | |
r-patched-linux-x86_64 | 0.3.1 | 20.81 | 165.92 | 186.73 | ERROR | |
r-release-linux-x86_64 | 0.3.1 | 17.34 | 189.93 | 207.27 | 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 | 21.00 | 228.00 | 249.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 | 25.00 | 274.00 | 299.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
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: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘healthyR.ai’
Flavor: r-patched-linux-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-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