R Under development (unstable) (2026-05-10 r90034 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. > library(testthat) > library(bpca) > > test_check("bpca") % latex table generated in R 4.7.0 by xtable 1.8-8 package % Mon May 11 22:09:05 2026 \begin{table}[ht] \centering \begin{tabular}{lrrr} \hline &&\multicolumn{2}{c}{Eigenvalues} \\ \cline{3-4} && PC1 $(\lambda_1=11.07)$& PC2 $(\lambda_2=6.59)$ \\ \hline \multirow{4}{*}{Eigenvectors}&area&0.47&-0.6 \\ \hline &peri & 0.59 & -0.24 \\ &shape & -0.39 & -0.71 \\ \hline &perm & -0.52 & -0.28 \\ &Variance retained & 0.65 & 0.23 \\ &Variance accumulated & 0.65 & 0.88 \\ \end{tabular} \end{table} [ FAIL 0 | WARN 0 | SKIP 0 | PASS 17 ] > > proc.time() user system elapsed 1.15 0.25 1.39