* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘focus’ ...
** this is package ‘focus’ version ‘0.1.5’
** package ‘focus’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C compiler: ‘gcc-16 (Debian 16.1.0-1) 16.1.0’
using C++ compiler: ‘g++-16 (Debian 16.1.0-1) 16.1.0’
using C++17
make[1]: Entering directory '/tmp/Rtmptjj9gX/R.INSTALL495b35ad742b/focus/src'
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c focus_ARp.cpp -o focus_ARp.o
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c focus_rcpp_module.cpp -o focus_rcpp_module.o
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c qhull_all.cpp -o qhull_all.o
gcc-16 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c qhull_c_all.c -o qhull_c_all.o
In file included from qhull_c_all.c:6:
libqhull_r/geom_r.c: In function ‘qh_gausselim’:
libqhull_r/geom_r.c:623:24: warning: variable ‘flip’ set but not used [-Wunused-but-set-variable=]
623 | int i, j, k, pivoti, flip=0;
| ^~~~
In file included from qhull_c_all.c:11:
libqhull_r/merge_r.c: In function ‘qh_mergecycle_all’:
libqhull_r/merge_r.c:2906:17: warning: variable ‘total’ set but not used [-Wunused-but-set-variable=]
2906 | int cycles=0, total=0, facets, nummerge, numdegen= 0;
| ^~~~~
In file included from qhull_c_all.c:12:
libqhull_r/poly2_r.c: In function ‘qh_check_bestdist’:
libqhull_r/poly2_r.c:103:37: warning: variable ‘notgood’ set but not used [-Wunused-but-set-variable=]
103 | int numpart= 0, facet_i, facet_n, notgood= 0, notverified= 0;
| ^~~~~~~
g++-16 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o focus.so RcppExports.o focus_ARp.o focus_rcpp_module.o qhull_all.o qhull_c_all.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmptjj9gX/R.INSTALL495b35ad742b/focus/src'
make[1]: Entering directory '/tmp/Rtmptjj9gX/R.INSTALL495b35ad742b/focus/src'
make[1]: Leaving directory '/tmp/Rtmptjj9gX/R.INSTALL495b35ad742b/focus/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-focus/00new/focus/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 (focus)