* installing *source* package 'rioja' ...
** package 'rioja' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpgpSkDi/R.INSTALL16dd872832e69/rioja/src'
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c analog.c -o analog.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c chclust.cpp -o chclust.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dmatinv.cpp -o dmatinv.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mat.cpp -o mat.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mlrc.cpp -o mlrc.o
In function 'void free_vector(double*, int, int)',
    inlined from 'void linmin(double*, double*, int, double*, dMat&, dMat&, double (*)(double*, dMat&, dMat&))' at mlrc.cpp:461:15:
mlrc.cpp:268:8: warning: 'void free(void*)' called on pointer 'xicom' with nonzero offset 8 [-Wfree-nonheap-object]
  268 |    free((char*) (v+nl));
      |    ~~~~^~~~~~~~~~~~~~~~
mlrc.cpp: In function 'void linmin(double*, double*, int, double*, dMat&, dMat&, double (*)(double*, dMat&, dMat&))':
mlrc.cpp:19:20: note: declared here
   19 | double *pcom = 0, *xicom = 0;
      |                    ^~~~~
In function 'void free_vector(double*, int, int)',
    inlined from 'void linmin(double*, double*, int, double*, dMat&, dMat&, double (*)(double*, dMat&, dMat&))' at mlrc.cpp:462:15:
mlrc.cpp:268:8: warning: 'void free(void*)' called on pointer 'pcom' with nonzero offset 8 [-Wfree-nonheap-object]
  268 |    free((char*) (v+nl));
      |    ~~~~^~~~~~~~~~~~~~~~
mlrc.cpp: In function 'void linmin(double*, double*, int, double*, dMat&, dMat&, double (*)(double*, dMat&, dMat&))':
mlrc.cpp:19:9: note: declared here
   19 | double *pcom = 0, *xicom = 0;
      |         ^~~~
In function 'void free_matrix(double**, int, int, int, int)',
    inlined from 'SEXPREC* MLRC_predict(SEXP, SEXP, SEXP, SEXP)' at mlrc.cpp:231:15:
mlrc.cpp:290:36: warning: 'void free(void*)' called on pointer '*(double**)((char*)<unknown>)' with nonzero offset 8 [-Wfree-nonheap-object]
  290 |         for (i=nrh;i>=nrl;i--) free((char*)(m[i]+ncl));
      |                                ~~~~^~~~~~~~~~~~~~~~~~~
mlrc.cpp:291:13: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
  291 |         free((char*)(m+nrl));
      |         ~~~~^~~~~~~~~~~~~~~~
mlrc.cpp: In function 'SEXPREC* MLRC_predict(SEXP, SEXP, SEXP, SEXP)':
mlrc.cpp:179:15: note: returned from 'double** matrix(int, int, int, int)'
  179 |    xi = matrix(1,nDimen+10,1,nDimen+10);
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c utils2.c -o utils2.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c wapls.cpp -o wapls.o
g++ -std=gnu++17 -shared -s -static-libgcc -o rioja.dll tmp.def analog.o chclust.o dmatinv.o init.o mat.o mlrc.o utils2.o wapls.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpgpSkDi/R.INSTALL16dd872832e69/rioja/src'
make[1]: Entering directory '/d/temp/RtmpgpSkDi/R.INSTALL16dd872832e69/rioja/src'
make[1]: Leaving directory '/d/temp/RtmpgpSkDi/R.INSTALL16dd872832e69/rioja/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-rioja/00new/rioja/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
** 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 'rioja' as rioja_1.0-6.zip
* DONE (rioja)