* installing *source* package 'factor256' ...
** this is package 'factor256' version '0.1.0'
** package 'factor256' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2025_11_01_00_52_33_4216/Rtmp448mNT/R.INSTALL51a86e7c690b/factor256/src'
gcc -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -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.5.2/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o
gcc -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -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:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.2/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_11_01_00_52_33_4216/Rtmp448mNT/R.INSTALL51a86e7c690b/factor256/src'
make[1]: Entering directory '/d/temp/2025_11_01_00_52_33_4216/Rtmp448mNT/R.INSTALL51a86e7c690b/factor256/src'
make[1]: Leaving directory '/d/temp/2025_11_01_00_52_33_4216/Rtmp448mNT/R.INSTALL51a86e7c690b/factor256/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/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)