* installing *source* package ‘lazymatrix’ ...
** this is package ‘lazymatrix’ version ‘0.1.0’
** package ‘lazymatrix’ successfully unpacked and MD5 sums checked
** using staged installation
** 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/lazymatrix/src'
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include -fopenmp -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 LazyMatrix-class.cpp -o LazyMatrix-class.o
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include -fopenmp -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 RcppExports.cpp -o RcppExports.o
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o lazymatrix.so LazyMatrix-class.o RcppExports.o -fopenmp -llapack -L/data/localhost/ripley/R/R-devel/lib -lRblas -lgfortran -lm -latomic_asneeded -lquadmath
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/lazymatrix/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/lazymatrix/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/lazymatrix/src'
installing to /data/localhost/ripley/R/packages/tests-devel/lazymatrix.Rcheck/00LOCK-lazymatrix/00new/lazymatrix/libs
** R
** inst
** byte-compile and prepare package for lazy loading
Creating a new generic function for ‘norm’ in package ‘lazymatrix’
Creating a generic function for ‘setNames’ from package ‘stats’ in package ‘lazymatrix’
Creating a generic function for ‘svd’ from ‘base’ in package ‘lazymatrix’
(from the saved implicit definition)
Creating a generic function for ‘svd’ from package ‘base’ in package ‘lazymatrix’
** 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 (lazymatrix)