* installing *source* package 'fwsim' ...
** package 'fwsim' 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/RtmpIxMsa4/R.INSTALL1a77c2c2c6edf/fwsim/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:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
In file included from RcppExports.cpp:4:
fwsim_types.h: In static member function 'static void Individual::cleanup_lineage(Individual*)':
fwsim_types.h:20:19: warning: unused variable 'parent' [-Wunused-variable]
   20 |       Individual* parent = node->get_parent();
      |                   ^~~~~~
fwsim_types.h: In constructor 'SimulatedGenealogy::SimulatedGenealogy(std::vector<Individual*>, std::vector<Individual*>)':
fwsim_types.h:144:34: warning: comparison of integer expressions of different signedness: 'std::vector<Individual*>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  144 |       if (init_population.size() != m_pop_size) {
      |           ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
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:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fwpopsim.cpp -o fwpopsim.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:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fwpopsim_fixed.cpp -o fwpopsim_fixed.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:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mutationmodels.cpp -o mutationmodels.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:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c print.cpp -o print.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:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c proto.cpp -o proto.o
In file included from proto.cpp:2:
fwsim_types.h: In static member function 'static void Individual::cleanup_lineage(Individual*)':
fwsim_types.h:20:19: warning: unused variable 'parent' [-Wunused-variable]
   20 |       Individual* parent = node->get_parent();
      |                   ^~~~~~
fwsim_types.h: In constructor 'SimulatedGenealogy::SimulatedGenealogy(std::vector<Individual*>, std::vector<Individual*>)':
fwsim_types.h:144:34: warning: comparison of integer expressions of different signedness: 'std::vector<Individual*>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  144 |       if (init_population.size() != m_pop_size) {
      |           ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
proto.cpp: In function 'void genealogy_to_dot_draw_node(Individual*, std::ostringstream&, std::vector<int>&)':
proto.cpp:81:14: warning: unused variable 'nullcount' [-Wunused-variable]
   81 |   static int nullcount = 0;
      |              ^~~~~~~~~
g++ -shared -s -static-libgcc -o fwsim.dll tmp.def RcppExports.o fwpopsim.o fwpopsim_fixed.o mutationmodels.o print.o proto.o -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/RtmpIxMsa4/R.INSTALL1a77c2c2c6edf/fwsim/src'
make[1]: Entering directory '/d/temp/RtmpIxMsa4/R.INSTALL1a77c2c2c6edf/fwsim/src'
make[1]: Leaving directory '/d/temp/RtmpIxMsa4/R.INSTALL1a77c2c2c6edf/fwsim/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-fwsim/00new/fwsim/libs/x64
** R
** 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 'fwsim' as fwsim_0.3.4.zip
* DONE (fwsim)