* installing *source* package ‘fishMod’ ...
** package ‘fishMod’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fishMod/src'
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c Tweedie.cc -o Tweedie.o
Tweedie.cc: In function 'SEXPREC* dTweedie(SEXP, SEXP, SEXP, SEXP, SEXP)':
Tweedie.cc:25:21: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   25 |   for( size_t i=0; i<len; i++){         //cycle through all ys
      |                    ~^~~~
Tweedie.cc:37:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   37 |     for( size_t i=0; i<len; i++)
      |                      ~^~~~
Tweedie.cc: In function 'double findjMax(double, double, double, double, double, double, double, double&)':
Tweedie.cc:111:25: warning: variable 'phi' set but not used [-Wunused-but-set-variable]
  111 |   double dderiv, theta, phi, prev=-9;
      |                         ^~~
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c TweedieDeriv.cc -o TweedieDeriv.o
TweedieDeriv.cc: In function 'SEXPREC* dTweedieDeriv(SEXP, SEXP, SEXP, SEXP)':
TweedieDeriv.cc:29:21: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   29 |   for( size_t i=0; i<len; i++){         //cycle through all ys
      |                    ~^~~~
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: In function 'void dTGLM(std::vector<double>&, double*, int, int, double, double, const std::vector<double>&, double, double)':
TweedieDeriv.cc:104:31: warning: unused variable 'logW' [-Wunused-variable]
  104 |         double Beta0, z1, z2, logW;     //names are pretty obvious from supporting documentation
      |                               ^~~~
TweedieDeriv.cc: In function 'void findWDeriv(double, double, double, double, double, double, double, std::vector<double>&, std::vector<double>&, std::vector<double>&)':
TweedieDeriv.cc:162:10: warning: unused variable 'res' [-Wunused-variable]
  162 |   double res;
      |          ^~~
g++-13 -std=gnu++11 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o fishMod.so Tweedie.o TweedieDeriv.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fishMod/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fishMod/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fishMod/src'
installing to /data/gannet/ripley/R/packages/tests-devel/fishMod.Rcheck/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)