* installing *source* package 'JFM' ... ** package 'JFM' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.2.0' using C++11 make[1]: Entering directory '/d/temp/RtmpENowR4/R.INSTALL47c856ba6d1e/JFM/src' g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c wildfire_mesh.cpp -o wildfire_mesh.o wildfire_mesh.cpp: In function 'arma::mat Rcpp_wildfire_search(double, arma::mat, arma::mat)': wildfire_mesh.cpp:133:12: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 133 | while (r < nrow_norm) { | ~~^~~~~~~~~~~ wildfire_mesh.cpp:280:27: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 280 | for (unsigned int i=0; i< nrow_norm;i++){ | ~^~~~~~~~~~~ wildfire_mesh.cpp: In function 'std::vector compute_triangle_area_rcpp(arma::mat)': wildfire_mesh.cpp:315:28: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 315 | for (unsigned int i=0; i < nrow_coord; i++) { | ~~^~~~~~~~~~~~ wildfire_mesh.cpp: In function 'std::vector compute_plane_area_rcpp(arma::mat, std::vector >)': wildfire_mesh.cpp:371:30: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 371 | for (unsigned int i=0; i < nrow_coord; i++) { | ~~^~~~~~~~~~~~ wildfire_mesh.cpp: In function 'Rcpp::NumericVector least_square_plane_rcpp(Rcpp::NumericMatrix)': wildfire_mesh.cpp:495:30: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 495 | for (unsigned int i = 0; i < nrow_Points; i++) { | ~~^~~~~~~~~~~~~ wildfire_mesh.cpp: In function 'std::vector > find_triangles_rcpp(Rcpp::NumericMatrix, int)': wildfire_mesh.cpp:555:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 555 | for (unsigned int i=0; i, int>::value_type' {aka 'int'} and 'unsigned int' [-Wsign-compare] 636 | if (temp[i]!=r) neighbours_v.push_back(temp[i]); wildfire_mesh.cpp: In function 'arma::mat compute_plane_normal(arma::mat, arma::mat, std::vector >)': wildfire_mesh.cpp:740:30: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 740 | for (unsigned int i=0; i < nrow_it; i++) { | ~~^~~~~~~~~ wildfire_mesh.cpp: In function 'Rcpp::NumericMatrix test_rcpp(arma::mat, arma::mat, std::vector >)': wildfire_mesh.cpp:865:30: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 865 | for (unsigned int i=0; i < nrow_it; i++) { | ~~^~~~~~~~~ g++ -shared -s -static-libgcc -o JFM.dll tmp.def RcppExports.o wildfire_mesh.o -fopenmp -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR make[1]: Leaving directory '/d/temp/RtmpENowR4/R.INSTALL47c856ba6d1e/JFM/src' make[1]: Entering directory '/d/temp/RtmpENowR4/R.INSTALL47c856ba6d1e/JFM/src' make[1]: Leaving directory '/d/temp/RtmpENowR4/R.INSTALL47c856ba6d1e/JFM/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-JFM/00new/JFM/libs/x64 ** R ** inst ** 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 'JFM' as JFM_1.0.zip * DONE (JFM)