Last updated on 2023-03-01 08:54:47 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.5 | 7.12 | 77.74 | 84.86 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1.5 | 6.49 | 58.22 | 64.71 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.5 | 107.19 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.5 | 97.42 | ERROR | |||
r-devel-windows-x86_64 | 1.1.5 | 26.00 | 108.00 | 134.00 | ERROR | |
r-patched-linux-x86_64 | 1.1.5 | 7.03 | 75.66 | 82.69 | ERROR | |
r-release-linux-x86_64 | 1.1.5 | 7.29 | 75.58 | 82.87 | ERROR | |
r-release-macos-arm64 | 1.1.5 | 33.00 | NOTE | |||
r-release-macos-x86_64 | 1.1.5 | 68.00 | NOTE | |||
r-release-windows-x86_64 | 1.1.5 | 28.00 | 114.00 | 142.00 | ERROR | |
r-oldrel-macos-arm64 | 1.1.5 | 39.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1.5 | 57.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.1.5 | 19.00 | 106.00 | 125.00 | ERROR |
Version: 1.1.5
Check: examples
Result: ERROR
Running examples in ‘helda-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: kmeans_procedure
> ### Title: K-means procedure
> ### Aliases: kmeans_procedure
> ### Keywords: cluster kmeans sizes
>
> ### ** 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 <- iris %>% select(Sepal.Length, Sepal.Width, Petal.Length, Petal.Width)
> features <- colnames(data)
> result <- kmeans_procedure(data = data, columns = features, threshold_min = 2, threshold = 10,
+ verbose=FALSE, seed=10)
Error in `between()`:
! Can't combine `x` <table[1d]> and `left` <double>.
Backtrace:
▆
1. ├─helda::kmeans_procedure(...)
2. │ └─dplyr::between(...)
3. │ └─vctrs::vec_cast_common(!!!args)
4. └─vctrs (local) `<fn>`()
5. └─vctrs::vec_default_ptype2(...)
6. ├─base::withRestarts(...)
7. │ └─base (local) withOneRestart(expr, restarts[[1L]])
8. │ └─base (local) doWithOneRestart(return(expr), restart)
9. └─vctrs::stop_incompatible_type(...)
10. └─vctrs:::stop_incompatible(...)
11. └─vctrs:::stop_vctrs(...)
12. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.1.5
Check: data for non-ASCII characters
Result: NOTE
Note: found 1 marked UTF-8 string
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.1.5
Check: examples
Result: ERROR
Running examples in ‘helda-Ex.R’ failed
The error most likely occurred in:
> ### Name: kmeans_procedure
> ### Title: K-means procedure
> ### Aliases: kmeans_procedure
> ### Keywords: cluster kmeans sizes
>
> ### ** 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 <- iris %>% select(Sepal.Length, Sepal.Width, Petal.Length, Petal.Width)
> features <- colnames(data)
> result <- kmeans_procedure(data = data, columns = features, threshold_min = 2, threshold = 10,
+ verbose=FALSE, seed=10)
Error in `between()`:
! Can't combine `x` <table[1d]> and `left` <double>.
Backtrace:
▆
1. ├─helda::kmeans_procedure(...)
2. │ └─dplyr::between(...)
3. │ └─vctrs::vec_cast_common(!!!args)
4. └─vctrs (local) `<fn>`()
5. └─vctrs::vec_default_ptype2(...)
6. ├─base::withRestarts(...)
7. │ └─base (local) withOneRestart(expr, restarts[[1L]])
8. │ └─base (local) doWithOneRestart(return(expr), restart)
9. └─vctrs::stop_incompatible_type(...)
10. └─vctrs:::stop_incompatible(...)
11. └─vctrs:::stop_vctrs(...)
12. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
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
Version: 1.1.5
Check: examples
Result: ERROR
Running examples in 'helda-Ex.R' failed
The error most likely occurred in:
> ### Name: kmeans_procedure
> ### Title: K-means procedure
> ### Aliases: kmeans_procedure
> ### Keywords: cluster kmeans sizes
>
> ### ** 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 <- iris %>% select(Sepal.Length, Sepal.Width, Petal.Length, Petal.Width)
> features <- colnames(data)
> result <- kmeans_procedure(data = data, columns = features, threshold_min = 2, threshold = 10,
+ verbose=FALSE, seed=10)
Error in `between()`:
! Can't combine `x` <table[1d]> and `left` <double>.
Backtrace:
x
1. +-helda::kmeans_procedure(...)
2. | \-dplyr::between(...)
3. | \-vctrs::vec_cast_common(!!!args)
4. \-vctrs (local) `<fn>`()
5. \-vctrs::vec_default_ptype2(...)
6. +-base::withRestarts(...)
7. | \-base (local) withOneRestart(expr, restarts[[1L]])
8. | \-base (local) doWithOneRestart(return(expr), restart)
9. \-vctrs::stop_incompatible_type(...)
10. \-vctrs:::stop_incompatible(...)
11. \-vctrs:::stop_vctrs(...)
12. \-rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64