* installing *source* package 'wrassp' ...
** package 'wrassp' 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/RtmpENuHQZ/R.INSTALL3f586ab84417/wrassp/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/acf.c -o assp/acf.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/dataobj.c -o assp/dataobj.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/freqconv.c -o assp/freqconv.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/mhs.c -o assp/mhs.o
assp/mhs.c: In function 'computeMHS':
assp/mhs.c:448:12: warning: variable 'FILE_IN' set but not used [-Wunused-but-set-variable]
  448 |   int      FILE_IN, FILE_OUT, CREATED, VOICED;
      |            ^~~~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/smp2dur.c -o assp/smp2dur.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/asspana.c -o assp/asspana.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/diff.c -o assp/diff.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/headers.c -o assp/headers.o
assp/headers.c: In function 'getAIFhdr':
assp/headers.c:882:12: warning: variable 'blockSize' set but not used [-Wunused-but-set-variable]
  882 |   uint32_t blockSize;
      |            ^~~~~~~~~
assp/headers.c: In function 'getCSLhdr':
assp/headers.c:1231:12: warning: variable 'peakMag' set but not used [-Wunused-but-set-variable]
 1231 |   int16_t  peakMag;
      |            ^~~~~~~
assp/headers.c: In function 'getWAVhdr':
assp/headers.c:1828:22: warning: variable 'lspPosMask' set but not used [-Wunused-but-set-variable]
 1828 |   uint32_t byteRate, lspPosMask;
      |                      ^~~~~~~~~~
assp/headers.c:1828:12: warning: variable 'byteRate' set but not used [-Wunused-but-set-variable]
 1828 |   uint32_t byteRate, lspPosMask;
      |            ^~~~~~~~
assp/headers.c: In function 'putSSFFhdr':
assp/headers.c:2824:7: warning: unused variable 'prev_header_length' [-Wunused-variable]
 2824 |   int prev_header_length = strlen(header);
      |       ^~~~~~~~~~~~~~~~~~
assp/headers.c: At top level:
assp/headers.c:875:11: warning: 'getAIFhdr' defined but not used [-Wunused-function]
  875 | LOCAL int getAIFhdr(DOBJ *dop)
      |           ^~~~~~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/miscstring.c -o assp/miscstring.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/spectra.c -o assp/spectra.o
assp/spectra.c: In function 'freeSPECT_GD':
assp/spectra.c:734:13: warning: unused variable 'gd' [-Wunused-variable]
  734 |   SPECT_GD *gd;
      |             ^~
assp/spectra.c: In function 'getCepstrum':
assp/spectra.c:932:23: warning: unused variable 'M' [-Wunused-variable]
  932 |   register long n, N, M, L;
      |                       ^
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/asspfio.c -o assp/asspfio.o
assp/asspfio.c: In function 'os_dependent_fopen':
assp/asspfio.c:71:9: warning: variable 'newSize' set but not used [-Wunused-but-set-variable]
   71 |     int newSize = MultiByteToWideChar(CP_UTF8, 0, filePath, -1, wFilePath, numberOfWchars_fileName); // return value ignored
      |         ^~~~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/dsputils.c -o assp/dsputils.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/isgerman.c -o assp/isgerman.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/myrand.c -o assp/myrand.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/statistics.c -o assp/statistics.o
assp/statistics.c: In function 'statPrintHist':
assp/statistics.c:478:10: warning: unused variable 'centre' [-Wunused-variable]
  478 |   double centre;
      |          ^~~~~~
assp/statistics.c:477:10: warning: unused variable 'i' [-Wunused-variable]
  477 |   size_t i;
      |          ^
assp/statistics.c:476:14: warning: unused variable 'nd1' [-Wunused-variable]
  476 |   int    nd, nd1;
      |              ^~~
assp/statistics.c:476:10: warning: unused variable 'nd' [-Wunused-variable]
  476 |   int    nd, nd1;
      |          ^~
assp/statistics.c:475:10: warning: unused variable 'format' [-Wunused-variable]
  475 |   char   format[32];
      |          ^~~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/asspmess.c -o assp/asspmess.o
assp/asspmess.c: In function 'prtAsspMsg':
assp/asspmess.c:169:9: warning: unused variable 'funcVal' [-Wunused-variable]
  169 |   int   funcVal;
      |         ^~~~~~~
assp/asspmess.c:168:20: warning: unused variable 'indent' [-Wunused-variable]
  168 |   char *msg, *bug, indent[16];
      |                    ^~~~~~
assp/asspmess.c:168:15: warning: unused variable 'bug' [-Wunused-variable]
  168 |   char *msg, *bug, indent[16];
      |               ^~~
assp/asspmess.c:168:9: warning: unused variable 'msg' [-Wunused-variable]
  168 |   char *msg, *bug, indent[16];
      |         ^~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/fft.c -o assp/fft.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/ksv.c -o assp/ksv.o
assp/ksv.c: In function 'computeKSV':
assp/ksv.c:503:20: warning: unused variable 'n' [-Wunused-variable]
  503 |   int     err, nd, n, type;
      |                    ^
assp/ksv.c:503:16: warning: unused variable 'nd' [-Wunused-variable]
  503 |   int     err, nd, n, type;
      |                ^~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/myrint.c -o assp/myrint.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/trace.c -o assp/trace.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/aucheck.c -o assp/aucheck.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/fgetl.c -o assp/fgetl.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/labelobj.c -o assp/labelobj.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/numdecim.c -o assp/numdecim.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/winfuncs.c -o assp/winfuncs.o
assp/winfuncs.c: In function 'listWFs':
assp/winfuncs.c:1139:11: warning: unused variable 'specs' [-Wunused-variable]
 1139 |   WFDATA *specs;
      |           ^~~~~
assp/winfuncs.c:1138:11: warning: unused variable 'wPtr' [-Wunused-variable]
 1138 |   WFLIST *wPtr;
      |           ^~~~
assp/winfuncs.c:1137:14: warning: unused variable 'm' [-Wunused-variable]
 1137 |   int     l, m;
      |              ^
assp/winfuncs.c:1137:11: warning: unused variable 'l' [-Wunused-variable]
 1137 |   int     l, m;
      |           ^
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/auconv.c -o assp/auconv.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/filter.c -o assp/filter.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/lpc.c -o assp/lpc.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/parsepath.c -o assp/parsepath.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/zcr.c -o assp/zcr.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/bitarray.c -o assp/bitarray.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/filters.c -o assp/filters.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/math.c -o assp/math.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/rfc.c -o assp/rfc.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/chain.c -o assp/chain.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/fmt.c -o assp/fmt.o
assp/fmt.c:1795:11: warning: 'printRaw' defined but not used [-Wunused-function]
 1795 | LOCAL int printRaw(FMTDATA *fPtr, long frameNr, int numFMT, DOBJ *dop)
      |           ^~~~~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/memswab.c -o assp/memswab.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c assp/rms.c -o assp/rms.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dataobj.c -o dataobj.o
dataobj.c: In function 'dobj2AsspDataObj':
dataobj.c:170:21: warning: unused variable 'genVar' [-Wunused-variable]
  170 |     TSSFF_Generic  *genVar = NULL;
      |                     ^~~~~~
dataobj.c: In function 'getDObjTrackData':
dataobj.c:405:21: warning: variable 'i8Ptr' set but not used [-Wunused-but-set-variable]
  405 |     int8_t         *i8Ptr;
      |                     ^~~~~
dataobj.c:397:21: warning: variable 'i' set but not used [-Wunused-but-set-variable]
  397 |     int             i,
      |                     ^
dataobj.c: In function 'sexp2dobj':
dataobj.c:608:21: warning: unused variable 'varNames' [-Wunused-variable]
  608 |                     varNames;
      |                     ^~~~~~~~
dataobj.c:602:21: warning: unused variable 'numFields' [-Wunused-variable]
  602 |     size_t          numFields = -1;
      |                     ^~~~~~~~~
dataobj.c: In function 'addTrackData':
dataobj.c:894:21: warning: variable 'i8Ptr' set but not used [-Wunused-but-set-variable]
  894 |     int8_t         *i8Ptr;
      |                     ^~~~~
dataobj.c:886:21: warning: variable 'i' set but not used [-Wunused-but-set-variable]
  886 |     int             i,
      |                     ^
dataobj.c: At top level:
dataobj.c:142:1: warning: 'DObjFinalizer' defined but not used [-Wunused-function]
  142 | DObjFinalizer(SEXP dPtr)
      | ^~~~~~~~~~~~~
dataobj.c: In function 'getDObjTrackData':
dataobj.c:413:21: warning: 'Rans' may be used uninitialized [-Wmaybe-uninitialized]
  413 |     double         *Rans;
      |                     ^~~~
dataobj.c:414:21: warning: 'Ians' may be used uninitialized [-Wmaybe-uninitialized]
  414 |     int            *Ians;
      |                     ^~~~
dataobj.c:404:21: warning: 'u8Ptr' may be used uninitialized [-Wmaybe-uninitialized]
  404 |     uint8_t        *u8Ptr;
      |                     ^~~~~
dataobj.c: In function 'addTrackData':
dataobj.c:933:30: warning: 'u8Ptr' may be used uninitialized [-Wmaybe-uninitialized]
  933 |                     u8Ptr[n] = (int8_t) numPtr[m + n * dop->numRecords];
      |                     ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dataobj.c:893:21: note: 'u8Ptr' was declared here
  893 |     uint8_t        *u8Ptr;
      |                     ^~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c performAssp.c -o performAssp.o
performAssp.c: In function 'computeFilter':
performAssp.c:1231:21: warning: variable 'FILE_IN' set but not used [-Wunused-but-set-variable]
 1231 |     int             FILE_IN,
      |                     ^~~~~~~
In file included from wrassp.h:5,
                 from performAssp.c:1:
performAssp.c: In function 'performAssp':
D:/RCompile/recent/R/include/Rinternals.h:901:33: warning: 'utilsPackage' may be used uninitialized [-Wmaybe-uninitialized]
  901 | #define eval                    Rf_eval
performAssp.c:1188:13: note: in expansion of macro 'eval'
 1188 |             eval(R_fcall3, utilsPackage);
      |             ^~~~
performAssp.c:490:9: note: 'utilsPackage' was declared here
  490 |         utilsPackage,           /* to update the prograssbar */
      |         ^~~~~~~~~~~~
D:/RCompile/recent/R/include/Rinternals.h:969:33: warning: 'newVal' may be used uninitialized [-Wmaybe-uninitialized]
  969 | #define lang4                   Rf_lang4
D:/RCompile/recent/R/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT'
  371 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
performAssp.c:1186:32: note: in expansion of macro 'lang4'
 1186 |             PROTECT(R_fcall3 = lang4(install("setTxtProgressBar"), pBar, newVal, R_NilValue));
      |                                ^~~~~
performAssp.c:491:9: note: 'newVal' was declared here
  491 |         newVal,
      |         ^~~~~~
performAssp.c:1217:12: warning: 'res' may be used uninitialized [-Wmaybe-uninitialized]
 1217 |     return res;
      |            ^~~
performAssp.c:488:21: note: 'res' was declared here
  488 |                     res,
      |                     ^~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c types.c -o types.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I assp -DWRASSP    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c wrassp_init.c -o wrassp_init.o
gcc -shared -s -static-libgcc -o wrassp.dll tmp.def assp/acf.o assp/dataobj.o assp/freqconv.o assp/mhs.o assp/smp2dur.o assp/asspana.o assp/diff.o assp/headers.o assp/miscstring.o assp/spectra.o assp/asspfio.o assp/dsputils.o assp/isgerman.o assp/myrand.o assp/statistics.o assp/asspmess.o assp/fft.o assp/ksv.o assp/myrint.o assp/trace.o assp/aucheck.o assp/fgetl.o assp/labelobj.o assp/numdecim.o assp/winfuncs.o assp/auconv.o assp/filter.o assp/lpc.o assp/parsepath.o assp/zcr.o assp/bitarray.o assp/filters.o assp/math.o assp/rfc.o assp/chain.o assp/fmt.o assp/memswab.o assp/rms.o dataobj.o performAssp.o types.o wrassp_init.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpENuHQZ/R.INSTALL3f586ab84417/wrassp/src'
make[1]: Entering directory '/d/temp/RtmpENuHQZ/R.INSTALL3f586ab84417/wrassp/src'
make[1]: Leaving directory '/d/temp/RtmpENuHQZ/R.INSTALL3f586ab84417/wrassp/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-wrassp/00new/wrassp/libs/x64
** R
** 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 'wrassp' as wrassp_1.0.5.zip
* DONE (wrassp)