* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘ganGenerativeData’ ...
** package ‘ganGenerativeData’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.3.0-1) 13.3.0’
using C++17
make[1]: Entering directory '/tmp/RtmpNhkKaJ/R.INSTALL151b59607cddef/ganGenerativeData/src'
g++-13 -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/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-13 -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/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c dsInt.cpp -o dsInt.o
g++-13 -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/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c gdInt.cpp -o gdInt.o
gdInt.cpp: In function ‘Rcpp::List gdKNearestNeighbors(Rcpp::List, int, bool)’:
gdInt.cpp:903:17: warning: ‘number’ may be used uninitialized [-Wmaybe-uninitialized]
  903 |                 if(isnan(number)) {
      |                 ^~
gdInt.cpp:894:23: note: ‘number’ was declared here
  894 |                 float number;
      |                       ^~~~~~
gdInt.cpp: In function ‘Rcpp::List gdComplete(Rcpp::List, bool)’:
gdInt.cpp:1063:17: warning: ‘number’ may be used uninitialized [-Wmaybe-uninitialized]
 1063 |                 if(isnan(number)) {
      |                 ^~
gdInt.cpp:1054:23: note: ‘number’ was declared here
 1054 |                 float number;
      |                       ^~~~~~
g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o ganGenerativeData.so RcppExports.o dsInt.o gdInt.o -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpNhkKaJ/R.INSTALL151b59607cddef/ganGenerativeData/src'
make[1]: Entering directory '/tmp/RtmpNhkKaJ/R.INSTALL151b59607cddef/ganGenerativeData/src'
make[1]: Leaving directory '/tmp/RtmpNhkKaJ/R.INSTALL151b59607cddef/ganGenerativeData/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-ganGenerativeData/00new/ganGenerativeData/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (ganGenerativeData)