* 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: 'g++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_10_14_01_50_00_4128/RtmpW4yMc3/R.INSTALL12d30143e4834/MultivariateRandomForest/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rcpp.cpp -o rcpp.o
rcpp.cpp: In function 'Rcpp::List splitt2(Rcpp::NumericMatrix, Rcpp::NumericMatrix, int, Rcpp::NumericVector, Rcpp::NumericMatrix, int, Rcpp::NumericVector)':
rcpp.cpp:112:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
112 | for (int i = 0; i<yhat_nrow; ++i)
| ^~~
rcpp.cpp:118:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
118 | for (int i = 0; i<yhat_nrow; ++i)
| ^~~
rcpp.cpp:119:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
119 | for (int j = 0; j<Inv_Cov_Y.ncol(); ++j)
| ^~~
rcpp.cpp:125:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
125 | NumericMatrix mult2(nrow,nrow);
| ^~~~~~~~~~~~~
rcpp.cpp:130:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
130 | for (int i = 0; i<r1; ++i)
| ^~~
rcpp.cpp:136:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
136 | for (int i = 0; i<r1; ++i)
| ^~~
rcpp.cpp:137:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
137 | for (int j = 0; j<c2; ++j)
| ^~~
rcpp.cpp:143:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
143 | for (int kk = 0; kk<nrow; kk++) {
| ^~~
rcpp.cpp:179:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
179 | for (int i = 0; i<yhat_nrow; ++i)
| ^~~
rcpp.cpp:185:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
185 | for (int i = 0; i<yhat_nrow; ++i)
| ^~~
rcpp.cpp:186:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
186 | for (int j = 0; j<Inv_Cov_Y.ncol(); ++j)
| ^~~
rcpp.cpp:192:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
192 | NumericMatrix mult2(nrow,nrow);
| ^~~~~~~~~~~~~
rcpp.cpp:197:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
197 | for (int i = 0; i<r1; ++i)
| ^~~
rcpp.cpp:203:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
203 | for (int i = 0; i<r1; ++i)
| ^~~
rcpp.cpp:204:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
204 | for (int j = 0; j<c2; ++j)
| ^~~
rcpp.cpp:210:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
210 | for (int kk = 0; kk<nrow; kk++) {
| ^~~
rcpp.cpp: In function 'double Node_cost(Rcpp::NumericMatrix, Rcpp::NumericMatrix, int)':
rcpp.cpp:305:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
305 | for(int i=0; i<yhat_nrow; ++i)
| ^~~
rcpp.cpp:311:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
311 | for(int i=0; i<yhat_nrow; ++i)
| ^~~
rcpp.cpp:312:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
312 | for(int j=0; j<Inv_Cov_Y.ncol(); ++j)
| ^~~
rcpp.cpp:318:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
318 | NumericMatrix mult2(nrow,nrow);
| ^~~~~~~~~~~~~
rcpp.cpp:323:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
323 | for(int i=0; i<r1; ++i)
| ^~~
rcpp.cpp:329:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
329 | for(int i=0; i<r1; ++i)
| ^~~
rcpp.cpp:330:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
330 | for(int j=0; j<c2; ++j)
| ^~~
rcpp.cpp:336:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
336 | for(int kk=0; kk<nrow; kk++){
| ^~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c registerDynamicSymbol.cpp -o registerDynamicSymbol.o
g++ -std=gnu++17 -shared -s -static-libgcc -o MultivariateRandomForest.dll tmp.def RcppExports.o rcpp.o registerDynamicSymbol.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_10_14_01_50_00_4128/RtmpW4yMc3/R.INSTALL12d30143e4834/MultivariateRandomForest/src'
make[1]: Entering directory '/d/temp/2025_10_14_01_50_00_4128/RtmpW4yMc3/R.INSTALL12d30143e4834/MultivariateRandomForest/src'
make[1]: Leaving directory '/d/temp/2025_10_14_01_50_00_4128/RtmpW4yMc3/R.INSTALL12d30143e4834/MultivariateRandomForest/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-MultivariateRandomForest/00new/MultivariateRandomForest/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'MultivariateRandomForest' as MultivariateRandomForest_1.1.5.zip
* DONE (MultivariateRandomForest)