* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘lassoshooting’ ...
** package ‘lassoshooting’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-13) 13.2.0’
make[1]: Entering directory '/tmp/RtmpDomz3h/R.INSTALL1feb8e74377b73/lassoshooting/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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:
/usr/include/stdlib.h:556:14: note: in a call to allocation function ‘calloc’ declared here
  556 | extern void *calloc (size_t __nmemb, size_t __size)
      |              ^~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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-13 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o lassoshooting.so ccd_common.o ccd_r.o softthresh_r.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpDomz3h/R.INSTALL1feb8e74377b73/lassoshooting/src'
make[1]: Entering directory '/tmp/RtmpDomz3h/R.INSTALL1feb8e74377b73/lassoshooting/src'
make[1]: Leaving directory '/tmp/RtmpDomz3h/R.INSTALL1feb8e74377b73/lassoshooting/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-lassoshooting/00new/lassoshooting/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘lassoshooting’
    finding HTML links ... done
    lassoshooting                           html  
    softthresh                              html  
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (lassoshooting)