R Under development (unstable) (2025-09-19 r88859 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. > library(testthat) > library(plsRbeta) > test_check("plsRbeta") Number of required components: [1] 2 Number of successfully computed components: [1] 2 Coefficients: [,1] Intercept 0.054885685 X1 0.118101109 X2 -0.001685269 X3 0.118530424 X4 -0.001682539 Information criteria and Fit statistics: AIC BIC Chi2_Pearson_Y RSS_Y pseudo_R2_Y Nb_Comp_0 0.3276299 5.091683 84.77123 5.8731455 NA Nb_Comp_1 -219.5434179 -212.397338 78.37454 0.3352459 0.9299603 Nb_Comp_2 -246.5282797 -237.000173 82.93078 0.2200233 0.9386440 R2_Y Nb_Comp_0 NA Nb_Comp_1 0.9429189 Nb_Comp_2 0.9625374 Call: plsRbetamodel.default(object = dat$Ybeta, dataX = as.matrix(dat[paste0("X", 1:p)]), nt = 2, modele = "pls-beta", verbose = FALSE) [ FAIL 0 | WARN 0 | SKIP 2 | PASS 31 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-bootstrap-np.R:2:5', 'test-bootstrap.R:2:5' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 31 ] > > proc.time() user system elapsed 4.29 0.39 4.67