* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘causaloptim’ ...
** package ‘causaloptim’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpRdO8D9/R.INSTALL28736f69f5eaa4/causaloptim/src'
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include/ -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c CustomFormat.cpp -o CustomFormat.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include/ -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c Equation.cpp -o Equation.o
Equation.cpp: In member function ‘WORD CEquation_::Parse(char*)’:
Equation.cpp:161:56: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  161 |                                          *pChar == '.' &&
      |                                          ~~~~~~~~~~~~~~^~
  162 |                                          isdigit(pChar[1]))
      |                                          ~~~~~~~~~~~~~~~~~
Equation.cpp:194:56: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  194 |                                          *pChar == '.' &&
      |                                          ~~~~~~~~~~~~~~^~
  195 |                                          isdigit(pChar[1]))
      |                                          ~~~~~~~~~~~~~~~~~
Equation.cpp:266:56: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  266 |                                          *pChar == '<' && *(pChar+1) == '=' ||
      |                                          ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
Equation.cpp:267:56: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  267 |                                          *pChar == '>' && *(pChar+1) == '=')
      |                                          ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
Equation.cpp:320:56: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  320 |                                          *pChar == '<' && *(pChar+1) == '=' ||
      |                                          ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
Equation.cpp:321:56: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  321 |                                          *pChar == '>' && *(pChar+1) == '=')
      |                                          ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include/ -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c EquationSet.cpp -o EquationSet.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include/ -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c LinkedList.cpp -o LinkedList.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include/ -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c Optimization.cpp -o Optimization.o
Optimization.cpp: In member function ‘std::string COptimization_::EnumerateVertices()’:
Optimization.cpp:919:25: warning: variable ‘bResult’ set but not used [-Wunused-but-set-variable]
  919 |         BOOL            bResult;
      |                         ^~~~~~~
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include/ -I'/home/hornik/tmp/R.check/r-devel-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++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include/ -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c SymConst.cpp -o SymConst.o
SymConst.cpp: In member function ‘int CConstraint::NeedPlusS()’:
SymConst.cpp:378:37: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  378 |         if (m_TermSign == TERM_PLUS && m_Use == SOL_GREATER ||
SymConst.cpp:380:42: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  380 |                 m_TermSign == TERM_MINUS && m_Use == SOL_LESS)
SymConst.cpp: In member function ‘int CConstraint::NeedMinusS()’:
SymConst.cpp:389:37: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  389 |         if (m_TermSign == TERM_PLUS && m_Use == SOL_LESS ||
SymConst.cpp:391:42: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  391 |                 m_TermSign == TERM_MINUS && m_Use == SOL_GREATER)
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include/ -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c SymbolSet.cpp -o SymbolSet.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include/ -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c Tableau.cpp -o Tableau.o
Tableau.cpp: In constructor ‘CTableau::CTableau(FILE*)’:
Tableau.cpp:263:25: warning: variable ‘bMinimize’ set but not used [-Wunused-but-set-variable]
  263 |         char            bMinimize;
      |                         ^~~~~~~~~
Tableau.cpp:274:15: warning: variable ‘objGet’ set but not used [-Wunused-but-set-variable]
  274 |         char* objGet;
      |               ^~~~~~
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include/ -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c coptim_module.cpp -o coptim_module.o
g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o causaloptim.so CustomFormat.o Equation.o EquationSet.o LinkedList.o Optimization.o RcppExports.o SymConst.o SymbolSet.o Tableau.o coptim_module.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpRdO8D9/R.INSTALL28736f69f5eaa4/causaloptim/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpRdO8D9/R.INSTALL28736f69f5eaa4/causaloptim/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpRdO8D9/R.INSTALL28736f69f5eaa4/causaloptim/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-causaloptim/00new/causaloptim/libs
** 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)