* installing *source* package ‘MultivariateRandomForest’ ...
** this is package ‘MultivariateRandomForest’ version ‘1.1.5’
** package ‘MultivariateRandomForest’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 21.1.5’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/MultivariateRandomForest/src'
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c RcppExports.cpp -o RcppExports.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c rcpp.cpp -o rcpp.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c registerDynamicSymbol.cpp -o registerDynamicSymbol.o
rcpp.cpp:118:11: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
118 | for (int i = 0; i<yhat_nrow; ++i)
| ^
rcpp.cpp:112:9: note: previous statement is here
112 | for (int i = 0; i<yhat_nrow; ++i)
| ^
rcpp.cpp:125:15: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
125 | NumericMatrix mult2(nrow,nrow);
| ^
rcpp.cpp:119:13: note: previous statement is here
119 | for (int j = 0; j<Inv_Cov_Y.ncol(); ++j)
| ^
rcpp.cpp:136:11: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
136 | for (int i = 0; i<r1; ++i)
| ^
rcpp.cpp:130:9: note: previous statement is here
130 | for (int i = 0; i<r1; ++i)
| ^
rcpp.cpp:143:15: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
143 | for (int kk = 0; kk<nrow; kk++) {
| ^
rcpp.cpp:137:13: note: previous statement is here
137 | for (int j = 0; j<c2; ++j)
| ^
rcpp.cpp:185:11: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
185 | for (int i = 0; i<yhat_nrow; ++i)
| ^
rcpp.cpp:179:9: note: previous statement is here
179 | for (int i = 0; i<yhat_nrow; ++i)
| ^
rcpp.cpp:192:15: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
192 | NumericMatrix mult2(nrow,nrow);
| ^
rcpp.cpp:186:13: note: previous statement is here
186 | for (int j = 0; j<Inv_Cov_Y.ncol(); ++j)
| ^
rcpp.cpp:203:11: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
203 | for (int i = 0; i<r1; ++i)
| ^
rcpp.cpp:197:9: note: previous statement is here
197 | for (int i = 0; i<r1; ++i)
| ^
rcpp.cpp:210:15: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
210 | for (int kk = 0; kk<nrow; kk++) {
| ^
rcpp.cpp:204:13: note: previous statement is here
204 | for (int j = 0; j<c2; ++j)
| ^
rcpp.cpp:311:7: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
311 | for(int i=0; i<yhat_nrow; ++i)
| ^
rcpp.cpp:305:5: note: previous statement is here
305 | for(int i=0; i<yhat_nrow; ++i)
| ^
rcpp.cpp:318:11: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
318 | NumericMatrix mult2(nrow,nrow);
| ^
rcpp.cpp:312:9: note: previous statement is here
312 | for(int j=0; j<Inv_Cov_Y.ncol(); ++j)
| ^
rcpp.cpp:329:7: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
329 | for(int i=0; i<r1; ++i)
| ^
rcpp.cpp:323:5: note: previous statement is here
323 | for(int i=0; i<r1; ++i)
| ^
rcpp.cpp:336:11: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
336 | for(int kk=0; kk<nrow; kk++){
| ^
rcpp.cpp:330:9: note: previous statement is here
330 | for(int j=0; j<c2; ++j)
| ^
12 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang21/lib -L/usr/local/clang21/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/21/lib/x86_64-unknown-linux-gnu -o MultivariateRandomForest.so RcppExports.o rcpp.o registerDynamicSymbol.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/MultivariateRandomForest/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/MultivariateRandomForest/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/MultivariateRandomForest/src'
installing to /data/gannet/ripley/R/packages/tests-clang/MultivariateRandomForest.Rcheck/00LOCK-MultivariateRandomForest/00new/MultivariateRandomForest/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (MultivariateRandomForest)