* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘prider’ ...
** this is package ‘prider’ version ‘1.0.6’
** package ‘prider’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-16 (Debian 16-20260425-1) 16.0.1 20260425 (prerelease) [gcc-16 r16-8812-gd9c07462a22]’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpxAfDrp/R.INSTALL2880d3359b3875/prider/src'
g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c chunker.cpp -o chunker.o
chunker.cpp: In function ‘Rcpp::DataFrame chunker(Rcpp::DataFrame, int)’:
chunker.cpp:51:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
51 | for (int inc1 = 0; inc1 < seqs.size(); ++inc1) {
| ~~~~~^~~~~~~~~~~~~
chunker.cpp:54:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
54 | for (int inc2 = 0 ; inc2 < seq_acc.size() ; ++inc2) {
| ~~~~~^~~~~~~~~~~~~~~~
g++-16 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o prider.so RcppExports.o chunker.o -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpxAfDrp/R.INSTALL2880d3359b3875/prider/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpxAfDrp/R.INSTALL2880d3359b3875/prider/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpxAfDrp/R.INSTALL2880d3359b3875/prider/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-prider/00new/prider/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 (prider)