* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘spBFA’ ...
** package ‘spBFA’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.2.0-8) 14.2.0’
make[1]: Entering directory '/tmp/Rtmpe60Cwm/R.INSTALL2c946f352e1560/spBFA/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native  -DR_NO_REMAP -c CovarianceFunctions.cpp -o CovarianceFunctions.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native  -DR_NO_REMAP -c DIAG_Conversion.cpp -o DIAG_Conversion.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native  -DR_NO_REMAP -c DIAG_GetLogLik.cpp -o DIAG_GetLogLik.o
DIAG_GetLogLik.cpp: In function ‘arma::colvec GetLogLik(Rcpp::List, Rcpp::List, int, bool)’:
DIAG_GetLogLik.cpp:71:31: warning: comparison of integer expressions of different signedness: ‘arma::uword’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
   71 |     for (arma::uword f = 0; f < O; f++) {
      |                             ~~^~~
DIAG_GetLogLik.cpp: In function ‘double GetLogLikMean(Rcpp::List, Rcpp::List)’:
DIAG_GetLogLik.cpp:197:29: warning: comparison of integer expressions of different signedness: ‘arma::uword’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  197 |   for (arma::uword f = 0; f < O; f++) {
      |                           ~~^~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native  -DR_NO_REMAP -c DIAG_SamplePPD.cpp -o DIAG_SamplePPD.o
DIAG_SamplePPD.cpp: In function ‘arma::mat SamplePPD(Rcpp::List, Rcpp::List, int, bool)’:
DIAG_SamplePPD.cpp:64:31: warning: comparison of integer expressions of different signedness: ‘arma::uword’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
   64 |     for (arma::uword f = 0; f < O; f++) {
      |                             ~~^~~
DIAG_SamplePPD.cpp:91:35: warning: comparison of integer expressions of different signedness: ‘arma::uword’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
   91 |         for (arma::uword t = 0; t < Nu; t++) {
      |                                 ~~^~~~
DIAG_SamplePPD.cpp:92:37: warning: comparison of integer expressions of different signedness: ‘arma::uword’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
   92 |           for (arma::uword i = 0; i < M; i++) {
      |                                   ~~^~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native  -DR_NO_REMAP -c DistributionFunctions.cpp -o DistributionFunctions.o
DistributionFunctions.cpp: In function ‘double pnormRcpp(double)’:
DistributionFunctions.cpp:83:13: error: ‘pnorm5’ is not a member of ‘R’; did you mean ‘rnorm’?
   83 |   return R::pnorm5(q, 0, 1, 1, 0);
      |             ^~~~~~
      |             rnorm
DistributionFunctions.cpp: In function ‘double lpnormRcpp(double)’:
DistributionFunctions.cpp:90:13: error: ‘pnorm5’ is not a member of ‘R’; did you mean ‘rnorm’?
   90 |   return R::pnorm5(q, 0, 1, 1, 1);
      |             ^~~~~~
      |             rnorm
DistributionFunctions.cpp: In function ‘double UpperpnormRcpp(double)’:
DistributionFunctions.cpp:97:13: error: ‘pnorm5’ is not a member of ‘R’; did you mean ‘rnorm’?
   97 |   return R::pnorm5(q, 0, 1, 0, 0);
      |             ^~~~~~
      |             rnorm
DistributionFunctions.cpp: In function ‘double lUpperpnormRcpp(double)’:
DistributionFunctions.cpp:104:13: error: ‘pnorm5’ is not a member of ‘R’; did you mean ‘rnorm’?
  104 |   return R::pnorm5(q, 0, 1, 0, 1);
      |             ^~~~~~
      |             rnorm
DistributionFunctions.cpp: In function ‘double qnormRcpp(double)’:
DistributionFunctions.cpp:111:13: error: ‘qnorm5’ is not a member of ‘R’; did you mean ‘rnorm’?
  111 |   return R::qnorm5(p, 0, 1, 1, 0);
      |             ^~~~~~
      |             rnorm
make[1]: *** [/home/hornik/tmp/R.check/r-devel-gcc/Work/build/etc/Makeconf:204: DistributionFunctions.o] Error 1
make[1]: Leaving directory '/tmp/Rtmpe60Cwm/R.INSTALL2c946f352e1560/spBFA/src'
ERROR: compilation failed for package ‘spBFA’
* removing ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/spBFA’