* installing *source* package 'np' ...
** package 'np' 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/RtmpMTcwFg/R.INSTALL133d43c9d51a2/np/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RuniqueCombs.c -o RuniqueCombs.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bspline.c -o bspline.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c gsl_bspline.c -o gsl_bspline.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c hash.c -o hash.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c jksum.c -o jksum.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kernel.c -o kernel.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kernelb.c -o kernelb.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kernelcv.c -o kernelcv.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kernele.c -o kernele.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kernelw.c -o kernelw.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mat_vec.c -o mat_vec.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c matrix.c -o matrix.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c np.c -o np.o
np.c: In function 'np_density_conditional_bw':
np.c:1644:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 1644 |   for(j = num_reg_continuous_extern; j < num_all_cvar; j++)
      |   ^~~
np.c:1648:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 1648 |     if(int_TREE_XY == NP_TREE_TRUE){
      |     ^~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c np_init.c -o np_init.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nr.c -o nr.o
In function 'free_vector',
    inlined from 'linmin' at nr.c:304:5:
nr.c:242:5: warning: 'free' called on pointer 'xicom' with nonzero offset 8 [-Wfree-nonheap-object]
  242 |     free((char*) (v+nl));
      |     ^~~~~~~~~~~~~~~~~~~~
nr.c: In function 'linmin':
nr.c:246:17: note: declared here
  246 | double *pcom=0,*xicom=0,(*nrfunc)(double *);
      |                 ^~~~~
In function 'free_vector',
    inlined from 'linmin' at nr.c:305:5:
nr.c:242:5: warning: 'free' called on pointer 'pcom' with nonzero offset 8 [-Wfree-nonheap-object]
  242 |     free((char*) (v+nl));
      |     ^~~~~~~~~~~~~~~~~~~~
nr.c: In function 'linmin':
nr.c:246:9: note: declared here
  246 | double *pcom=0,*xicom=0,(*nrfunc)(double *);
      |         ^~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c statmods.c -o statmods.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tree.c -o tree.o
gcc -shared -s -static-libgcc -o np.dll tmp.def RuniqueCombs.o bspline.o gsl_bspline.o hash.o jksum.o kernel.o kernelb.o kernelcv.o kernele.o kernelw.o mat_vec.o matrix.o np.o np_init.o nr.o statmods.o tree.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/RtmpMTcwFg/R.INSTALL133d43c9d51a2/np/src'
make[1]: Entering directory '/d/temp/RtmpMTcwFg/R.INSTALL133d43c9d51a2/np/src'
make[1]: Leaving directory '/d/temp/RtmpMTcwFg/R.INSTALL133d43c9d51a2/np/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-np/00new/np/libs/x64
** R
** data
** demo
** 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 'np' as np_0.60-17.zip
* DONE (np)