##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL bayNorm
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-devel_2025-02-19/site-library’
* installing *source* package ‘bayNorm’ ...
** this is package ‘bayNorm’ version ‘1.25.0’
** using staged installation
** libs
using C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’
using C++11
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -DARMA_64BIT_WORD=1  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/Rcpp/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppProgress/include' -I/usr/local/include   -fopenmp  -fPIC  -g -O2  -Wall -Werror=format-security  -c RcppExports.cpp -o RcppExports.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -DARMA_64BIT_WORD=1  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/Rcpp/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppProgress/include' -I/usr/local/include   -fopenmp  -fPIC  -g -O2  -Wall -Werror=format-security  -c bayNorm_main.cpp -o bayNorm_main.o
bayNorm_main.cpp: In function ‘Rcpp::List EstPrior_sprcpp(arma::sp_mat)’:
bayNorm_main.cpp:1374:7: warning: variable ‘Nrows’ set but not used [-Wunused-but-set-variable]
 1374 |   int Nrows;
      |       ^~~~~
bayNorm_main.cpp: In function ‘Rcpp::List EstPrior_rcpp(Rcpp::NumericMatrix)’:
bayNorm_main.cpp:1427:7: warning: variable ‘Nrows’ set but not used [-Wunused-but-set-variable]
 1427 |   int Nrows;
      |       ^~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -shared -L/home/biocbuild/R/R/lib -L/usr/local/lib -o bayNorm.so RcppExports.o bayNorm_main.o -fopenmp -L/home/biocbuild/R/R/lib -lRlapack -L/home/biocbuild/R/R/lib -lRblas -lgfortran -lm -L/home/biocbuild/R/R/lib -lR
installing to /home/biocbuild/R/R-devel_2025-02-19/site-library/00LOCK-bayNorm/00new/bayNorm/libs
** R
** data
** 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 (bayNorm)