* installing *source* package ‘ganGenerativeData’ ... ** using staged installation ** libs using C++ compiler: ‘Debian clang version 16.0.6 (16)’ using C++17 clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-16/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-16/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c dsInt.cpp -o dsInt.o In file included from dsInt.cpp:8: In file included from ./normalizeData.h:9: In file included from ./dataSource.h:13: ./stringColumn.h:76:62: warning: all paths through this function will call itself [-Winfinite-recursion] virtual vector getDenormalizedNumberVector(int i) { ^ In file included from dsInt.cpp:8: In file included from ./normalizeData.h:9: ./dataSource.h:249:13: warning: unused variable 'columnIndex' [-Wunused-variable] int columnIndex = 0; ^ ./dataSource.h:273:13: warning: unused variable 'columnIndex' [-Wunused-variable] int columnIndex = 0; ^ dsInt.cpp:78:9: warning: delete called on non-final 'DataSource' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete dsInt::pDataSource; ^ dsInt.cpp:93:9: warning: delete called on non-final 'DataSource' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete dsInt::pDataSource; ^ 5 warnings generated. clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-16/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c gdInt.cpp -o gdInt.o In file included from gdInt.cpp:9: In file included from ./density.h:10: In file included from ./generativeData.h:7: In file included from ./dataSource.h:13: ./stringColumn.h:76:62: warning: all paths through this function will call itself [-Winfinite-recursion] virtual vector getDenormalizedNumberVector(int i) { ^ In file included from gdInt.cpp:9: In file included from ./density.h:10: In file included from ./generativeData.h:7: ./dataSource.h:249:13: warning: unused variable 'columnIndex' [-Wunused-variable] int columnIndex = 0; ^ ./dataSource.h:273:13: warning: unused variable 'columnIndex' [-Wunused-variable] int columnIndex = 0; ^ In file included from gdInt.cpp:9: In file included from ./density.h:10: ./generativeData.h:31:23: warning: unused variable 'scaleType' [-Wunused-variable] Column::SCALE_TYPE scaleType = ((dataSource.getColumnVector())[i])->getScaleType(); ^ In file included from gdInt.cpp:9: In file included from ./density.h:11: ./vpTree.h:417:15: warning: unused variable 'tau' [-Wunused-variable] float tau = numeric_limits::max(); ^ gdInt.cpp:42:9: warning: delete called on non-final 'DataSource' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete gdInt::pDataSource; ^ gdInt.cpp:44:9: warning: delete called on non-final 'GenerativeData' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete gdInt::pGenerativeData; ^ gdInt.cpp:192:9: warning: delete called on non-final 'DataSource' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete gdInt::pDataSource; ^ gdInt.cpp:215:9: warning: delete called on non-final 'GenerativeData' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete gdInt::pGenerativeData; ^ gdInt.cpp:314:9: warning: delete called on non-final 'GenerativeData' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete gdInt::pGenerativeData; ^ gdInt.cpp:330:9: warning: delete called on non-final 'DataSource' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete gdInt::pDataSource; ^ 11 warnings generated. clang++-16 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-clang-16/lib -Wl,-O1 -o ganGenerativeData.so RcppExports.o dsInt.o gdInt.o -L/home/hornik/tmp/R-d-clang-16/lib -lR installing to /srv/hornik/tmp/CRAN/ganGenerativeData.Rcheck/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)