* installing *source* package 'farff' ...
** package 'farff' 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/RtmpykVaM1/R.INSTALL1dc8034a065fb/farff/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 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 preproc_datatable.c -o preproc_datatable.o
preproc_datatable.c: In function 'dt_convert_line':
preproc_datatable.c:11:7: warning: unused variable 'is_quote' [-Wunused-variable]
   11 |   int is_quote = 0;
      |       ^~~~~~~~
preproc_datatable.c: In function 'c_dt_preproc':
preproc_datatable.c:91:12: warning: unused variable 'tmp' [-Wunused-variable]
   91 |     char * tmp = fgets(line_buf_1, sizeof line_buf_1, handle_in);
      |            ^~~
preproc_datatable.c:83:7: warning: unused variable 'data_sect_reached' [-Wunused-variable]
   83 |   int data_sect_reached = 0;
      |       ^~~~~~~~~~~~~~~~~
preproc_datatable.c:82:9: warning: unused variable 'line_p' [-Wunused-variable]
   82 |   char* line_p;
      |         ^~~~~~
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 preproc_readr.c -o preproc_readr.o
preproc_readr.c: In function 'rd_convert_line':
preproc_readr.c:11:7: warning: unused variable 'is_quote' [-Wunused-variable]
   11 |   int is_quote = 0;
      |       ^~~~~~~~
preproc_readr.c: In function 'c_rd_preproc':
preproc_readr.c:82:12: warning: unused variable 'tmp' [-Wunused-variable]
   82 |     char * tmp = fgets(line_buf_1, sizeof line_buf_1, handle_in);
      |            ^~~
preproc_readr.c:75:7: warning: unused variable 'data_sect_reached' [-Wunused-variable]
   75 |   int data_sect_reached = 0;
      |       ^~~~~~~~~~~~~~~~~
preproc_readr.c:74:9: warning: unused variable 'line_p' [-Wunused-variable]
   74 |   char* line_p;
      |         ^~~~~~
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 tools.c -o tools.o
gcc -shared -s -static-libgcc -o farff.dll tmp.def init.o preproc_datatable.o preproc_readr.o tools.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/RtmpykVaM1/R.INSTALL1dc8034a065fb/farff/src'
make[1]: Entering directory '/d/temp/RtmpykVaM1/R.INSTALL1dc8034a065fb/farff/src'
make[1]: Leaving directory '/d/temp/RtmpykVaM1/R.INSTALL1dc8034a065fb/farff/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-farff/00new/farff/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 'farff' as farff_1.1.1.zip
* DONE (farff)