R Under development (unstable) (2025-06-23 r88347 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(bregr) Welcome to 'bregr' package! ======================================================================= You are using bregr version 1.0.0 Project home : https://github.com/WangLabCSU/bregr Documentation: https://wanglabcsu.github.io/bregr/ Cite as : arXiv:2110.14232 ======================================================================= > > test_check("bregr") subset model list with idx: 1 model call: stats::glm(formula = mpg ~ cyl + vs, family = gaussian, data = data) model call: stats::glm(formula = mpg ~ cyl + vs, family = gaussian, data = data) set `exponentiate=TRUE` for model(s) constructed from coxph method at default please note only continuous focal terms analyzed and visualized [ FAIL 0 | WARN 22 | SKIP 4 | PASS 9 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • empty test (4): 'test-roxytest-testexamples-02-pipeline.R:5:1', 'test-roxytest-testexamples-03-accessors.R:5:1', 'test-roxytest-testexamples-04-show.R:5:1', 'test-roxytest-testexamples-05-polar.R:5:1' [ FAIL 0 | WARN 22 | SKIP 4 | PASS 9 ] > > proc.time() user system elapsed 21.76 1.03 22.84