* installing *source* package 'lassoshooting' ...
** package 'lassoshooting' 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/Rtmp6fZKTk/R.INSTALL282c250979a9/lassoshooting/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 ccd_common.c -o ccd_common.o
ccd_common.c: In function 'ccd_common':
ccd_common.c:65:26: warning: argument 1 range [18446744071562067968, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
   65 |     params->w = (double*)calloc(p,sizeof(double));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ccd_common.c:1:
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/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ccd_r.c -o ccd_r.o
ccd_r.c: In function 'ccd':
ccd_r.c:291:5: warning: 'sR' may be used uninitialized [-Wmaybe-uninitialized]
  291 |     SET_VECTOR_ELT(list, 4, sR);        // attaching s vector to list
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
ccd_r.c:260:50: note: 'sR' was declared here
  260 |   SEXP list_names, list, itsR, deltaR, infnormR, sR;
      |                                                  ^~
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 softthresh_r.c -o softthresh_r.o
softthresh_r.c: In function 'R_softthresh':
softthresh_r.c:39:11: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized]
   39 |   *resp = softthresh(x,t);
      |           ^~~~~~~~~~~~~~~
softthresh_r.c:20:10: note: 'x' was declared here
   20 |   double x,t;
      |          ^
softthresh_r.c:39:11: warning: 't' may be used uninitialized [-Wmaybe-uninitialized]
   39 |   *resp = softthresh(x,t);
      |           ^~~~~~~~~~~~~~~
softthresh_r.c:20:12: note: 't' was declared here
   20 |   double x,t;
      |            ^
gcc -shared -s -static-libgcc -o lassoshooting.dll tmp.def ccd_common.o ccd_r.o softthresh_r.o -LD:/RCompile/recent/R/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/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmp6fZKTk/R.INSTALL282c250979a9/lassoshooting/src'
make[1]: Entering directory '/d/temp/Rtmp6fZKTk/R.INSTALL282c250979a9/lassoshooting/src'
make[1]: Leaving directory '/d/temp/Rtmp6fZKTk/R.INSTALL282c250979a9/lassoshooting/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-lassoshooting/00new/lassoshooting/libs/x64
** R
** 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 'lassoshooting' as lassoshooting_0.1.5-1.1.zip
* DONE (lassoshooting)