* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘RCALI’ ...
** package ‘RCALI’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-13) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpApfCtb/R.INSTALL1baed8703ec964/RCALI/src'
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c Adapt.cc -o Adapt.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c PileTr.cc -o PileTr.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c Point.cc -o Point.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RCALI_init.cc -o RCALI_init.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c Rule.cc -o Rule.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c Triangle.cc -o Triangle.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c Vector.cc -o Vector.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c crConvexSp.cc -o crConvexSp.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c fluxsd.cc -o fluxsd.o
fluxsd.cc: In function ‘int califlopp_sd(int, char*, char*, char*, int*, void**, void*)’:
fluxsd.cc:480:28: warning: variable ‘charlu’ set but not used [-Wunused-but-set-variable]
  480 |   char errmess[CHAR_MAX], *charlu;
      |                            ^~~~~~
fluxsd.cc:534:31: warning: variable ‘nclu’ set but not used [-Wunused-but-set-variable]
  534 |   int ludz=0, ludp=0, lutz=0, nclu=0;
      |                               ^~~~
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c functions.cc -o functions.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c geom.cc -o geom.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c go.cc -o go.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c intersection.cc -o intersection.o
intersection.cc: In function ‘Boolean ConvexIntersect(long int (*)[2], int, real (*)[2], int, tdVertex)’:
intersection.cc:153:11: warning: variable ‘p0’ set but not used [-Wunused-but-set-variable]
  153 |   tPointd p0;                   /* The first point. */
      |           ^~
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c methodAdapt.cc -o methodAdapt.o
methodAdapt.cc: In member function ‘virtual int methodAdapt::ReadArgu()’:
methodAdapt.cc:321:14: warning: variable ‘nclu’ set but not used [-Wunused-but-set-variable]
  321 |   int ifunc, nclu;
      |              ^~~~
methodAdapt.cc: In member function ‘virtual void methodAdapt::CalcR(int, int*, real (**)(const Point&), void**, void*, int, real, real, real, Point, int, int, int, int, const int*, const int*, long int (*)[1000][2], long int (*)[1000][2], double&)’:
methodAdapt.cc:696:11: warning: variable ‘integre’ set but not used [-Wunused-but-set-variable]
  696 |   Boolean integre;
      |           ^~~~~~~
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c methodGrid.cc -o methodGrid.o
methodGrid.cc: In member function ‘virtual int methodGrid::ReadArgu()’:
methodGrid.cc:150:10: warning: variable ‘nclu’ set but not used [-Wunused-but-set-variable]
  150 |   int i, nclu;
      |          ^~~~
methodGrid.cc: In member function ‘virtual void methodGrid::Print(int, real, real)’:
methodGrid.cc:195:7: warning: variable ‘i’ set but not used [-Wunused-but-set-variable]
  195 |   int i, ifunc;
      |       ^
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c mt19937ar.cc -o mt19937ar.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c quantiles.cc -o quantiles.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c read1Poly.cc -o read1Poly.o
read1Poly.cc: In function ‘int read1Poly(FILE*, char*, int&, int&, real*, real*)’:
read1Poly.cc:68:15: warning: variable ‘iget’ set but not used [-Wunused-but-set-variable]
   68 |   int idim=0, iget=0, nsompred=0, idpred=0;
      |               ^~~~
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c readPoly.cc -o readPoly.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c util.cc -o util.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c writeDebug.cc -o writeDebug.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c zoneintegration.cc -o zoneintegration.o
g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o RCALI.so Adapt.o PileTr.o Point.o RCALI_init.o Rule.o Triangle.o Vector.o crConvexSp.o fluxsd.o functions.o geom.o go.o intersection.o methodAdapt.o methodGrid.o mt19937ar.o quantiles.o read1Poly.o readPoly.o util.o writeDebug.o zoneintegration.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpApfCtb/R.INSTALL1baed8703ec964/RCALI/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpApfCtb/R.INSTALL1baed8703ec964/RCALI/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpApfCtb/R.INSTALL1baed8703ec964/RCALI/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-RCALI/00new/RCALI/libs
** R
** demo
** inst
** 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 (RCALI)