Last updated on 2023-10-26 07:54:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.3 | OK | ||||
r-devel-linux-x86_64-debian-gcc | 0.5.3 | 5.79 | 39.55 | 45.34 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.3 | 73.95 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.3 | 71.50 | OK | |||
r-devel-windows-x86_64 | 0.5.3 | 7.00 | 60.00 | 67.00 | OK | |
r-patched-linux-x86_64 | 0.5.3 | 7.04 | 49.80 | 56.84 | OK | |
r-release-linux-x86_64 | 0.5.3 | 7.21 | 50.44 | 57.65 | OK | |
r-release-macos-arm64 | 0.5.3 | 28.00 | OK | |||
r-release-macos-x86_64 | 0.5.3 | 41.00 | OK | |||
r-release-windows-x86_64 | 0.5.3 | 8.00 | 66.00 | 74.00 | ERROR | |
r-oldrel-macos-arm64 | 0.5.3 | 27.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.3 | 37.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.3 | 11.00 | 65.00 | 76.00 | OK |
Version: 0.5.3
Check: tests
Result: ERROR
Running 'testthat.R' [8s]
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(splot)
>
> test_check("splot")
Call:
v1 ~ c1 * c2
Residuals:
Min 1Q Median 3Q Max
-5.7607 -0.8258 -0.0223 0.7921 5.2814
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) -0.71321 0.05428 -13.141 < 2e-16 ***
c1 -0.27807 0.07721 -3.601 0.000324 ***
c2 0.29599 0.07717 3.835 0.000129 ***
c1:c2 -0.26857 0.11057 -2.429 0.015228 *
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 1.235 on 1996 degrees of freedom
Multiple R-squared: 0.03399, Adjusted R-squared: 0.03253
F-statistic: 23.41 on 3 and 1996 DF, p-value: 6.878e-15
Call:
v1 ~ v2 * c1
Residuals:
Min 1Q Median 3Q Max
-6.1862 -0.7961 -0.0245 0.8023 5.3062
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) -1.2838 0.1350 -9.507 < 2e-16 ***
v2 0.1910 0.0345 5.537 3.49e-08 ***
c1 0.8415 0.1865 4.511 6.83e-06 ***
v2:c1 -0.3166 0.0449 -7.051 2.43e-12 ***
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 1.225 on 1996 degrees of freedom
Multiple R-squared: 0.05048, Adjusted R-squared: 0.04905
F-statistic: 35.37 on 3 and 1996 DF, p-value: < 2.2e-16
benchmarking 2 expression(s) in chunks of 1 per run...
run 0 of 20
run 1 of 20
run 2 of 20
run 3 of 20
run 4 of 20
run 5 of 20
run 6 of 20
run 7 of 20
run 8 of 20
run 9 of 20
run 10 of 20
run 11 of 20
run 12 of 20
run 13 of 20
run 14 of 20
run 15 of 20
run 16 of 20
run 17 of 20
run 18 of 20
run 19 of 20
run 20 of 20
finished 20 runs in 2.5 seconds
expressions:
1. Sys.sleep(0.01)
2. Sys.sleep(0.1)
1 2
total time (seconds) 0.300 2.2000
mean time per run 0.015 0.1100
times the minimum 1.000 7.3333
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 55 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-splot.color.R:23:3'): scale works ────────────────────────────
all(initial == splot.color(1:5, shuffle = TRUE)) is not FALSE
`actual`: TRUE
`expected`: FALSE
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 55 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64