* installing *source* package ‘ganGenerativeData’ ...
** package ‘ganGenerativeData’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using C++17
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -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<float> getDenormalizedNumberVector(int i) {
                                                             ^
In file included from dsInt.cpp:8:
In file included from ./normalizeData.h:9:
./dataSource.h:248:13: warning: unused variable 'columnIndex' [-Wunused-variable]
        int columnIndex = 0;
            ^
./dataSource.h:272: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++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -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<float> 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:248:13: warning: unused variable 'columnIndex' [-Wunused-variable]
        int columnIndex = 0;
            ^
./dataSource.h:272: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:410:15: warning: unused variable 'tau' [-Wunused-variable]
        float tau = numeric_limits<float>::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++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o ganGenerativeData.so RcppExports.o dsInt.o gdInt.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.3/ganGenerativeData.Rcheck/00LOCK-ganGenerativeData/00new/ganGenerativeData/libs
** generating debug symbols (dSYM)
** 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)