R Under development (unstable) (2024-05-15 r86556 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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. > require("StepReg") || stop("unable to load StepReg") Loading required package: StepReg [1] TRUE > require("testthat") || stop("unable to load testthat") Loading required package: testthat [1] TRUE > require("survival") || stop("unable to load survival") Loading required package: survival [1] TRUE > require("dplyr") || stop("unable to load dplyr") Loading required package: dplyr Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union [1] TRUE > require("stringr") || stop("unable to load stringr") Loading required package: stringr [1] TRUE > test_check("StepReg") [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [1] "There was an error message." [ FAIL 0 | WARN 0 | SKIP 1 | PASS 0 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test_stepwise.R:2:1' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 0 ] > > proc.time() user system elapsed 22.62 1.03 23.28