* installing *source* package 'sdcMicro' ...
** this is package 'sdcMicro' version '5.8.0'
** package 'sdcMicro' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_02_19_01_50_00_20242/RtmpKA7jsI/R.INSTALLaa74129e63c0/sdcMicro/src'
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c 0Main.cpp -o 0Main.o
In file included from 0Main.cpp:43:
RankSwapping.h: In function 'Rcpp::List RankSwap(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
RankSwapping.h:87:30: warning: arithmetic between enumeration type '<unnamed enum>' and floating-point type 'double' is deprecated [-Wdeprecated-enum-float-conversion]
   87 |     DeltaV *= (es_NbHashList + 1.0) / es_NbHashList;
      |                ~~~~~~~~~~~~~~^~~~~
RankSwapping.h:87:37: warning: arithmetic between floating-point type 'double' and enumeration type '<unnamed enum>' is deprecated [-Wdeprecated-enum-float-conversion]
   87 |     DeltaV *= (es_NbHashList + 1.0) / es_NbHashList;
      |               ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
RankSwapping.h:102:44: warning: arithmetic between enumeration type '<unnamed enum>' and floating-point type 'double' is deprecated [-Wdeprecated-enum-float-conversion]
  102 |       int HashIndex = (int) (es_NbHashList * (MaxV - Value) / DeltaV);
      |                              ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
RankSwapping.h:209:30: warning: arithmetic between enumeration type '<unnamed enum>' and floating-point type 'double' is deprecated [-Wdeprecated-enum-float-conversion]
  209 |     DeltaV *= (es_NbHashList + 1.0) / es_NbHashList;
      |                ~~~~~~~~~~~~~~^~~~~
RankSwapping.h:209:37: warning: arithmetic between floating-point type 'double' and enumeration type '<unnamed enum>' is deprecated [-Wdeprecated-enum-float-conversion]
  209 |     DeltaV *= (es_NbHashList + 1.0) / es_NbHashList;
      |               ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
RankSwapping.h:225:45: warning: arithmetic between enumeration type '<unnamed enum>' and floating-point type 'double' is deprecated [-Wdeprecated-enum-float-conversion]
  225 |       int HashIndex = ((int) (es_NbHashList * (MaxV - Value) / DeltaV)) >> 1;
      |                               ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from 0Main.cpp:35:
Framework.h: At global scope:
Framework.h:892:7: warning: 'char* ParseLine(char*, char*, int, BOOL)' defined but not used [-Wunused-function]
  892 | char *ParseLine(char *Ptr, char *Str, int Size, BOOL AdvanceTo1stChar)
      |       ^~~~~~~~~
Framework.h:838:7: warning: 'char* ParseString(char*, char*, int, BOOL)' defined but not used [-Wunused-function]
  838 | char *ParseString(char *Ptr, char *Str, int Size, BOOL AdvanceTo1stChar)
      |       ^~~~~~~~~~~
Framework.h:804:7: warning: 'char* GoToNextLine(char*)' defined but not used [-Wunused-function]
  804 | char *GoToNextLine(char *Ptr)
      |       ^~~~~~~~~~~~
Framework.h:753:7: warning: 'char* RemoveComment(char*, int)' defined but not used [-Wunused-function]
  753 | char *RemoveComment(char *Ptr, int Size)
      |       ^~~~~~~~~~~~~
Framework.h:731:7: warning: 'char* Stristr(char*, char*, BOOL, BOOL)' defined but not used [-Wunused-function]
  731 | char *Stristr(char *Ptr, char *SubString, BOOL LeaveAfter, BOOL ReturnNULL)
      |       ^~~~~~~
Framework.h:716:7: warning: 'char* ReplaceChar(char*, char, char)' defined but not used [-Wunused-function]
  716 | char *ReplaceChar(char *Str, char OldChar, char NewChar)
      |       ^~~~~~~~~~~
Framework.h:706:7: warning: 'char* Strncpy(char*, const char*, int, BOOL)' defined but not used [-Wunused-function]
  706 | char *Strncpy(char *Dst, const char *Src, int Max, BOOL Warn)
      |       ^~~~~~~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c LocalRecProg_cpp.cpp -o LocalRecProg_cpp.o
In file included from Mdav.h:24,
                 from LocalRecProg_cpp.cpp:17:
Framework.h:987:6: warning: 'uint TimeGetMilliSecond()' defined but not used [-Wunused-function]
  987 | uint TimeGetMilliSecond(void)
      |      ^~~~~~~~~~~~~~~~~~
Framework.h:892:7: warning: 'char* ParseLine(char*, char*, int, BOOL)' defined but not used [-Wunused-function]
  892 | char *ParseLine(char *Ptr, char *Str, int Size, BOOL AdvanceTo1stChar)
      |       ^~~~~~~~~
Framework.h:838:7: warning: 'char* ParseString(char*, char*, int, BOOL)' defined but not used [-Wunused-function]
  838 | char *ParseString(char *Ptr, char *Str, int Size, BOOL AdvanceTo1stChar)
      |       ^~~~~~~~~~~
Framework.h:804:7: warning: 'char* GoToNextLine(char*)' defined but not used [-Wunused-function]
  804 | char *GoToNextLine(char *Ptr)
      |       ^~~~~~~~~~~~
Framework.h:753:7: warning: 'char* RemoveComment(char*, int)' defined but not used [-Wunused-function]
  753 | char *RemoveComment(char *Ptr, int Size)
      |       ^~~~~~~~~~~~~
Framework.h:731:7: warning: 'char* Stristr(char*, char*, BOOL, BOOL)' defined but not used [-Wunused-function]
  731 | char *Stristr(char *Ptr, char *SubString, BOOL LeaveAfter, BOOL ReturnNULL)
      |       ^~~~~~~
Framework.h:716:7: warning: 'char* ReplaceChar(char*, char, char)' defined but not used [-Wunused-function]
  716 | char *ReplaceChar(char *Str, char OldChar, char NewChar)
      |       ^~~~~~~~~~~
Framework.h:706:7: warning: 'char* Strncpy(char*, const char*, int, BOOL)' defined but not used [-Wunused-function]
  706 | char *Strncpy(char *Dst, const char *Src, int Max, BOOL Warn)
      |       ^~~~~~~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c Mdav.cpp -o Mdav.o
Mdav.cpp: In function 'SEXPREC* Mdav(SEXP, SEXP, SEXP, SEXP, SEXP)':
Mdav.cpp:183:34: warning: arithmetic between enumeration type '<unnamed enum>' and floating-point type 'double' is deprecated [-Wdeprecated-enum-float-conversion]
  183 |       DeltaD *= (es_NbHashListXX + 1.0) / es_NbHashListXX;
      |                  ~~~~~~~~~~~~~~~~^~~~~
Mdav.cpp:183:41: warning: arithmetic between floating-point type 'double' and enumeration type '<unnamed enum>' is deprecated [-Wdeprecated-enum-float-conversion]
  183 |       DeltaD *= (es_NbHashListXX + 1.0) / es_NbHashListXX;
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
Mdav.cpp:189:48: warning: arithmetic between enumeration type '<unnamed enum>' and floating-point type 'TDist' {aka 'float'} is deprecated [-Wdeprecated-enum-float-conversion]
  189 |         int HashIndex = (int) (es_NbHashListXX * (Dist - MinD) / DeltaD);
      |                                ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
In file included from Mdav.cpp:25:
Framework.h: At global scope:
Framework.h:987:6: warning: 'uint TimeGetMilliSecond()' defined but not used [-Wunused-function]
  987 | uint TimeGetMilliSecond(void)
      |      ^~~~~~~~~~~~~~~~~~
Framework.h:892:7: warning: 'char* ParseLine(char*, char*, int, BOOL)' defined but not used [-Wunused-function]
  892 | char *ParseLine(char *Ptr, char *Str, int Size, BOOL AdvanceTo1stChar)
      |       ^~~~~~~~~
Framework.h:838:7: warning: 'char* ParseString(char*, char*, int, BOOL)' defined but not used [-Wunused-function]
  838 | char *ParseString(char *Ptr, char *Str, int Size, BOOL AdvanceTo1stChar)
      |       ^~~~~~~~~~~
Framework.h:804:7: warning: 'char* GoToNextLine(char*)' defined but not used [-Wunused-function]
  804 | char *GoToNextLine(char *Ptr)
      |       ^~~~~~~~~~~~
Framework.h:753:7: warning: 'char* RemoveComment(char*, int)' defined but not used [-Wunused-function]
  753 | char *RemoveComment(char *Ptr, int Size)
      |       ^~~~~~~~~~~~~
Framework.h:731:7: warning: 'char* Stristr(char*, char*, BOOL, BOOL)' defined but not used [-Wunused-function]
  731 | char *Stristr(char *Ptr, char *SubString, BOOL LeaveAfter, BOOL ReturnNULL)
      |       ^~~~~~~
Framework.h:716:7: warning: 'char* ReplaceChar(char*, char, char)' defined but not used [-Wunused-function]
  716 | char *ReplaceChar(char *Str, char OldChar, char NewChar)
      |       ^~~~~~~~~~~
Framework.h:706:7: warning: 'char* Strncpy(char*, const char*, int, BOOL)' defined but not used [-Wunused-function]
  706 | char *Strncpy(char *Dst, const char *Src, int Max, BOOL Warn)
      |       ^~~~~~~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c calcSuppInds.cpp -o calcSuppInds.o
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c microAggregation.cpp -o microAggregation.o
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c muargus_microaggregation.cpp -o muargus_microaggregation.o
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c muargus_rankswap.cpp -o muargus_rankswap.o
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c rankSwap.cpp -o rankSwap.o
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c recordSwap_R.cpp -o recordSwap_R.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c sdcMicro.c -o sdcMicro.o
g++ -std=gnu++20 -shared -s -static-libgcc -o sdcMicro.dll tmp.def 0Main.o LocalRecProg_cpp.o Mdav.o RcppExports.o calcSuppInds.o microAggregation.o muargus_microaggregation.o muargus_rankswap.o rankSwap.o recordSwap_R.o sdcMicro.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_02_19_01_50_00_20242/RtmpKA7jsI/R.INSTALLaa74129e63c0/sdcMicro/src'
make[1]: Entering directory '/d/temp/2026_02_19_01_50_00_20242/RtmpKA7jsI/R.INSTALLaa74129e63c0/sdcMicro/src'
make[1]: Leaving directory '/d/temp/2026_02_19_01_50_00_20242/RtmpKA7jsI/R.INSTALLaa74129e63c0/sdcMicro/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-sdcMicro/00new/sdcMicro/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'sdcMicro' as sdcMicro_5.8.0.zip
* DONE (sdcMicro)