* installing *source* package ‘PP’ ...
** this is package ‘PP’ version ‘0.6.4-1’
** package ‘PP’ 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/PP/src'
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/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 GPCM4PL_stuff.cpp -o GPCM4PL_stuff.o
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/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 RcppExports.cpp -o RcppExports.o
GPCM4PL_stuff.cpp: In function ‘Rcpp::NumericMatrix L12gpcm_wle(Rcpp::IntegerMatrix, Rcpp::NumericMatrix, Rcpp::NumericVector, Rcpp::NumericVector)’:
GPCM4PL_stuff.cpp:973:14: warning: variable ‘ls2’ set but not used [-Wunused-but-set-variable=]
  973 |       double ls2 = 0;
      |              ^~~
GPCM4PL_stuff.cpp: In function ‘Rcpp::NumericMatrix Lgpcm4pl_wle(Rcpp::IntegerMatrix, Rcpp::NumericMatrix, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::CharacterVector)’:
GPCM4PL_stuff.cpp:1568:18: warning: variable ‘ls2’ set but not used [-Wunused-but-set-variable=]
 1568 |           double ls2 = 0;
      |                  ^~~
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/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 helper_func.cpp -o helper_func.o
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o PP.so GPCM4PL_stuff.o RcppExports.o helper_func.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/PP/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/PP/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/PP/src'
installing to /data/localhost/ripley/R/packages/tests-devel/PP.Rcheck/00LOCK-PP/00new/PP/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (PP)