* installing *source* package ‘cpp11armadillo’ ...
** this is package ‘cpp11armadillo’ version ‘0.4.4’
** package ‘cpp11armadillo’ successfully unpacked and MD5 sums checked
** using staged installation
==================================
 Compiler Configuration Variables 
 
CPP11_INCLUDE_PATH: /data/gannet/ripley/R/test-dev/cpp11/include
INST_INCLUDE_PATH: ./inst/include
PKG_CPPFLAGS: -I./inst/include -I/data/gannet/ripley/R/test-dev/cpp11/include
===================================
 Testing minimal Armadillo example 
 
using C++ compiler: ‘g++ (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/cpp11armadillo'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I./inst/include -I/data/gannet/ripley/R/test-dev/cpp11/include  -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 conftest.cpp -o conftest.o
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o conftest.so conftest.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/cpp11armadillo'
Armadillo is compatible with the C++ compiler used by R.
** R
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (cpp11armadillo)