Last updated on 2024-11-03 11:49:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.1 | 8.52 | 213.76 | 222.28 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.1 | 0.43 | 1.76 | 2.19 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.1 | 372.72 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 362.72 | OK | |||
r-devel-windows-x86_64 | 1.1.1 | 10.00 | 286.00 | 296.00 | OK | |
r-patched-linux-x86_64 | 1.1.1 | 8.81 | 202.47 | 211.28 | OK | |
r-release-linux-x86_64 | 1.1.1 | 7.49 | 178.64 | 186.13 | ERROR | |
r-release-macos-arm64 | 1.1.1 | 124.00 | OK | |||
r-release-macos-x86_64 | 1.1.1 | 176.00 | OK | |||
r-release-windows-x86_64 | 1.1.1 | 10.00 | 289.00 | 299.00 | OK | |
r-oldrel-macos-arm64 | 1.1.1 | 134.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.1 | 221.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.1 | 12.00 | 366.00 | 378.00 | OK |
Version: 1.1.1
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.1
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking: 'ranger', 'spelling'
Flavor: r-release-linux-x86_64
Version: 1.1.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [122s/141s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(collinear)
>
> test_check("collinear")
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 114 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-preference_order.R:3:3'): `f_rf_auc_unbalanced()` works ────────
Error in `f_rf_auc_unbalanced(x = "growing_season_length", y = "vi_binary",
df = vi)`: the function 'f_fr_deviance()' requires the package 'ranger'. Please install it first.
Backtrace:
▆
1. └─collinear::f_rf_auc_unbalanced(...) at test-preference_order.R:3:3
── Error ('test-preference_order.R:11:3'): `f_rf_auc_balanced()` works ─────────
Error in `f_rf_auc_balanced(x = "growing_season_length", y = "vi_binary",
df = vi)`: the function 'f_fr_deviance()' requires the package 'ranger'. Please install it first.
Backtrace:
▆
1. └─collinear::f_rf_auc_balanced(...) at test-preference_order.R:11:3
── Error ('test-preference_order.R:58:3'): `f_rf_deviance()` works ─────────────
Error in `f_rf_deviance(x = "growing_season_length", y = "vi_mean", df = vi)`: the function 'f_fr_deviance()' requires the package 'ranger'. Please install it first.
Backtrace:
▆
1. └─collinear::f_rf_deviance(...) at test-preference_order.R:58:3
── Error ('test-preference_order.R:65:3'): `f_rf_rsquared()` works ─────────────
Error in `f_rf_rsquared(x = "growing_season_length", y = "vi_mean", df = vi)`: the function 'f_fr_deviance()' requires the package 'ranger'. Please install it first.
Backtrace:
▆
1. └─collinear::f_rf_rsquared(...) at test-preference_order.R:65:3
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 114 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64