* installing *source* package ‘causaloptim’ ... ** package ‘causaloptim’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’ using SDK: ‘MacOSX11.3.sdk’ clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c CustomFormat.cpp -o CustomFormat.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Equation.cpp -o Equation.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c EquationSet.cpp -o EquationSet.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c LinkedList.cpp -o LinkedList.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Optimization.cpp -o Optimization.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c SymConst.cpp -o SymConst.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c SymbolSet.cpp -o SymbolSet.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) == '=') ^ ( ) clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Tableau.cpp -o Tableau.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c coptim_module.cpp -o coptim_module.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. 6 warnings generated. Tableau.cpp:263:8: warning: variable 'bMinimize' set but not used [-Wunused-but-set-variable] char bMinimize; ^ Tableau.cpp:274:8: warning: variable 'objGet' set but not used [-Wunused-but-set-variable] char* objGet; ^ 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. Optimization.cpp:919:8: warning: variable 'bResult' set but not used [-Wunused-but-set-variable] BOOL bResult; ^ 1 warning generated. clang++ -arch x86_64 -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/x86_64/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-x86_64/results/4.3/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)