* installing *source* package 'adlift' ...
** package 'adlift' 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/RtmpwDmUvX/R.INSTALL2044c6853165b/adlift/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 adlift.c -o adlift.o
adlift.c: In function 'getnbrs2':
adlift.c:719:15: warning: argument 1 range [18446744071562067968, 18446744073709551614] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
  719 |         range=calloc(lr,sizeof(int));
      |               ^~~~~~~~~~~~~~~~~~~~~~
In file included from D:/RCompile/recent/R-4.4.0/include/R.h:43,
                 from adlift.c:15:
D:/rtools44/x86_64-w64-mingw32.static.posix/include/stdlib.h:536:17: note: in a call to allocation function 'calloc' declared here
  536 |   void *__cdecl calloc(size_t _NumOfElements,size_t _SizeOfElements);
      |                 ^~~~~~
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 -shared -s -static-libgcc -o adlift.dll tmp.def adlift.o init.o -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRblas -lgfortran -lm -lquadmath -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/RtmpwDmUvX/R.INSTALL2044c6853165b/adlift/src'
make[1]: Entering directory '/d/temp/RtmpwDmUvX/R.INSTALL2044c6853165b/adlift/src'
make[1]: Leaving directory '/d/temp/RtmpwDmUvX/R.INSTALL2044c6853165b/adlift/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-adlift/00new/adlift/libs/x64
** R
** data
** 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 'adlift' as adlift_1.4-5.zip
* DONE (adlift)