* 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/RtmpUxRmCK/R.INSTALL1294c297049b4/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<double> 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<double> compute_plane_area_rcpp(arma::mat, std::vector<int, std::allocator<int> >)':
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<int, std::allocator<int> > 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<l1.size()-1; i++)
      |   ^~~
wildfire_mesh.cpp:566:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  566 |     temp[j++] = l1[l1.size()-1];
      |     ^~~~
wildfire_mesh.cpp:571:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  571 |     for (int i=0; i<j; i++)
      |     ^~~
wildfire_mesh.cpp:574:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  574 |       return l1;
      |       ^~~~~~
wildfire_mesh.cpp: In function 'Rcpp::NumericMatrix find_neighbours_rcpp(Rcpp::NumericMatrix)':
wildfire_mesh.cpp:596:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  596 |   for (unsigned int r = 0; r< num_rows; r++) {
      |                            ~^~~~~~~~~~
wildfire_mesh.cpp:619:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  619 |     for (unsigned int i=0; i<l1.size()-1; i++)
      |     ^~~
wildfire_mesh.cpp:630:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  630 |       temp[j++] = l1[l1.size()-1];
      |       ^~~~
wildfire_mesh.cpp:636:20: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits<std::allocator<int>, 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<int, std::allocator<int> >)':
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<int, std::allocator<int> >)':
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/RtmpUxRmCK/R.INSTALL1294c297049b4/JFM/src'
make[1]: Entering directory '/d/temp/RtmpUxRmCK/R.INSTALL1294c297049b4/JFM/src'
make[1]: Leaving directory '/d/temp/RtmpUxRmCK/R.INSTALL1294c297049b4/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)