* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘natural’ ...
** package ‘natural’ 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/RtmpIdhTLi/R.INSTALL2d94ae2e3ed63b/natural/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 csparse.c -o csparse.o
csparse.c: In function ‘cs_realloc’:
csparse.c:1254:24: warning: pointer ‘p’ may be used after ‘realloc’ [-Wuse-after-free]
 1254 |     return ((*ok) ? p2 : p) ;               /* return original p if failure */
      |            ~~~~~~~~~~~~^~~~
csparse.c:1252:10: note: call to ‘realloc’ here
 1252 |     p2 = realloc (p, CS_MAX (n,1) * size) ; /* realloc the block */
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 natural_init.c -o natural_init.o
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 olasso.c -o olasso.o
gcc-13 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o natural.so csparse.o natural_init.o olasso.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpIdhTLi/R.INSTALL2d94ae2e3ed63b/natural/src'
make[1]: Entering directory '/tmp/RtmpIdhTLi/R.INSTALL2d94ae2e3ed63b/natural/src'
make[1]: Leaving directory '/tmp/RtmpIdhTLi/R.INSTALL2d94ae2e3ed63b/natural/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-natural/00new/natural/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘natural’
    finding HTML links ... done
    getLam_olasso                           html  
    getLam_slasso                           html  
    make_sparse_model                       html  
    natural                                 html  
    nlasso_cv                               html  
    nlasso_path                             html  
    olasso                                  html  
    olasso_cv                               html  
    olasso_path                             html  
    olasso_slow                             html  
    plot.natural.cv                         html  
    plot.natural.path                       html  
    print.natural.path                      html  
    standardize                             html  
** building package indices
** installing vignettes
** 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 (natural)