* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’ * installing *source* package ‘netdiffuseR’ ... ** this is package ‘netdiffuseR’ version ‘1.23.0’ ** package ‘netdiffuseR’ successfully unpacked and MD5 sums checked ** using staged installation checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++-14 -std=gnu++17 accepts -g... yes checking how to run the C++ preprocessor... g++-14 -std=gnu++17 -E checking for g++-14 -std=gnu++17 option to support OpenMP... -fopenmp configure: creating ./config.status config.status: creating src/Makevars ** libs using C++ compiler: ‘g++-14 (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpyj4Fip/R.INSTALLc88fb13f2139a/netdiffuseR/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_64BIT_WORD -DSTRICT_R_HEADERS -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_64BIT_WORD -DSTRICT_R_HEADERS -fpic -g -O2 -Wall -pedantic -mtune=native -c adjmat.cpp -o adjmat.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_64BIT_WORD -DSTRICT_R_HEADERS -fpic -g -O2 -Wall -pedantic -mtune=native -c infection.cpp -o infection.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_64BIT_WORD -DSTRICT_R_HEADERS -fpic -g -O2 -Wall -pedantic -mtune=native -c netdiffuser_extra.cpp -o netdiffuser_extra.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_64BIT_WORD -DSTRICT_R_HEADERS -fpic -g -O2 -Wall -pedantic -mtune=native -c plot.cpp -o plot.o plot.cpp: In function ‘Rcpp::NumericMatrix edges_coords(const arma::sp_mat&, const arma::colvec&, const arma::colvec&, const arma::colvec&, const arma::colvec&, bool, bool, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::LogicalVector)’: plot.cpp:222:9: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const long long unsigned int’} [-Wsign-compare] 222 | if (n != y.n_rows) stop("-x- and -y- lengths do not coincide."); | ~~^~~~~~~~~~~ plot.cpp:223:9: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const long long unsigned int’} [-Wsign-compare] 223 | if (n != toa.n_rows) stop("-x- and -toa- lengths do not coincide."); | ~~^~~~~~~~~~~~~ plot.cpp:224:9: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const long long unsigned int’} [-Wsign-compare] 224 | if (n != vertex_cex.n_rows) stop("-x- and -vertex_cex- lengths do not coincide."); | ~~^~~~~~~~~~~~~~~~~~~~ plot.cpp:226:20: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const long long unsigned int’} and ‘int’ [-Wsign-compare] 226 | if (graph.n_rows != n) stop("-graph- does not have the same number of rows as -x-, -y-, and -toa-."); | ~~~~~~~~~~~~~^~~~ 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_64BIT_WORD -DSTRICT_R_HEADERS -fpic -g -O2 -Wall -pedantic -mtune=native -c rgraph.cpp -o rgraph.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_64BIT_WORD -DSTRICT_R_HEADERS -fpic -g -O2 -Wall -pedantic -mtune=native -c stats.cpp -o stats.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_64BIT_WORD -DSTRICT_R_HEADERS -fpic -g -O2 -Wall -pedantic -mtune=native -c struct_test.cpp -o struct_test.o g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o netdiffuseR.so RcppExports.o adjmat.o infection.o netdiffuser_extra.o plot.o rgraph.o stats.o struct_test.o -llapack -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -fopenmp -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpyj4Fip/R.INSTALLc88fb13f2139a/netdiffuseR/src' make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpyj4Fip/R.INSTALLc88fb13f2139a/netdiffuseR/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpyj4Fip/R.INSTALLc88fb13f2139a/netdiffuseR/src' installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-netdiffuseR/00new/netdiffuseR/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (netdiffuseR)