* installing *source* package 'DR.SC' ...
** package 'DR.SC' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 12.3.0'
using C++17
make[1]: Entering directory '/d/temp/RtmpADRSfe/R.INSTALL2e63c1e3370d/DR.SC/src'
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -DARMA_64BIT_WORD    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -DARMA_64BIT_WORD    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c getNB_fast.cpp -o getNB_fast.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -DARMA_64BIT_WORD    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mt_paral_job.cpp -o mt_paral_job.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -DARMA_64BIT_WORD    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mt_paral_job2.cpp -o mt_paral_job2.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -DARMA_64BIT_WORD    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c simulDRcluster_main.cpp -o simulDRcluster_main.o
simulDRcluster_main.cpp:20: warning: "INT_MIN" redefined
   20 | #define INT_MIN (-INT_MAX - 1)
      | 
In file included from d:\rtools43\x86_64-w64-mingw32.static.posix\include\stdlib.h:11,
                 from d:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\std_abs.h:38,
                 from d:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\cmath:47,
                 from D:/RCompile/CRANpkg/lib/4.3/Rcpp/include/Rcpp/platform/compiler.h:100,
                 from D:/RCompile/CRANpkg/lib/4.3/Rcpp/include/Rcpp/r/headers.h:62,
                 from D:/RCompile/CRANpkg/lib/4.3/Rcpp/include/RcppCommon.h:30,
                 from D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:25,
                 from D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include/RcppArmadillo.h:29,
                 from simulDRcluster_main.cpp:5:
d:\rtools43\x86_64-w64-mingw32.static.posix\include\limits.h:39: note: this is the location of the previous definition
   39 | #define INT_MIN (-2147483647 - 1)
      | 
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -DARMA_64BIT_WORD    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c utilSimulDRcluster.cpp -o utilSimulDRcluster.o
utilSimulDRcluster.cpp: In function 'void multi_det_SkCpp2(const arma::mat&, const arma::vec&, const arma::mat&, const arma::mat&, arma::rowvec, const arma::mat&, double&, arma::vec&)':
utilSimulDRcluster.cpp:48:21: warning: unused variable 'q' [-Wunused-variable]
   48 |   int n = X.n_rows, q = W0.n_cols;
      |                     ^
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -DARMA_64BIT_WORD    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c wpca.cpp -o wpca.o
g++ -shared -s -static-libgcc -o DR.SC.dll tmp.def RcppExports.o getNB_fast.o mt_paral_job.o mt_paral_job2.o simulDRcluster_main.o utilSimulDRcluster.o wpca.o -fopenmp -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpADRSfe/R.INSTALL2e63c1e3370d/DR.SC/src'
make[1]: Entering directory '/d/temp/RtmpADRSfe/R.INSTALL2e63c1e3370d/DR.SC/src'
make[1]: Leaving directory '/d/temp/RtmpADRSfe/R.INSTALL2e63c1e3370d/DR.SC/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-DR.SC/00new/DR.SC/libs/x64
** R
** data
** 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 'DR.SC' as DR.SC_3.4.zip
* DONE (DR.SC)