* installing *source* package ‘covafillr’ ...
** this is package ‘covafillr’ version ‘0.4.4’
** package ‘covafillr’ successfully unpacked and MD5 sums checked
** using staged installation
checking for pkg-config... /usr/sbin/pkg-config
configure: Installing without JAGS
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/jags.cpp
config.status: creating R/zzz.R
** libs
using C++ compiler: ‘g++ (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/covafillr/src'
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -I../inst/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 jags.cpp -o jags.o
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -I../inst/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 main.cpp -o main.o
In file included from ../inst/include/covafill/Core:44,
from main.cpp:7:
../inst/include/covafill/src/Core/covafill_operators.hpp: In instantiation of ‘covafill<scalartype_>::vecvectype covafill<scalartype_>::operator()(vectortype, int, bool) const [with scalartype_ = double; vecvectype = Eigen::Array<Eigen::Array<double, -1, 1>, -1, 1, 0, -1, 1>; vectortype = Eigen::Array<double, -1, 1>]’:
headers/fill.hpp:121:23: required from here
121 | tmp = ptr->operator()((vector)x0.row(i),int(0), true);
| ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../inst/include/covafill/src/Core/covafill_operators.hpp:137:7: warning: variable ‘NnotZero’ set but not used [-Wunused-but-set-variable=]
137 | int NnotZero = 0;
| ^~~~~~~~
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o covafillr.so jags.o main.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/covafillr/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/covafillr/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/covafillr/src'
installing to /data/localhost/ripley/R/packages/tests-devel/covafillr.Rcheck/00LOCK-covafillr/00new/covafillr/libs
** R
** 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 (covafillr)