Last updated on 2025-12-28 01:49:20 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| disto | 13 | ||
| ggisotonic | 13 | ||
| pkggraph | 13 | ||
| safer | 13 | ||
| slimrec | 13 | ||
| solitude | 2 | 11 | |
| tidier | 13 | ||
| tidyrules | 1 | 12 | |
| writer | 13 |
Current CRAN status: NOTE: 13
Version: 0.2.0
Check: package subdirectories
Result: NOTE
Problems with news in ‘NEWS.md’:
No news entries found.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, 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
Version: 0.2.0
Check: Rd files
Result: NOTE
checkRd: (-1) dapply.Rd:27-30: Lost braces
27 | udf <- function(x){
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, 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
Version: 0.2.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘dplyr’ ‘proxy’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: OK: 13
Current CRAN status: NOTE: 13
Version: 0.2.3
Check: package subdirectories
Result: NOTE
Problems with news in ‘NEWS.md’:
No news entries found.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, 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
Current CRAN status: NOTE: 13
Version: 0.2.1
Check: package subdirectories
Result: NOTE
Problems with news in ‘NEWS.md’:
No news entries found.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, 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
Version: 0.2.1
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 13
Version: 0.1.0
Check: package subdirectories
Result: NOTE
Problems with news in ‘NEWS.md’:
No news entries found.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, 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
Current CRAN status: NOTE: 2, OK: 11
Version: 1.1.3
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘R6’ ‘lgr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 0.2.7
Check: examples
Result: ERROR
Running examples in 'tidyrules-Ex.R' failed
The error most likely occurred in:
> ### Name: augment.rulelist
> ### Title: Augment a rulelist
> ### Aliases: augment.rulelist
>
> ### ** Examples
>
> # Examples for augment ------------------------------------------------------
> library("magrittr")
>
> # C5 ----
> att = modeldata::attrition
> set.seed(100)
> train_index = sample(c(TRUE, FALSE), nrow(att), replace = TRUE)
>
> model_c5 = C50::C5.0(Attrition ~., data = att[train_index, ], rules = TRUE)
> tidy_c5 =
+ model_c5 %>%
+ tidy() %>%
+ set_validation_data(att[!train_index, ], "Attrition")
Error in `[.data.table`(~.df, , `:=`(rule_nbr = 1:.N), by = "trial_nbr", :
attempt access index 6/6 in VECTOR_ELT
Calls: %>% ... mutate -> mutate.tidytable -> eval_tidy -> [ -> [.data.table
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.2.7
Check: tests
Result: ERROR
Running 'testthat.R' [7s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(tidyrules)
>
> test_check("tidyrules")
Saving _problems/test-c5-13.R
Saving _problems/test-cubist-17.R
Saving _problems/test-rulelist-16.R
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 17 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-c5.R:13:1'): (code run outside of `test_that()`) ───────────────
Error in ``[.data.table`(~.df, , `:=`(rule_nbr = 1:.N), by = "trial_nbr", keyby = FALSE)`: attempt access index 6/6 in VECTOR_ELT
Backtrace:
▆
1. ├─generics::tidy(c5_att) at test-c5.R:13:1
2. ├─tidyrules:::tidy.C5.0(c5_att)
3. │ └─... %>% relocate(rule_nbr, trial_nbr)
4. ├─tidytable::relocate(., rule_nbr, trial_nbr)
5. ├─tidytable::mutate(., RHS = factor(RHS))
6. ├─tidytable::mutate(., rule_nbr = 1:n(), .by = trial_nbr)
7. ├─tidytable:::mutate.tidytable(., rule_nbr = 1:n(), .by = trial_nbr)
8. │ └─rlang::eval_tidy(dt_expr, .df, dt_env)
9. ├─.df[, `:=`(rule_nbr = 1:.N), by = "trial_nbr", keyby = FALSE]
10. └─data.table:::`[.data.table`(...)
── Error ('test-cubist.R:17:1'): (code run outside of `test_that()`) ───────────
Error in ``[.data.table`(~.df, , `:=`(rule_nbr = seq_len(.N)), by = "committee", keyby = FALSE)`: attempt access index 8/8 in VECTOR_ELT
Backtrace:
▆
1. ├─generics::tidy(cb_att) at test-cubist.R:17:1
2. ├─tidyrules:::tidy.cubist(cb_att)
3. │ └─... %>% ...
4. ├─tidytable::mutate(., rule_nbr = tidytable::row_number(), .by = committee)
5. ├─tidytable:::mutate.tidytable(...)
6. │ └─rlang::eval_tidy(dt_expr, .df, dt_env)
7. ├─.df[, `:=`(rule_nbr = seq_len(.N)), by = "committee", keyby = FALSE]
8. └─data.table:::`[.data.table`(...)
── Error ('test-rulelist.R:16:1'): (code run outside of `test_that()`) ─────────
Error in ``[.data.table`(~.df, , `:=`(rule_nbr = 1:.N), by = "trial_nbr", keyby = FALSE)`: attempt access index 6/6 in VECTOR_ELT
Backtrace:
▆
1. ├─generics::tidy(model_c5) at test-rulelist.R:16:1
2. ├─tidyrules:::tidy.C5.0(model_c5)
3. │ └─... %>% relocate(rule_nbr, trial_nbr)
4. ├─tidytable::relocate(., rule_nbr, trial_nbr)
5. ├─tidytable::mutate(., RHS = factor(RHS))
6. ├─tidytable::mutate(., rule_nbr = 1:n(), .by = trial_nbr)
7. ├─tidytable:::mutate.tidytable(., rule_nbr = 1:n(), .by = trial_nbr)
8. │ └─rlang::eval_tidy(dt_expr, .df, dt_env)
9. ├─.df[, `:=`(rule_nbr = 1:.N), by = "trial_nbr", keyby = FALSE]
10. └─data.table:::`[.data.table`(...)
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 17 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Current CRAN status: OK: 13
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.