* installing *source* package 'particles' ... ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.3.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/cpp11/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c bilinear.cpp -o bilinear.o In file included from D:/RCompile/CRANpkg/lib/4.5/cpp11/include/cpp11/doubles.hpp:8, from bilinear.cpp:1: D:/RCompile/CRANpkg/lib/4.5/cpp11/include/cpp11/R.hpp:11: warning: "R_NO_REMAP" redefined 11 | #define R_NO_REMAP | : note: this is the location of the previous definition g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/cpp11/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c collision.cpp -o collision.o In file included from D:/RCompile/CRANpkg/lib/4.5/cpp11/include/cpp11/doubles.hpp:8, from collision.cpp:1: D:/RCompile/CRANpkg/lib/4.5/cpp11/include/cpp11/R.hpp:11: warning: "R_NO_REMAP" redefined 11 | #define R_NO_REMAP | : note: this is the location of the previous definition g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/cpp11/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c cpp11.cpp -o cpp11.o In file included from D:/RCompile/CRANpkg/lib/4.5/cpp11/include/cpp11.hpp:3, from D:/RCompile/CRANpkg/lib/4.5/cpp11/include/cpp11/declarations.hpp:13, from cpp11.cpp:5: D:/RCompile/CRANpkg/lib/4.5/cpp11/include/cpp11/R.hpp:11: warning: "R_NO_REMAP" redefined 11 | #define R_NO_REMAP | : note: this is the location of the previous definition g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/cpp11/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c nbody.cpp -o nbody.o In file included from D:/RCompile/CRANpkg/lib/4.5/cpp11/include/cpp11/doubles.hpp:8, from nbody.cpp:1: D:/RCompile/CRANpkg/lib/4.5/cpp11/include/cpp11/R.hpp:11: warning: "R_NO_REMAP" redefined 11 | #define R_NO_REMAP | : note: this is the location of the previous definition nbody.cpp: In function 'cpp11::writable::doubles_matrix<> nbody_c(cpp11::doubles_matrix<>, cpp11::doubles, double, double, double, double)': nbody.cpp:17:17: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 17 | for (i = 0; i < pos.nrow(); ++i) { | ~~^~~~~~~~~~~~ nbody.cpp:27:17: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 27 | for (i = 0; i < pos.nrow(); ++i) { | ~~^~~~~~~~~~~~ nbody.cpp:30:17: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 30 | for (i = 0; i < pos.nrow(); ++i) { | ~~^~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/cpp11/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c pathdist.cpp -o pathdist.o In file included from D:/RCompile/CRANpkg/lib/4.5/cpp11/include/cpp11/doubles.hpp:8, from pathdist.cpp:1: D:/RCompile/CRANpkg/lib/4.5/cpp11/include/cpp11/R.hpp:11: warning: "R_NO_REMAP" redefined 11 | #define R_NO_REMAP | : note: this is the location of the previous definition g++ -std=gnu++17 -shared -s -static-libgcc -o particles.dll tmp.def bilinear.o collision.o cpp11.o nbody.o pathdist.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-particles/00new/particles/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (particles)