* installing *source* package 'diffIRT' ...
** package 'diffIRT' 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/Rtmpkn2HIs/R.INSTALLa1a0f7f59c0/diffIRT/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 diffIRT.c -o diffIRT.o
diffIRT.c: In function 'mdiffQQ':
diffIRT.c:255:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  255 |         if(y[i]!=-999)         //to omit missing values. watchout that a subject cannot have only missings!
      |         ^~
diffIRT.c:257:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  257 |             ddiffQQ(&y[i],&A1trans,ai,&A2trans,vi,&xter,model,epsAlt,&ou); //calculate densities for each observation
      |             ^~~~~~~
gcc -shared -s -static-libgcc -o diffIRT.dll tmp.def diffIRT.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/Rtmpkn2HIs/R.INSTALLa1a0f7f59c0/diffIRT/src'
make[1]: Entering directory '/d/temp/Rtmpkn2HIs/R.INSTALLa1a0f7f59c0/diffIRT/src'
make[1]: Leaving directory '/d/temp/Rtmpkn2HIs/R.INSTALLa1a0f7f59c0/diffIRT/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-diffIRT/00new/diffIRT/libs/x64
** R
** data
** 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 'diffIRT' as diffIRT_1.5.zip
* DONE (diffIRT)