R Under development (unstable) (2026-03-25 r89703 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(bdsvd) > > test_check("bdsvd") Loading required package: mvtnorm Progress: 100 variables ( 50 %) processed and split into 1 blocks. Progress: 200 variables ( 100 %) processed and split into 2 blocks. Progress: 50 variables ( 25 %) processed and split into 1 blocks. Progress: 100 variables ( 50 %) processed and split into 2 blocks. Progress: 150 variables ( 75 %) processed and split into 3 blocks. Progress: 200 variables ( 100 %) processed and split into 4 blocks. Progress: 100 variables ( 50 %) processed and split into 1 blocks. Progress: 200 variables ( 100 %) processed and split into 2 blocks. Progress: 50 variables ( 25 %) processed and split into 1 blocks. Progress: 100 variables ( 50 %) processed and split into 2 blocks. Progress: 150 variables ( 75 %) processed and split into 3 blocks. Progress: 200 variables ( 100 %) processed and split into 4 blocks. ### Run IS-SPCA: ### 1. Perform BD-SVD Progress: 25 variables ( 31.25 %) processed and split into 1 blocks. Progress: 50 variables ( 62.5 %) processed and split into 2 blocks. Progress: 75 variables ( 93.75 %) processed and split into 3 blocks. Progress: 80 variables ( 100 %) processed and split into 4 blocks. ### --> 4 blocks detected ### 2. Perform PCA Progress: 25 variables ( 31.25 %) processed and split into 1 blocks. Progress: 50 variables ( 62.5 %) processed and split into 2 blocks. Progress: 75 variables ( 93.75 %) processed and split into 3 blocks. Progress: 80 variables ( 100 %) processed and split into 4 blocks. ### Run IS-SPCA: ### 1. BD-SVD object supplied ### --> 4 blocks detected ### 2. Perform PCA ### Run IS-SPCA: ### 1. BD-SVD object supplied ### Run IS-SPCA: ### 1. BD-SVD object supplied ### --> 4 blocks detected ### 2. Perform PCA ### Run IS-SPCA: ### 1. BD-SVD object supplied ### --> 4 blocks detected ### 2. Perform PCA Error in matrix(0, p, K * b, dimnames = list(unlist(lapply(X.bd, colnames)), : length of 'dimnames' [1] not equal to array extent ### Run IS-SPCA: ### 1. BD-SVD object supplied ### --> 4 blocks detected ### 2. Perform PCA ### Run IS-SPCA: ### 1. BD-SVD object supplied ### --> 4 blocks detected ### 2. Perform PCA Error in matrix(0, p, K * b, dimnames = list(unlist(lapply(X.bd, colnames)), : length of 'dimnames' [1] not equal to array extent Progress: 25 variables ( 31.25 %) processed and split into 1 blocks. Progress: 50 variables ( 62.5 %) processed and split into 2 blocks. Progress: 75 variables ( 93.75 %) processed and split into 3 blocks. Progress: 80 variables ( 100 %) processed and split into 4 blocks. [ FAIL 0 | WARN 0 | SKIP 0 | PASS 42 ] > > proc.time() user system elapsed 3.79 0.50 4.26