R Under development (unstable) (2023-10-26 r85419 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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 -4.6255 -0.8411 0.0072 0.8579 6.3199 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -0.79107 0.05907 -13.392 < 2e-16 *** c1 -0.19672 0.08337 -2.360 0.0184 * c2 0.41188 0.08200 5.023 5.55e-07 *** c1:c2 -0.28553 0.11629 -2.455 0.0142 * --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 Residual standard error: 1.3 on 1996 degrees of freedom Multiple R-squared: 0.03062, Adjusted R-squared: 0.02916 F-statistic: 21.01 on 3 and 1996 DF, p-value: 2.109e-13 Call: v1 ~ v2 * c1 Residuals: Min 1Q Median 3Q Max -5.5664 -0.7943 0.0249 0.8069 5.5381 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -1.71463 0.14496 -11.828 < 2e-16 *** v2 0.29976 0.03672 8.163 5.74e-16 *** c1 1.73343 0.19507 8.886 < 2e-16 *** v2:c1 -0.52043 0.04684 -11.111 < 2e-16 *** --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 Residual standard error: 1.27 on 1996 degrees of freedom Multiple R-squared: 0.07481, Adjusted R-squared: 0.07342 F-statistic: 53.8 on 3 and 1996 DF, p-value: < 2.2e-16 image saved: D:\temp\Rtmps7d9gB\file17f405cdd321f.svg 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 0 | WARN 1 | SKIP 0 | PASS 57 ] [ FAIL 0 | WARN 1 | SKIP 0 | PASS 57 ] > > proc.time() user system elapsed 3.57 0.34 6.56