* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘fishMod’ ...
** package ‘fishMod’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 18.1.4 (1)’
using C++11
make[1]: Entering directory '/tmp/RtmpPtZWrA/R.INSTALL1ee007b506437/fishMod/src'
clang++-18 -std=gnu++11 -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 -Wno-error=enum-constexpr-conversion  -c Tweedie.cc -o Tweedie.o
Tweedie.cc:111:25: warning: variable 'phi' set but not used [-Wunused-but-set-variable]
  111 |   double dderiv, theta, phi, prev=-9;
      |                         ^
1 warning generated.
clang++-18 -std=gnu++11 -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 -Wno-error=enum-constexpr-conversion  -c TweedieDeriv.cc -o TweedieDeriv.o
TweedieDeriv.cc:19:25: warning: unused variable 'logW' [-Wunused-variable]
   19 |   double beta0, z1, z2, logW, *tmpPt;   //names are pretty obvious from supporting documentation
      |                         ^~~~
TweedieDeriv.cc:104:24: warning: unused variable 'logW' [-Wunused-variable]
  104 |         double Beta0, z1, z2, logW;     //names are pretty obvious from supporting documentation
      |                               ^~~~
TweedieDeriv.cc:162:10: warning: unused variable 'res' [-Wunused-variable]
  162 |   double res;
      |          ^~~
3 warnings generated.
clang++-18 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o fishMod.so Tweedie.o TweedieDeriv.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpPtZWrA/R.INSTALL1ee007b506437/fishMod/src'
make[1]: Entering directory '/tmp/RtmpPtZWrA/R.INSTALL1ee007b506437/fishMod/src'
make[1]: Leaving directory '/tmp/RtmpPtZWrA/R.INSTALL1ee007b506437/fishMod/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-fishMod/00new/fishMod/libs
** R
** 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 (fishMod)