* installing *source* package ‘causaloptim’ ...
** package ‘causaloptim’ 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 SDK: ‘MacOSX11.3.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c CustomFormat.cpp -o CustomFormat.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c Equation.cpp -o Equation.o
Equation.cpp:161:21: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                         *pChar == '.' &&
                                         ~~~~~~~~~~~~~~^~
Equation.cpp:161:21: note: place parentheses around the '&&' expression to silence this warning
                                         *pChar == '.' &&
                                                       ^
                                         (
Equation.cpp:194:21: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                         *pChar == '.' &&
                                         ~~~~~~~~~~~~~~^~
Equation.cpp:194:21: note: place parentheses around the '&&' expression to silence this warning
                                         *pChar == '.' &&
                                                       ^
                                         (
Equation.cpp:266:21: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                         *pChar == '<' && *(pChar+1) == '=' ||
                                         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
Equation.cpp:266:21: note: place parentheses around the '&&' expression to silence this warning
                                         *pChar == '<' && *(pChar+1) == '=' ||
                                                       ^
                                         (                                 )
Equation.cpp:267:21: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                         *pChar == '>' && *(pChar+1) == '=')
                                         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
Equation.cpp:267:21: note: place parentheses around the '&&' expression to silence this warning
                                         *pChar == '>' && *(pChar+1) == '=')
                                                       ^
                                         (                                 )
Equation.cpp:320:21: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                         *pChar == '<' && *(pChar+1) == '=' ||
                                         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
Equation.cpp:320:21: note: place parentheses around the '&&' expression to silence this warning
                                         *pChar == '<' && *(pChar+1) == '=' ||
                                                       ^
                                         (                                 )
Equation.cpp:321:21: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                         *pChar == '>' && *(pChar+1) == '=')
                                         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
Equation.cpp:321:21: note: place parentheses around the '&&' expression to silence this warning
                                         *pChar == '>' && *(pChar+1) == '=')
                                                       ^
                                         (                                 )
6 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c EquationSet.cpp -o EquationSet.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c LinkedList.cpp -o LinkedList.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c Optimization.cpp -o Optimization.o
Optimization.cpp:919:8: warning: variable 'bResult' set but not used [-Wunused-but-set-variable]
        BOOL            bResult;
                        ^
1 warning generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/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../inst/include/ -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c SymConst.cpp -o SymConst.o
SymConst.cpp:378:30: warning: '&&' within '||' [-Wlogical-op-parentheses]
        if (m_TermSign == TERM_PLUS && m_Use == SOL_GREATER ||
            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ~~
SymConst.cpp:378:30: note: place parentheses around the '&&' expression to silence this warning
        if (m_TermSign == TERM_PLUS && m_Use == SOL_GREATER ||
            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
SymConst.cpp:379:27: warning: '&&' within '||' [-Wlogical-op-parentheses]
                m_TermSign == TERM_ZERO && m_Use == SOL_LESS ||
                ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
SymConst.cpp:379:27: note: place parentheses around the '&&' expression to silence this warning
                m_TermSign == TERM_ZERO && m_Use == SOL_LESS ||
                ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
SymConst.cpp:380:28: warning: '&&' within '||' [-Wlogical-op-parentheses]
                m_TermSign == TERM_MINUS && m_Use == SOL_LESS)
                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
SymConst.cpp:380:28: note: place parentheses around the '&&' expression to silence this warning
                m_TermSign == TERM_MINUS && m_Use == SOL_LESS)
                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
SymConst.cpp:389:30: warning: '&&' within '||' [-Wlogical-op-parentheses]
        if (m_TermSign == TERM_PLUS && m_Use == SOL_LESS ||
            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ~~
SymConst.cpp:389:30: note: place parentheses around the '&&' expression to silence this warning
        if (m_TermSign == TERM_PLUS && m_Use == SOL_LESS ||
            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
SymConst.cpp:390:27: warning: '&&' within '||' [-Wlogical-op-parentheses]
                m_TermSign == TERM_ZERO && m_Use == SOL_GREATER ||
                ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
SymConst.cpp:390:27: note: place parentheses around the '&&' expression to silence this warning
                m_TermSign == TERM_ZERO && m_Use == SOL_GREATER ||
                ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
SymConst.cpp:391:28: warning: '&&' within '||' [-Wlogical-op-parentheses]
                m_TermSign == TERM_MINUS && m_Use == SOL_GREATER)
                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
SymConst.cpp:391:28: note: place parentheses around the '&&' expression to silence this warning
                m_TermSign == TERM_MINUS && m_Use == SOL_GREATER)
                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
6 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c SymbolSet.cpp -o SymbolSet.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c Tableau.cpp -o Tableau.o
Tableau.cpp:274:8: warning: variable 'objGet' set but not used [-Wunused-but-set-variable]
        char* objGet;
              ^
Tableau.cpp:263:8: warning: variable 'bMinimize' set but not used [-Wunused-but-set-variable]
        char            bMinimize;
                        ^
Tableau.cpp:505:2: warning: 'delete' applied to a pointer-to-array type 'Label_ *' (aka 'char (*)[15]') treated as 'delete[]'
        delete m_pVarLabels;
        ^      ~~~~~~~~~~~~
              []
Tableau.cpp:506:2: warning: 'delete' applied to a pointer-to-array type 'Label_ *' (aka 'char (*)[15]') treated as 'delete[]'
        delete m_pParamNames;
        ^      ~~~~~~~~~~~~~
              []
4 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c coptim_module.cpp -o coptim_module.o
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o causaloptim.so CustomFormat.o Equation.o EquationSet.o LinkedList.o Optimization.o RcppExports.o SymConst.o SymbolSet.o Tableau.o coptim_module.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/causaloptim.Rcheck/00LOCK-causaloptim/00new/causaloptim/libs
** generating debug symbols (dSYM)
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (causaloptim)