* installing *source* package 'intervals' ...
** package 'intervals' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpwD2E78/R.INSTALL28cf472e81421/intervals/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Endpoint.cpp -o Endpoint.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c plot_overlap.cpp -o plot_overlap.o
plot_overlap.cpp: In function 'SEXPREC* _plot_overlap(SEXP, SEXP, SEXP)':
plot_overlap.cpp:72:29: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type' {aka 'int'} and 'std::set<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   72 |         if ( y[ it->index ] < active_count + free_interior.size() )
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c reduce.cpp -o reduce.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c which_nearest.cpp -o which_nearest.o
g++ -std=gnu++17 -shared -s -static-libgcc -o intervals.dll tmp.def Endpoint.o init.o plot_overlap.o reduce.o which_nearest.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/RtmpwD2E78/R.INSTALL28cf472e81421/intervals/src'
make[1]: Entering directory '/d/temp/RtmpwD2E78/R.INSTALL28cf472e81421/intervals/src'
make[1]: Leaving directory '/d/temp/RtmpwD2E78/R.INSTALL28cf472e81421/intervals/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-intervals/00new/intervals/libs/x64
** R
** data
** 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 'intervals' as intervals_0.15.4.zip
* DONE (intervals)