* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘ganGenerativeData’ ...
** package ‘ganGenerativeData’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.2.0-8) 14.2.0’
using C++17
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpL8Rdgh/R.INSTALL228edf213a53fd/ganGenerativeData/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-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++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-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
In file included from density.h:12,
                 from dsInt.cpp:9:
vpTree.h: In member function ‘void VpTree::test(int, int, int)’:
vpTree.h:474:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<float>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  474 |             for(int j = 0; j < numberVector.size(); j++) {
      |                            ~~^~~~~~~~~~~~~~~~~~~~~
vpTree.h:487:34: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<float>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  487 |                 for(int k = 0; k < numberVector.size(); k++) {
      |                                ~~^~~~~~~~~~~~~~~~~~~~~
density.h: In member function ‘float Density::calculateQuantile(float)’:
density.h:103:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<float>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  103 |         if(n >= dV.size()) {
      |            ~~^~~~~~~~~~~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-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
In file included from density.h:12,
                 from gdInt.cpp:9:
vpTree.h: In member function ‘void VpTree::test(int, int, int)’:
vpTree.h:474:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<float>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  474 |             for(int j = 0; j < numberVector.size(); j++) {
      |                            ~~^~~~~~~~~~~~~~~~~~~~~
vpTree.h:487:34: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<float>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  487 |                 for(int k = 0; k < numberVector.size(); k++) {
      |                                ~~^~~~~~~~~~~~~~~~~~~~~
density.h: In member function ‘float Density::calculateQuantile(float)’:
density.h:103:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<float>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  103 |         if(n >= dV.size()) {
      |            ~~^~~~~~~~~~~~
gdInt.cpp: In function ‘Rcpp::List gdKNearestNeighbors(Rcpp::List, int, bool)’:
gdInt.cpp:939:17: warning: ‘number’ may be used uninitialized [-Wmaybe-uninitialized]
  939 |                 if(isnan(number)) {
      |                 ^~
gdInt.cpp:930:23: note: ‘number’ was declared here
  930 |                 float number;
      |                       ^~~~~~
gdInt.cpp: In function ‘Rcpp::List gdComplete(Rcpp::List, bool)’:
gdInt.cpp:1099:17: warning: ‘number’ may be used uninitialized [-Wmaybe-uninitialized]
 1099 |                 if(isnan(number)) {
      |                 ^~
gdInt.cpp:1090:23: note: ‘number’ was declared here
 1090 |                 float number;
      |                       ^~~~~~
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o ganGenerativeData.so RcppExports.o dsInt.o gdInt.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpL8Rdgh/R.INSTALL228edf213a53fd/ganGenerativeData/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpL8Rdgh/R.INSTALL228edf213a53fd/ganGenerativeData/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpL8Rdgh/R.INSTALL228edf213a53fd/ganGenerativeData/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-ganGenerativeData/00new/ganGenerativeData/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘ganGenerativeData’
    finding HTML links ... done
    dsActivateColumns                       html  
    dsCalculateDensityValues                html  
    dsCreateWithDataFrame                   html  
    dsDeactivateColumns                     html  
    dsDensityValueInverseQuantile           html  
    dsGetActiveColumnNames                  html  
    dsGetInactiveColumnNames                html  
    dsGetNumberOfRows                       html  
    dsGetRow                                html  
    dsRead                                  html  
    dsWrite                                 html  
    ganGenerativeData-package               html  
    gdCalculateDensityValue                 html  
    gdCalculateDensityValues                html  
    gdComplete                              html  
    gdDensityValueInverseQuantile           html  
    gdDensityValueQuantile                  html  
    gdGenerate                              html  
    gdGenerateParameters                    html  
    gdGetNumberOfRows                       html  
    gdGetRow                                html  
    gdKNearestNeighbors                     html  
    gdPlotDataSourceParameters              html  
    gdPlotParameters                        html  
    gdPlotProjection                        html  
    gdRead                                  html  
    gdServiceDelete                         html  
    gdServiceGetGenerativeData              html  
    gdServiceGetGenerativeModel             html  
    gdServiceGetStatus                      html  
    gdServiceTrain                          html  
    gdTrain                                 html  
    gdTrainParameters                       html  
    gdWriteSubset                           html  
*** 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)