Last updated on 2023-01-25 04:51:34 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.8 | 17.85 | 565.37 | 583.22 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.3.8 | 16.96 | 410.77 | 427.73 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.3.8 | 687.26 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.8 | 650.01 | ERROR | |||
r-devel-windows-x86_64 | 1.3.8 | 90.00 | 568.00 | 658.00 | ERROR | |
r-patched-linux-x86_64 | 1.3.8 | 21.65 | 521.88 | 543.53 | OK | |
r-release-linux-x86_64 | 1.3.8 | 18.85 | 511.06 | 529.91 | OK | |
r-release-macos-arm64 | 1.3.8 | 181.00 | OK | |||
r-release-macos-x86_64 | 1.3.8 | 232.00 | OK | |||
r-release-windows-x86_64 | 1.3.8 | 121.00 | 576.00 | 697.00 | OK | |
r-oldrel-macos-arm64 | 1.3.8 | 176.00 | OK | |||
r-oldrel-macos-x86_64 | 1.3.8 | 241.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.3.8 | 37.00 | 601.00 | 638.00 | OK |
Version: 1.3.8
Check: tests
Result: ERROR
Running ‘testthat.R’ [152s/180s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(cvms)
>
> if (require("xpectr")) {
+ test_check("cvms")
+ }
Loading required package: xpectr
[ FAIL 1 | WARN 0 | SKIP 70 | PASS 3622 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Fails in check - IMPROVE THESE TESTS (1)
• On CRAN (58)
• Skipping check for CRAN release due to r_hub failure (1)
• Skipping parallel tests (3)
• empty test (1)
• keras and tensorflow take too long and have too many dependencies (1)
• mac and ubuntu give different warnings (4)
• tidymodels have too many dependencies (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_cross_validate_fn.R:497'): gaussian lm model works with cross_validate_fn() ──
warnings_and_messages$Message not equal to rep(...).
8/8 mismatches
x[1]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[1]: hange"
y[1]: "prediction from a rank-deficient fit may be misleading"
x[2]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[2]: hange"
y[2]: "prediction from a rank-deficient fit may be misleading"
x[3]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[3]: hange"
y[3]: "prediction from a rank-deficient fit may be misleading"
x[4]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[4]: hange"
y[4]: "prediction from a rank-deficient fit may be misleading"
x[5]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[5]: hange"
y[5]: "prediction from a rank-deficient fit may be misleading"
[ FAIL 1 | WARN 0 | SKIP 70 | PASS 3622 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.3.8
Check: tests
Result: ERROR
Running ‘testthat.R’ [111s/169s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(cvms)
>
> if (require("xpectr")) {
+ test_check("cvms")
+ }
Loading required package: xpectr
[ FAIL 4 | WARN 0 | SKIP 70 | PASS 3619 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Fails in check - IMPROVE THESE TESTS (1)
• On CRAN (58)
• Skipping check for CRAN release due to r_hub failure (1)
• Skipping parallel tests (3)
• empty test (1)
• keras and tensorflow take too long and have too many dependencies (1)
• mac and ubuntu give different warnings (4)
• tidymodels have too many dependencies (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_cross_validate_fn.R:485'): gaussian lm model works with cross_validate_fn() ──
warnings_and_messages$`Fold Column` not equal to rep(".folds", 8).
Lengths differ: 0 is not 8
── Failure ('test_cross_validate_fn.R:489'): gaussian lm model works with cross_validate_fn() ──
warnings_and_messages$Fold not equal to c(1L, 2L, 3L, 4L, 1L, 2L, 3L, 4L).
Lengths differ: 0 is not 8
── Failure ('test_cross_validate_fn.R:493'): gaussian lm model works with cross_validate_fn() ──
warnings_and_messages$Function not equal to rep("predict_fn", 8).
Lengths differ: 0 is not 8
── Failure ('test_cross_validate_fn.R:497'): gaussian lm model works with cross_validate_fn() ──
warnings_and_messages$Message not equal to rep(...).
Lengths differ: 0 is not 8
[ FAIL 4 | WARN 0 | SKIP 70 | PASS 3619 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.3.8
Check: tests
Result: ERROR
Running ‘testthat.R’ [175s/185s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(cvms)
>
> if (require("xpectr")) {
+ test_check("cvms")
+ }
Loading required package: xpectr
[ FAIL 1 | WARN 0 | SKIP 70 | PASS 3622 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Fails in check - IMPROVE THESE TESTS (1)
• On CRAN (58)
• Skipping check for CRAN release due to r_hub failure (1)
• Skipping parallel tests (3)
• empty test (1)
• keras and tensorflow take too long and have too many dependencies (1)
• mac and ubuntu give different warnings (4)
• tidymodels have too many dependencies (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_cross_validate_fn.R:497'): gaussian lm model works with cross_validate_fn() ──
warnings_and_messages$Message not equal to rep(...).
8/8 mismatches
x[1]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[1]: hange"
y[1]: "prediction from a rank-deficient fit may be misleading"
x[2]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[2]: hange"
y[2]: "prediction from a rank-deficient fit may be misleading"
x[3]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[3]: hange"
y[3]: "prediction from a rank-deficient fit may be misleading"
x[4]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[4]: hange"
y[4]: "prediction from a rank-deficient fit may be misleading"
x[5]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[5]: hange"
y[5]: "prediction from a rank-deficient fit may be misleading"
[ FAIL 1 | WARN 0 | SKIP 70 | PASS 3622 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.3.8
Check: tests
Result: ERROR
Running ‘testthat.R’ [159s/165s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(cvms)
>
> if (require("xpectr")) {
+ test_check("cvms")
+ }
Loading required package: xpectr
[ FAIL 1 | WARN 0 | SKIP 70 | PASS 3622 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Fails in check - IMPROVE THESE TESTS (1)
• On CRAN (58)
• Skipping check for CRAN release due to r_hub failure (1)
• Skipping parallel tests (3)
• empty test (1)
• keras and tensorflow take too long and have too many dependencies (1)
• mac and ubuntu give different warnings (4)
• tidymodels have too many dependencies (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_cross_validate_fn.R:497'): gaussian lm model works with cross_validate_fn() ──
warnings_and_messages$Message not equal to rep(...).
8/8 mismatches
x[1]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[1]: hange"
y[1]: "prediction from a rank-deficient fit may be misleading"
x[2]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[2]: hange"
y[2]: "prediction from a rank-deficient fit may be misleading"
x[3]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[3]: hange"
y[3]: "prediction from a rank-deficient fit may be misleading"
x[4]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[4]: hange"
y[4]: "prediction from a rank-deficient fit may be misleading"
x[5]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[5]: hange"
y[5]: "prediction from a rank-deficient fit may be misleading"
[ FAIL 1 | WARN 0 | SKIP 70 | PASS 3622 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.3.8
Check: tests
Result: ERROR
Running 'testthat.R' [145s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(cvms)
>
> if (require("xpectr")) {
+ test_check("cvms")
+ }
Loading required package: xpectr
[ FAIL 1 | WARN 0 | SKIP 70 | PASS 3622 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Fails in check - IMPROVE THESE TESTS (1)
• On CRAN (58)
• Skipping check for CRAN release due to r_hub failure (1)
• Skipping parallel tests (3)
• empty test (1)
• keras and tensorflow take too long and have too many dependencies (1)
• mac and ubuntu give different warnings (4)
• tidymodels have too many dependencies (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_cross_validate_fn.R:497'): gaussian lm model works with cross_validate_fn() ──
warnings_and_messages$Message not equal to rep(...).
8/8 mismatches
x[1]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[1]: hange"
y[1]: "prediction from a rank-deficient fit may be misleading"
x[2]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[2]: hange"
y[2]: "prediction from a rank-deficient fit may be misleading"
x[3]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[3]: hange"
y[3]: "prediction from a rank-deficient fit may be misleading"
x[4]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[4]: hange"
y[4]: "prediction from a rank-deficient fit may be misleading"
x[5]: "Possibly rank-deficient fit; the default rankdeficient = \"simple\" may c
x[5]: hange"
y[5]: "prediction from a rank-deficient fit may be misleading"
[ FAIL 1 | WARN 0 | SKIP 70 | PASS 3622 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64