* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘nets’ ...
** package ‘nets’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.4 (1)’
make[1]: Entering directory '/tmp/Rtmp8FrZvu/R.INSTALL122ee74a068ee3/nets/src'
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c nets.c -o nets.o
nets.c:473:6: warning: unused variable 'idx' [-Wunused-variable]
  473 |         int idx, i, j, k, l;
      |             ^~~
nets.c:545:10: warning: unused variable 'jp' [-Wunused-variable]
  545 |         int ip, jp, kp, l, t;
      |                 ^~
nets.c:545:14: warning: unused variable 'kp' [-Wunused-variable]
  545 |         int ip, jp, kp, l, t;
      |                     ^~
nets.c:545:18: warning: unused variable 'l' [-Wunused-variable]
  545 |         int ip, jp, kp, l, t;
      |                         ^
nets.c:635:9: warning: unused variable 'ip' [-Wunused-variable]
  635 |         int t, ip, k;
      |                ^~
nets.c:635:13: warning: unused variable 'k' [-Wunused-variable]
  635 |         int t, ip, k;
      |                    ^
nets.c:636:9: warning: unused variable 'c_yx' [-Wunused-variable]
  636 |         double c_yx = 0;
      |                ^~~~
nets.c:637:9: warning: unused variable 'c_xx' [-Wunused-variable]
  637 |         double c_xx = 0;
      |                ^~~~
8 warnings generated.
clang-18 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o nets.so nets.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmp8FrZvu/R.INSTALL122ee74a068ee3/nets/src'
make[1]: Entering directory '/tmp/Rtmp8FrZvu/R.INSTALL122ee74a068ee3/nets/src'
make[1]: Leaving directory '/tmp/Rtmp8FrZvu/R.INSTALL122ee74a068ee3/nets/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-nets/00new/nets/libs
** R
** demo
** 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
** 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 (nets)