Last updated on 2025-01-17 17:48:24 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 | 13.70 | 128.44 | 142.14 | 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 | 16.58 | 167.30 | 183.88 | ERROR | |
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 | 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
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