R version 4.6.0 alpha (2026-04-01 r89771 ucrt) Copyright (C) 2026 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(heaRt) > > test_check("heaRt") `curl` package not installed, falling back to using `url()` Rows: 303 Columns: 14 -- Column specification -------------------------------------------------------- Delimiter: "," dbl (14): X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14 i Use `spec()` to retrieve the full column specification for this data. i Specify the column types or set `show_col_types = FALSE` to quiet this message. Call: stats::lm(formula = y ~ var2, data = data) Coefficients: (Intercept) var2 1.568499 -0.007946 `curl` package not installed, falling back to using `url()` Rows: 303 Columns: 14 -- Column specification -------------------------------------------------------- Delimiter: "," dbl (14): X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14 i Use `spec()` to retrieve the full column specification for this data. i Specify the column types or set `show_col_types = FALSE` to quiet this message. n= 255 node), split, n, deviance, yval * denotes terminal node 1) root 255 58.525490 0.35686270 2) var1< 55.5 131 22.580150 0.22137400 4) var2< 0.5 43 2.790698 0.06976744 * 5) var2>=0.5 88 18.318180 0.29545450 * 3) var1>=55.5 124 31.000000 0.50000000 6) var2< 0.5 45 9.244444 0.28888890 12) var1>=63.5 18 0.000000 0.00000000 * 13) var1< 63.5 27 6.740741 0.48148150 * 7) var2>=0.5 79 18.607590 0.62025320 * `curl` package not installed, falling back to using `url()` Rows: 303 Columns: 14 -- Column specification -------------------------------------------------------- Delimiter: "," dbl (14): X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14 i Use `spec()` to retrieve the full column specification for this data. i Specify the column types or set `show_col_types = FALSE` to quiet this message. Call: stats::glm(formula = y ~ var1, family = stats::binomial(link = "logit"), data = data) Coefficients: (Intercept) var1 -3.2506 0.0488 Degrees of Freedom: 254 Total (i.e. Null); 253 Residual Null Deviance: 332.3 Residual Deviance: 321.6 AIC: 325.6 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 6 ] > > proc.time() user system elapsed 1.84 0.70 4.68