* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘flan’ ...
** package ‘flan’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.0 (rc4-1)’
using C++ compiler: ‘Debian clang version 18.1.0 (rc4-1)’
make[1]: Entering directory '/tmp/RtmpzD2s8V/R.INSTALL1f311a5abd9592/flan/src'
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppGSL/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c FLAN_Clone.cpp -o FLAN_Clone.o
FLAN_Clone.cpp:150:11: warning: variable 'i' set but not used [-Wunused-but-set-variable]
  150 |       int i=0;
      |           ^
FLAN_Clone.cpp:125:9: warning: variable 'g' set but not used [-Wunused-but-set-variable]
  125 |     int g=0;
      |         ^
FLAN_Clone.cpp:660:12: warning: variable 'sumP' set but not used [-Wunused-but-set-variable]
  660 |     double sumP;
      |            ^
FLAN_Clone.cpp:761:12: warning: variable 'sumP' set but not used [-Wunused-but-set-variable]
  761 |     double sumP;
      |            ^
4 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppGSL/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c FLAN_MutationModel.cpp -o FLAN_MutationModel.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppGSL/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c FLAN_Sim.cpp -o FLAN_Sim.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppGSL/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c MATH_Function.cpp -o MATH_Function.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppGSL/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c init.c -o init.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppGSL/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c rcpp_flan_module.cpp -o rcpp_flan_module.o
In file included from rcpp_flan_module.cpp:1:
In file included from ./rcpp_flan_module.h:4:
In file included from ./FLAN_Sim.h:28:
In file included from ./FLAN_Clone.h:25:
In file included from ./MATH_Function.h:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp.h:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/XPtr.h:31:5: warning: delete called on non-final 'FLAN_ExponentialClone' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
   31 |     delete obj;
      |     ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/XPtr.h:54:26: note: in instantiation of function template specialization 'Rcpp::standard_delete_finalizer<FLAN_ExponentialClone>' requested here
   54 |     void Finalizer(T*) = standard_delete_finalizer<T>,
      |                          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/XPtr.h:31:5: warning: delete called on non-final 'FLAN_DiracClone' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
   31 |     delete obj;
      |     ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/XPtr.h:54:26: note: in instantiation of function template specialization 'Rcpp::standard_delete_finalizer<FLAN_DiracClone>' requested here
   54 |     void Finalizer(T*) = standard_delete_finalizer<T>,
      |                          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/XPtr.h:31:5: warning: delete called on non-final 'FLAN_InhomogeneousClone' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
   31 |     delete obj;
      |     ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/XPtr.h:54:26: note: in instantiation of function template specialization 'Rcpp::standard_delete_finalizer<FLAN_InhomogeneousClone>' requested here
   54 |     void Finalizer(T*) = standard_delete_finalizer<T>,
      |                          ^
3 warnings generated.
clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o flan.so FLAN_Clone.o FLAN_MutationModel.o FLAN_Sim.o MATH_Function.o init.o rcpp_flan_module.o -L/usr/lib/x86_64-linux-gnu -lgsl -lgslcblas -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpzD2s8V/R.INSTALL1f311a5abd9592/flan/src'
make[1]: Entering directory '/tmp/RtmpzD2s8V/R.INSTALL1f311a5abd9592/flan/src'
make[1]: Leaving directory '/tmp/RtmpzD2s8V/R.INSTALL1f311a5abd9592/flan/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-flan/00new/flan/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (flan)