* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘MultivariateRandomForest’ ...
** package ‘MultivariateRandomForest’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 18.1.0 (rc4-1)’
make[1]: Entering directory '/tmp/RtmpP5BmSM/R.INSTALL189c4c455d7dba/MultivariateRandomForest/src'
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c RcppExports.cpp -o RcppExports.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c rcpp.cpp -o rcpp.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.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c registerDynamicSymbol.cpp -o registerDynamicSymbol.o
clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o MultivariateRandomForest.so RcppExports.o rcpp.o registerDynamicSymbol.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpP5BmSM/R.INSTALL189c4c455d7dba/MultivariateRandomForest/src'
make[1]: Entering directory '/tmp/RtmpP5BmSM/R.INSTALL189c4c455d7dba/MultivariateRandomForest/src'
make[1]: Leaving directory '/tmp/RtmpP5BmSM/R.INSTALL189c4c455d7dba/MultivariateRandomForest/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)