* installing *source* package ‘geocmeans’ ... ** using staged installation ** libs using C++ compiler: ‘Debian clang version 16.0.6 (13)’ using C++17 clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c FCM_functions.cpp -o FCM_functions.o FCM_functions.cpp:211:9: warning: unused variable 'k' [-Wunused-variable] int i,k,j; ^ 1 warning generated. clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c GFCM_functions.cpp -o GFCM_functions.o clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c focal_cpp.cpp -o focal_cpp.o focal_cpp.cpp:244:10: warning: unused variable 'distsums' [-Wunused-variable] double distsums; ^ 1 warning generated. clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c jaccard_idx.cpp -o jaccard_idx.o clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c moran_for_rasters.cpp -o moran_for_rasters.o moran_for_rasters.cpp:83:9: warning: unused variable 'weight' [-Wunused-variable] float weight = 1.0; ^ moran_for_rasters.cpp:164:9: warning: unused variable 'weight' [-Wunused-variable] float weight = 1.0; ^ moran_for_rasters.cpp:356:7: warning: variable 'N' set but not used [-Wunused-but-set-variable] int N = 0; ^ moran_for_rasters.cpp:479:7: warning: variable 'N' set but not used [-Wunused-but-set-variable] int N = 0; ^ moran_for_rasters.cpp:480:7: warning: variable 'wr' set but not used [-Wunused-but-set-variable] int wr,wc; ^ moran_for_rasters.cpp:480:10: warning: variable 'wc' set but not used [-Wunused-but-set-variable] int wr,wc; ^ moran_for_rasters.cpp:613:27: warning: unused variable 'nn' [-Wunused-variable] int r,c,lr,hr,lc,hc,i,j,nn,ii,jj; ^ moran_for_rasters.cpp:613:30: warning: unused variable 'ii' [-Wunused-variable] int r,c,lr,hr,lc,hc,i,j,nn,ii,jj; ^ moran_for_rasters.cpp:613:33: warning: unused variable 'jj' [-Wunused-variable] int r,c,lr,hr,lc,hc,i,j,nn,ii,jj; ^ moran_for_rasters.cpp:614:7: warning: unused variable 'N' [-Wunused-variable] int N = 0; ^ moran_for_rasters.cpp:615:7: warning: variable 'wr' set but not used [-Wunused-but-set-variable] int wr,wc; ^ moran_for_rasters.cpp:615:10: warning: variable 'wc' set but not used [-Wunused-but-set-variable] int wr,wc; ^ moran_for_rasters.cpp:616:7: warning: unused variable 'counter' [-Wunused-variable] int counter = 0; ^ moran_for_rasters.cpp:625:10: warning: unused variable 'euc_dist' [-Wunused-variable] double euc_dist, dij; ^ 14 warnings generated. clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c shared_functions.cpp -o shared_functions.o clang++-16 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o geocmeans.so FCM_functions.o GFCM_functions.o RcppExports.o focal_cpp.o jaccard_idx.o moran_for_rasters.o shared_functions.o -fopenmp -llapack -L/home/hornik/tmp/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/geocmeans.Rcheck/00LOCK-geocmeans/00new/geocmeans/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 (geocmeans)