* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘visPedigree’ ...
** this is package ‘visPedigree’ version ‘1.0.1’
** package ‘visPedigree’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.3.0-12) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpyoWpOR/R.INSTALL2e3b28b06caab/visPedigree/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -DARMA_USE_OPENMP -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -DARMA_USE_OPENMP -fpic -g -O2 -Wall -pedantic -mtune=native -c pedigree_calculators.cpp -o pedigree_calculators.o
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++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o visPedigree.so RcppExports.o pedigree_calculators.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpyoWpOR/R.INSTALL2e3b28b06caab/visPedigree/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpyoWpOR/R.INSTALL2e3b28b06caab/visPedigree/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpyoWpOR/R.INSTALL2e3b28b06caab/visPedigree/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-visPedigree/00new/visPedigree/libs
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (visPedigree)