* installing *source* package 'GenomeAdmixR' ... ** package 'GenomeAdmixR' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.3.0' make[1]: Entering directory '/d/temp/2025_07_02_01_50_01_21067/RtmpcxKmkS/R.INSTALLaee46554426/GenomeAdmixR/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppParallel/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DRCPP_PARALLEL_USE_TBB=1 -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Fish.cpp -o Fish.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppParallel/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DRCPP_PARALLEL_USE_TBB=1 -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppParallel/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DRCPP_PARALLEL_USE_TBB=1 -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c helper_functions.cpp -o helper_functions.o helper_functions.cpp: In function 'arma::mat update_frequency_tibble(const std::vector<Fish>&, double, const std::vector<int>&, int, double)': helper_functions.cpp:129:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Fish>::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 129 | for (int i = 0; i < v.size(); ++i) { | ~~^~~~~~~~~~ helper_functions.cpp: In function 'double calculate_fitness(const Fish&, const std::vector<std::array<double, 5> >&, bool)': helper_functions.cpp:379:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<double, 5>::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 379 | if (fitness_index > select[0].size()) { | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ helper_functions.cpp: In function 'double calculate_fitness(const Fish_emp&, const std::vector<std::array<double, 5> >&, const std::vector<double>&, bool)': helper_functions.cpp:664:40: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 664 | if (focal_index < 0 || focal_index > focal.chromosome1.size()) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ helper_functions.cpp:672:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<double, 5>::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 672 | if (fit_index > select[0].size()) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~ helper_functions.cpp: In function 'std::vector<std::array<double, 5> > convert_select_from_r(const Rcpp::NumericMatrix&)': helper_functions.cpp:996:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 996 | for (size_t i = 0; i < select.nrow(); ++i) { | ~~^~~~~~~~~~~~~~~ helper_functions.cpp:998:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 998 | for (size_t j = 0; j < select.ncol(); ++j) { | ~~^~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppParallel/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DRCPP_PARALLEL_USE_TBB=1 -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c simulate.cpp -o simulate.o simulate.cpp: In function 'std::vector<Fish> simulate_Population(const std::vector<Fish>&, const Rcpp::NumericMatrix&, size_t, int, double, bool, arma::mat&, bool, const Rcpp::NumericVector&, bool, std::vector<double>&, bool, int, const std::vector<int>&, rnd_t&, int)': simulate.cpp:138:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 138 | for (size_t i = 0; i < select_r.nrow(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppParallel/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DRCPP_PARALLEL_USE_TBB=1 -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c simulate_emp.cpp -o simulate_emp.o simulate_emp.cpp: In function 'Rcpp::List simulate_emp_cpp(const Rcpp::NumericMatrix&, const Rcpp::NumericVector&, const Rcpp::NumericMatrix&, size_t, size_t, double, bool, bool, const Rcpp::NumericVector&, bool, double, const Rcpp::NumericMatrix&, int, const Rcpp::NumericVector&)': simulate_emp.cpp:267:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 267 | for (size_t i = 0; i < select.nrow(); ++i) { | ~~^~~~~~~~~~~~~~~ simulate_emp.cpp:269:28: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 269 | for (size_t j = 0; j < select.ncol(); ++j) { | ~~^~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppParallel/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DRCPP_PARALLEL_USE_TBB=1 -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c simulate_migration.cpp -o simulate_migration.o simulate_migration.cpp: In function 'std::vector<std::vector<Fish> > simulate_two_populations(const std::vector<Fish>&, const std::vector<Fish>&, const Rcpp::NumericMatrix&, const Rcpp::NumericVector&, int, double, bool, arma::mat&, bool, const Rcpp::NumericVector&, bool, std::vector<double>&, bool, int, const std::vector<int>&, double, int, rnd_t&)': simulate_migration.cpp:195:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 195 | for (size_t i = 0; i < select.nrow(); ++i) { | ~~^~~~~~~~~~~~~~~ simulate_migration.cpp:197:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 197 | for (size_t j = 0; j < select.ncol(); ++j) { | ~~^~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppParallel/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DRCPP_PARALLEL_USE_TBB=1 -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c simulate_migration_emp.cpp -o simulate_migration_emp.o simulate_migration_emp.cpp: In function 'Rcpp::List simulate_migration_emp_cpp(const Rcpp::NumericMatrix&, const Rcpp::NumericMatrix&, const Rcpp::NumericVector&, Rcpp::NumericMatrix, const Rcpp::NumericVector&, int, double, bool, bool, const Rcpp::NumericVector&, bool, double, double, const Rcpp::NumericMatrix&, int, const Rcpp::NumericVector&)': simulate_migration_emp.cpp:412:25: warning: comparison of integer expressions of different signedness: 'int' and '__gnu_cxx::__alloc_traits<std::allocator<long long unsigned int>, long long unsigned int>::value_type' {aka 'long long unsigned int'} [-Wsign-compare] 412 | for (int j = 0; j < pop_size[1]; ++j) { g++ -std=gnu++17 -shared -s -static-libgcc -o GenomeAdmixR.dll tmp.def Fish.o RcppExports.o helper_functions.o simulate.o simulate_emp.o simulate_migration.o simulate_migration_emp.o -LD:/RCompile/CRANpkg/lib/4.4/RcppParallel/libs/x64 -lRcppParallel -LD:/RCompile/CRANpkg/lib/4.4/RcppParallel/lib/x64 -ltbb -ltbbmalloc -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.3/bin/x64 -lR make[1]: Leaving directory '/d/temp/2025_07_02_01_50_01_21067/RtmpcxKmkS/R.INSTALLaee46554426/GenomeAdmixR/src' make[1]: Entering directory '/d/temp/2025_07_02_01_50_01_21067/RtmpcxKmkS/R.INSTALLaee46554426/GenomeAdmixR/src' make[1]: Leaving directory '/d/temp/2025_07_02_01_50_01_21067/RtmpcxKmkS/R.INSTALLaee46554426/GenomeAdmixR/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-GenomeAdmixR/00new/GenomeAdmixR/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 'GenomeAdmixR' as GenomeAdmixR_2.1.12.zip * DONE (GenomeAdmixR)