Last updated on 2021-01-15 07:50:58 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 5.82 | 83.33 | 89.15 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 5.47 | 63.93 | 69.40 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 111.84 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 101.96 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.0 | 16.00 | 6.00 | 22.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.0 | 5.96 | 79.96 | 85.92 | OK | |
r-patched-solaris-x86 | 0.1.0 | 124.50 | ERROR | |||
r-release-linux-x86_64 | 0.1.0 | 6.48 | 79.49 | 85.97 | OK | |
r-release-macos-x86_64 | 0.1.0 | OK | ||||
r-release-windows-ix86+x86_64 | 0.1.0 | 12.00 | 82.00 | 94.00 | OK | |
r-oldrel-macos-x86_64 | 0.1.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.0 | 8.00 | 75.00 | 83.00 | OK |
Version: 0.1.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-windows-ix86+x86_64
Version: 0.1.0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘xrf’
Flavor: r-patched-solaris-x86
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘rules-Ex.R’ failed
The error most likely occurred in:
> ### Name: rule_fit
> ### Title: General Interface for RuleFit Models
> ### Aliases: rule_fit update.rule_fit
>
> ### ** Examples
>
> rule_fit()
RuleFit Model Specification (unknown)
Computational engine: xrf
> # Parameters can be represented by a placeholder:
> rule_fit(trees = 7)
RuleFit Model Specification (unknown)
Main Arguments:
trees = 7
Computational engine: xrf
>
> # ------------------------------------------------------------------------------
>
> set.seed(6907)
> rule_fit_rules <-
+ rule_fit(trees = 3, penalty = 0.1) %>%
+ set_mode("classification") %>%
+ fit(Species ~ ., data = iris)
Error: This engine requires some package installs: 'xrf'
Backtrace:
█
1. ├─`%>%`(...)
2. ├─generics::fit(., Species ~ ., data = iris)
3. └─parsnip::fit.model_spec(., Species ~ ., data = iris)
4. └─parsnip:::check_installs(object)
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [14s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rules)
Loading required package: parsnip
>
> test_check("rules")
══ Skipped tests ═══════════════════════════════════════════════════════════════
● On CRAN (12)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-rule-fit-binomial.R:13:3): formula method ───────────────────────
Error: there is no package called 'xrf'
Backtrace:
█
1. └─xrf::xrf test-rule-fit-binomial.R:13:2
2. └─base::getExportedValue(pkg, name)
3. └─base::asNamespace(ns)
4. └─base::getNamespace(ns)
5. └─base::loadNamespace(name)
6. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
7. └─base:::withOneRestart(expr, restarts[[1L]])
8. └─base:::doWithOneRestart(return(expr), restart)
── Error (test-rule-fit-binomial.R:93:3): non-formula method ───────────────────
Error: there is no package called 'xrf'
Backtrace:
█
1. └─xrf::xrf test-rule-fit-binomial.R:93:2
2. └─base::getExportedValue(pkg, name)
3. └─base::asNamespace(ns)
4. └─base::getNamespace(ns)
5. └─base::loadNamespace(name)
6. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
7. └─base:::withOneRestart(expr, restarts[[1L]])
8. └─base:::doWithOneRestart(return(expr), restart)
[ FAIL 2 | WARN 0 | SKIP 12 | PASS 38 ]
Error: Test failures
Execution halted
Flavor: r-patched-solaris-x86