* installing *source* package 'grainscape' ... ** this is package 'grainscape' version '0.5.0' ** package 'grainscape' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.3.0' using C++ compiler: 'g++.exe (GCC) 13.3.0' make[1]: Entering directory '/d/temp/2025_02_03_01_50_00_1639/RtmpUPA4VZ/R.INSTALL3ad4599f58e8/grainscape/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c Engine.cpp -o Engine.o Engine.cpp: In member function 'bool Engine::initialize()': Engine.cpp:153:30: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 153 | for (unsigned int i = 0; i < in_data->nrow; i++) { | ~~^~~~~~~~~~~~~~~ Engine.cpp:154:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 154 | for (unsigned int j = 0; j < in_data->ncol; j++) { | ~~^~~~~~~~~~~~~~~ Engine.cpp: In member function 'void Engine::updateOutputMap(std::vector<float>&, flMap)': Engine.cpp:242:30: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 242 | for (unsigned int i = 0; i < in_data->nrow; i++) { | ~~^~~~~~~~~~~~~~~ Engine.cpp:243:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 243 | for (unsigned int j = 0; j < in_data->ncol; j++) { | ~~^~~~~~~~~~~~~~~ Engine.cpp: In member function 'void Engine::writeErrorMessage(char*, int)': Engine.cpp:390:30: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 390 | for (unsigned int i = 0; i < error_message_size; i++) { | ~~^~~~~~~~~~~~~~~~~~~~ Engine.cpp:391:11: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 391 | if (i < size) { | ~~^~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c grainscape_init.c -o grainscape_init.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c rcpp_HabConnEngine.cpp -o rcpp_HabConnEngine.o rcpp_HabConnEngine.cpp:1: warning: "R_NO_REMAP" redefined 1 | #define R_NO_REMAP | <command-line>: note: this is the location of the previous definition g++ -std=gnu++17 -shared -s -static-libgcc -o grainscape.dll tmp.def Engine.o RcppExports.o grainscape_init.o rcpp_HabConnEngine.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR make[1]: Leaving directory '/d/temp/2025_02_03_01_50_00_1639/RtmpUPA4VZ/R.INSTALL3ad4599f58e8/grainscape/src' make[1]: Entering directory '/d/temp/2025_02_03_01_50_00_1639/RtmpUPA4VZ/R.INSTALL3ad4599f58e8/grainscape/src' make[1]: Leaving directory '/d/temp/2025_02_03_01_50_00_1639/RtmpUPA4VZ/R.INSTALL3ad4599f58e8/grainscape/src' installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-grainscape/00new/grainscape/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 'grainscape' as grainscape_0.5.0.zip * DONE (grainscape)