* installing *source* package 'causaloptim' ...
** package 'causaloptim' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpwJ9b94/R.INSTALL424c4b443d8b/causaloptim/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c CustomFormat.cpp -o CustomFormat.o
In file included from CustomFormat.cpp:2:
../inst/include/windows.h:13: warning: "__iscsym" redefined
   13 | #define __iscsym(a)             (isalnum(a) || a=='_')
      | 
In file included from ../inst/include/windows.h:7:
D:/rtools44/x86_64-w64-mingw32.static.posix/include/ctype.h:273: note: this is the location of the previous definition
  273 | #define __iscsym(_c) (isalnum(_c) || ((_c)=='_'))
      | 
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Equation.cpp -o Equation.o
In file included from Equation.cpp:1:
../inst/include/windows.h:13: warning: "__iscsym" redefined
   13 | #define __iscsym(a)             (isalnum(a) || a=='_')
      | 
In file included from ../inst/include/windows.h:7:
D:/rtools44/x86_64-w64-mingw32.static.posix/include/ctype.h:273: note: this is the location of the previous definition
  273 | #define __iscsym(_c) (isalnum(_c) || ((_c)=='_'))
      | 
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++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c EquationSet.cpp -o EquationSet.o
In file included from EquationSet.cpp:2:
../inst/include/windows.h:13: warning: "__iscsym" redefined
   13 | #define __iscsym(a)             (isalnum(a) || a=='_')
      | 
In file included from ../inst/include/windows.h:7:
D:/rtools44/x86_64-w64-mingw32.static.posix/include/ctype.h:273: note: this is the location of the previous definition
  273 | #define __iscsym(_c) (isalnum(_c) || ((_c)=='_'))
      | 
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c LinkedList.cpp -o LinkedList.o
In file included from LinkedList.cpp:2:
../inst/include/windows.h:13: warning: "__iscsym" redefined
   13 | #define __iscsym(a)             (isalnum(a) || a=='_')
      | 
In file included from ../inst/include/windows.h:7:
D:/rtools44/x86_64-w64-mingw32.static.posix/include/ctype.h:273: note: this is the location of the previous definition
  273 | #define __iscsym(_c) (isalnum(_c) || ((_c)=='_'))
      | 
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Optimization.cpp -o Optimization.o
In file included from ../inst/include/LinkedList.h:4,
                 from Optimization.cpp:8:
../inst/include/windows.h:13: warning: "__iscsym" redefined
   13 | #define __iscsym(a)             (isalnum(a) || a=='_')
      | 
In file included from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/cctype:42,
                 from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/bits/localefwd.h:42,
                 from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/string:45,
                 from Optimization.cpp:5:
D:/rtools44/x86_64-w64-mingw32.static.posix/include/ctype.h:273: note: this is the location of the previous definition
  273 | #define __iscsym(_c) (isalnum(_c) || ((_c)=='_'))
      | 
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++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c SymbolSet.cpp -o SymbolSet.o
In file included from SymbolSet.cpp:2:
../inst/include/windows.h:13: warning: "__iscsym" redefined
   13 | #define __iscsym(a)             (isalnum(a) || a=='_')
      | 
In file included from ../inst/include/windows.h:7:
D:/rtools44/x86_64-w64-mingw32.static.posix/include/ctype.h:273: note: this is the location of the previous definition
  273 | #define __iscsym(_c) (isalnum(_c) || ((_c)=='_'))
      | 
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Tableau.cpp -o Tableau.o
In file included from ../inst/include/Tableau.h:4,
                 from Tableau.cpp:9:
../inst/include/windows.h:13: warning: "__iscsym" redefined
   13 | #define __iscsym(a)             (isalnum(a) || a=='_')
      | 
In file included from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/cctype:42,
                 from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/bits/localefwd.h:42,
                 from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/string:45,
                 from Tableau.cpp:6:
D:/rtools44/x86_64-w64-mingw32.static.posix/include/ctype.h:273: note: this is the location of the previous definition
  273 | #define __iscsym(_c) (isalnum(_c) || ((_c)=='_'))
      | 
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++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c coptim_module.cpp -o coptim_module.o
In file included from ../inst/include/Optimization.h:5,
                 from coptim_module.cpp:5:
../inst/include/windows.h:13: warning: "__iscsym" redefined
   13 | #define __iscsym(a)             (isalnum(a) || a=='_')
      | 
In file included from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/cctype:42,
                 from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/bits/localefwd.h:42,
                 from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/string:45,
                 from D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/macros/macros.h:25,
                 from D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/r/headers.h:64,
                 from D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/RcppCommon.h:30,
                 from D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp.h:27,
                 from coptim_module.cpp:3:
D:/rtools44/x86_64-w64-mingw32.static.posix/include/ctype.h:273: note: this is the location of the previous definition
  273 | #define __iscsym(_c) (isalnum(_c) || ((_c)=='_'))
      | 
g++ -std=gnu++17 -shared -s -static-libgcc -o causaloptim.dll tmp.def CustomFormat.o Equation.o EquationSet.o LinkedList.o Optimization.o RcppExports.o SymConst.o SymbolSet.o Tableau.o coptim_module.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpwJ9b94/R.INSTALL424c4b443d8b/causaloptim/src'
make[1]: Entering directory '/d/temp/RtmpwJ9b94/R.INSTALL424c4b443d8b/causaloptim/src'
make[1]: Leaving directory '/d/temp/RtmpwJ9b94/R.INSTALL424c4b443d8b/causaloptim/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-causaloptim/00new/causaloptim/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'causaloptim' as causaloptim_0.9.8.zip
* DONE (causaloptim)