* installing *source* package 'factor256' ...
** package 'factor256' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpIPRLb7/R.INSTALL9e84559c709a/factor256/src'
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Cfactor256.c -o Cfactor256.o
Cfactor256.c: In function 'C_rank256':
Cfactor256.c:382:7: warning: unused variable 'k' [-Wunused-variable]
  382 |   int k = 0;
      |       ^
Cfactor256.c:358:17: warning: variable 'xmax' set but not used [-Wunused-but-set-variable]
  358 |   unsigned char xmax = 0;
      |                 ^~~~
Cfactor256.c:357:17: warning: variable 'xmin' set but not used [-Wunused-but-set-variable]
  357 |   unsigned char xmin = 255;
      |                 ^~~~
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c minmax.c -o minmax.o
gcc -shared -s -static-libgcc -o factor256.dll tmp.def Cfactor256.o init.o minmax.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/RtmpIPRLb7/R.INSTALL9e84559c709a/factor256/src'
make[1]: Entering directory '/d/temp/RtmpIPRLb7/R.INSTALL9e84559c709a/factor256/src'
make[1]: Leaving directory '/d/temp/RtmpIPRLb7/R.INSTALL9e84559c709a/factor256/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-factor256/00new/factor256/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 'factor256' as factor256_0.1.0.zip
* DONE (factor256)