Last updated on 2022-07-04 12:54:11 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.7 | 16.85 | 209.74 | 226.59 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.7 | 14.93 | 133.66 | 148.59 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.7 | 245.76 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.7 | 245.33 | ERROR | |||
r-devel-windows-x86_64 | 0.0.7 | 88.00 | 216.00 | 304.00 | ERROR | |
r-patched-linux-x86_64 | 0.0.7 | 18.68 | 174.47 | 193.15 | ERROR | |
r-release-linux-x86_64 | 0.0.7 | 14.46 | 171.48 | 185.94 | ERROR | |
r-release-macos-arm64 | 0.0.7 | 71.00 | OK | |||
r-release-macos-x86_64 | 0.0.7 | 112.00 | OK | |||
r-release-windows-x86_64 | 0.0.7 | 85.00 | 216.00 | 301.00 | ERROR | |
r-oldrel-macos-arm64 | 0.0.7 | 76.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.7 | 103.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.0.7 | 41.00 | 247.00 | 288.00 | OK |
Version: 0.0.7
Check: examples
Result: ERROR
Running examples in ‘healthyR.ai-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: hai_data_trig
> ### Title: Data Preprocessor - Trigonometric Functions
> ### Aliases: hai_data_trig
>
> ### ** Examples
>
> suppressPackageStartupMessages(library(dplyr))
> suppressPackageStartupMessages(library(recipes))
>
> date_seq <- seq.Date(from = as.Date("2013-01-01"), length.out = 100, by = "month")
> val_seq <- rep(rnorm(10, mean = 6, sd = 2), times = 10)
> df_tbl <- tibble(
+ date_col = date_seq,
+ value = val_seq
+ )
>
> rec_obj <- recipe(value ~., df_tbl)
>
> healthyR.ai:::hai_data_trig(
+ .recipe_object = rec_obj,
+ value,
+ .type_of_scale = "sin"
+ )$scale_rec_obj %>%
+ get_juiced_data()
Error in `recipes::step_hyperbolic()`:
! `func` must be one of "sinh", "cosh", or "tanh", not "sin".
ℹ Did you mean "sinh"?
Backtrace:
▆
1. ├─... %>% get_juiced_data()
2. ├─healthyR.ai::get_juiced_data(.)
3. ├─healthyR.ai:::hai_data_trig(...)
4. │ └─recipes::step_hyperbolic(func = scale_type)
5. │ └─rlang::arg_match(func)
6. │ └─rlang::arg_match0(arg, values, error_arg, error_call = error_call)
7. └─rlang:::stop_arg_match(w, x, y, z)
8. └─rlang::abort(msg, call = error_call, arg = error_arg)
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.0.7
Check: examples
Result: ERROR
Running examples in ‘healthyR.ai-Ex.R’ failed
The error most likely occurred in:
> ### Name: hai_data_trig
> ### Title: Data Preprocessor - Trigonometric Functions
> ### Aliases: hai_data_trig
>
> ### ** Examples
>
> suppressPackageStartupMessages(library(dplyr))
> suppressPackageStartupMessages(library(recipes))
>
> date_seq <- seq.Date(from = as.Date("2013-01-01"), length.out = 100, by = "month")
> val_seq <- rep(rnorm(10, mean = 6, sd = 2), times = 10)
> df_tbl <- tibble(
+ date_col = date_seq,
+ value = val_seq
+ )
>
> rec_obj <- recipe(value ~., df_tbl)
>
> healthyR.ai:::hai_data_trig(
+ .recipe_object = rec_obj,
+ value,
+ .type_of_scale = "sin"
+ )$scale_rec_obj %>%
+ get_juiced_data()
Error in `recipes::step_hyperbolic()`:
! `func` must be one of "sinh", "cosh", or "tanh", not "sin".
ℹ Did you mean "sinh"?
Backtrace:
▆
1. ├─... %>% get_juiced_data()
2. ├─healthyR.ai::get_juiced_data(.)
3. ├─healthyR.ai:::hai_data_trig(...)
4. │ └─recipes::step_hyperbolic(func = scale_type)
5. │ └─rlang::arg_match(func)
6. │ └─rlang::arg_match0(arg, values, error_arg, error_call = error_call)
7. └─rlang:::stop_arg_match(w, x, y, z)
8. └─rlang::abort(msg, call = error_call, arg = error_arg)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64