* installing *source* package 'visPedigree' ... ** this is package 'visPedigree' version '1.0.1' ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 14.3.0' g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -DARMA_USE_OPENMP -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:28, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32, from RcppExports.cpp:4: D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/config/RcppArmadilloConfig.h:111:11: warning: "ARMA_USE_OPENMP" redefined 111 | #define ARMA_USE_OPENMP | ^~~~~~~~~~~~~~~ : note: this is the location of the previous definition g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -DARMA_USE_OPENMP -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c pedigree_calculators.cpp -o pedigree_calculators.o In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:28, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32, from pedigree_calculators.cpp:1: D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/config/RcppArmadilloConfig.h:111:11: warning: "ARMA_USE_OPENMP" redefined 111 | #define ARMA_USE_OPENMP | ^~~~~~~~~~~~~~~ : note: this is the location of the previous definition pedigree_calculators.cpp: In function 'arma::mat cpp_calculate_D(Rcpp::IntegerVector, Rcpp::IntegerVector, const arma::mat&)': pedigree_calculators.cpp:369:18: warning: comparison of integer expressions of different signedness: 'const arma::uword' {aka 'const unsigned int'} and 'int' [-Wsign-compare] 369 | if (A.n_rows != n || A.n_cols != n) { | ~~~~~~~~~^~~~ pedigree_calculators.cpp:369:35: warning: comparison of integer expressions of different signedness: 'const arma::uword' {aka 'const unsigned int'} and 'int' [-Wsign-compare] 369 | if (A.n_rows != n || A.n_cols != n) { | ~~~~~~~~~^~~~ pedigree_calculators.cpp: In function 'arma::vec cpp_solve_A(Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::NumericVector, arma::vec)': pedigree_calculators.cpp:481:56: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'unsigned int'} and 'int' [-Wsign-compare] 481 | if (dam.size() != n || dii.size() != n || b.size() != n) { | ~~~~~~~~~^~~~ g++ -std=gnu++20 -shared -s -static-libgcc -o visPedigree.dll tmp.def RcppExports.o pedigree_calculators.o -fopenmp -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lquadmath -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-visPedigree/00new/visPedigree/libs/x64 ** R ** data *** moving datasets to lazyload DB ** 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 (visPedigree)