R Under development (unstable) (2024-11-26 r87383 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(testthat)
> library(BAS)
> 
> test_check("BAS")
Allocating Space for 16 Models AMCMC
AMCMC
using MCMC sampling - initialize
Now start AMCMC with 11 nUnique models out of 16 at it 200
Allocating Space for 16 Models AMCMC
AMCMC
using MCMC sampling - initialize
Now start AMCMC with 11 nUnique models out of 16 at it 200

 Marginal Posterior Summaries of Coefficients: 

 Using  BMA 

 Based on the top  16 models 
           post mean  post SD   post p(B != 0)
Intercept  95.42308    0.67885   1.00000      
X1          1.40116    0.35351   0.97454      
X2          0.42326    0.38407   0.76017      
X3         -0.03997    0.33398   0.30660      
X4         -0.22077    0.36931   0.44354      

Call:
bas.lm(formula = Y ~ ., data = Hald, prior = "BIC", modelprior = uniform())


 Marginal Posterior Inclusion Probabilities: 
Intercept         X1         X2         X3         X4  
   1.0000     0.9856     0.7921     0.4705     0.5220  
[ FAIL 0 | WARN 0 | SKIP 2 | PASS 274 ]

══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-bas-lm-lowrank.R:49:3', 'test-interactions.R:1:1'

[ FAIL 0 | WARN 0 | SKIP 2 | PASS 274 ]
> 
> proc.time()
   user  system elapsed 
  23.15    2.73   25.84