* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘DiscreteTests’ ...
** this is package ‘DiscreteTests’ version ‘0.5.0’
** package ‘DiscreteTests’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-16 (Debian 16.2.0-1) 16.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpJNgCe3/R.INSTALL3ba10e3455a650/DiscreteTests/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 mann_whitney.cpp -o mann_whitney.o
mann_whitney.cpp: In function ‘Rcpp::List mann_whitney_probs_int(Rcpp::IntegerVector, Rcpp::IntegerVector)’:
mann_whitney.cpp:94:45: warning: comparison of integer expressions of different signedness: ‘const Rcpp::traits::storage_type<13>::type’ {aka ‘const int’} and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare]
   94 |         while(pos_pair < len && m[pos_pair] == i && n[pos_pair] == j) {
mann_whitney.cpp:94:65: warning: comparison of integer expressions of different signedness: ‘const Rcpp::traits::storage_type<13>::type’ {aka ‘const int’} and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare]
   94 |         while(pos_pair < len && m[pos_pair] == i && n[pos_pair] == j) {
mann_whitney.cpp:102:32: warning: comparison of integer expressions of different signedness: ‘Rcpp::traits::storage_type<13>::type’ {aka ‘int’} and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare]
  102 |         m_unique[pos_n_unique] == i &&
mann_whitney.cpp:103:32: warning: comparison of integer expressions of different signedness: ‘Rcpp::traits::storage_type<13>::type’ {aka ‘int’} and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare]
  103 |         n_unique[pos_n_unique] == max_j
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 permutation.cpp -o permutation.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 sign_rank.cpp -o sign_rank.o
g++-16 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o DiscreteTests.so RcppExports.o mann_whitney.o permutation.o sign_rank.o -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpJNgCe3/R.INSTALL3ba10e3455a650/DiscreteTests/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpJNgCe3/R.INSTALL3ba10e3455a650/DiscreteTests/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpJNgCe3/R.INSTALL3ba10e3455a650/DiscreteTests/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-DiscreteTests/00new/DiscreteTests/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (DiscreteTests)