R Under development (unstable) (2024-10-17 r87242 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. > library(BMA) Loading required package: survival Loading required package: leaps Loading required package: robustbase Attaching package: 'robustbase' The following object is masked from 'package:survival': heart Loading required package: inline Loading required package: rrcov Scalable Robust Estimators with High Breakdown Point (version 1.7-6) > source('test_functions.R') > > cran <- TRUE > > ## disable the following tests when submitting to CRAN > ## to speed-up the checking procedure > if(!cran) { + test.bic.glm.gamma() + test.bic.glm.poisson() + test.bic.glm.gamma.crime() + test.bic.glm.logistic() + test.bic.surv.veteran() + test.bic.surv.pbc() + test.bicreg() + test.glib.vaso() + test.glib.yates() + test.glib.logreg() + test.iBMA.glm() + test.iBMA.surv() + test.iBMA.bicreg() + test.iBMA.bicreg.large() + test.predict.gaussian1() + test.predict.binomial2() + test.predict.gaussian3() + test.predict.gamma() + test.predict.poisson() + #test.predict.binomial6() # need to fix + test.predict.bicreg() + test.mc3.reg() + } > > > proc.time() user system elapsed 1.75 0.26 2.01