* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘capybara’ ...
** this is package ‘capybara’ version ‘2.1.0’
** package ‘capybara’ successfully unpacked and MD5 sums checked
** using staged installation
==========================================================================
Capybara configuration summary

  C++ Compiler:           clang++-23
  Compiler Type:          clang
  C++ Standard:           CXX20
  OpenMP Support:         yes
  OpenMP Threads:         16
  SIMD Support:           AVX2
  BLAS:                   -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas
  LAPACK:                 -llapack
  No Armadillo Wrapper:   yes (direct BLAS/LAPACK)
  No Sparse Matrices:     no
  High-Performance Mode:  no
  Optimization Flags:     
  Debug Flags:            

For faster computation
 
 Enable high-performance optimizations:
 export CAPYBARA_OPTIMIZATIONS=yes
 
 Change thread count:
 export CAPYBARA_NCORES=<number>
 
 Disable sparse matrix support (faster compile):
 export CAPYBARA_SKIP_SPARSE=yes
 
 Then reinstall the package
==========================================================================
** libs
specified C++20
using C++ compiler: ‘Debian clang version 23.1.0 (2)’
using C++20
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpGOnfFT/R.INSTALL22374257615330/capybara/src'
clang++-23 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/armadillo4r/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp4r/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_USE_LAPACK -DARMA_USE_OPENMP -DARMA_OPENMP_THREADS=16 -DARMA_64BIT_WORD -DARMA_DONT_USE_WRAPPER -DCAPYBARA_DEFAULT_OMP_THREADS=16 -fpic  -g -O3 -Wall -pedantic   -c capybara.cpp -o capybara.o
In file included from capybara.cpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/armadillo4r/include/armadillo4r.hpp:52:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/armadillo4r/include/armadillo4r/armadillo.hpp:440:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/armadillo4r/include/armadillo4r/armadillo/debug.hpp:253:1: warning: unused function template 'arma_print' [-Wunused-template]
  253 | arma_print(const T1& x, const T2& y, const T3& z)
      | ^~~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/armadillo4r/include/armadillo4r/armadillo/debug.hpp:346:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
  346 | arma_plain_warn(const T1& arg1, const T2& arg2)
      | ^~~~~~~~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/armadillo4r/include/armadillo4r/armadillo/debug.hpp:368:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
  368 | arma_plain_warn(const T1& arg1, const T2& arg2, const T3& arg3, const T4& arg4)
      | ^~~~~~~~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/armadillo4r/include/armadillo4r/armadillo/debug.hpp:545:1: warning: unused function template 'arma_incompat_size_string' [-Wunused-template]
  545 | arma_incompat_size_string(const subview_cube<eT>& Q, const Mat<eT>& A, const char* x)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
4 warnings generated.
clang++-23 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/armadillo4r/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp4r/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_USE_LAPACK -DARMA_USE_OPENMP -DARMA_OPENMP_THREADS=16 -DARMA_64BIT_WORD -DARMA_DONT_USE_WRAPPER -DCAPYBARA_DEFAULT_OMP_THREADS=16 -fpic  -g -O3 -Wall -pedantic   -c cpp4r.cpp -o cpp4r.o
clang++-23 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o capybara.so capybara.o cpp4r.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-23/lib/clang/23/lib/linux -L/usr/lib/llvm-23/lib -lflang_rt.runtime -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpGOnfFT/R.INSTALL22374257615330/capybara/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpGOnfFT/R.INSTALL22374257615330/capybara/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpGOnfFT/R.INSTALL22374257615330/capybara/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-capybara/00new/capybara/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** 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 (capybara)