* installing *source* package 'grainscape' ... ** this is package 'grainscape' version '0.5.0' ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.3.0' using C++ compiler: 'g++.exe (GCC) 13.3.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANincoming/R-devel/lib/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&, 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/CRANincoming/R-devel/lib/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/CRANincoming/R-devel/lib/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/CRANincoming/R-devel/lib/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 | : 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 installing to d:/RCompile/CRANincoming/R-devel/lib/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 * DONE (grainscape)