############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-beta-2024-04-15_r86425/bin/R CMD INSTALL cn.farms ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library’ * installing *source* package ‘cn.farms’ ... ** using staged installation ** libs using C compiler: ‘gcc (GCC) 10.3.1’ using C++ compiler: ‘g++ (GCC) 10.3.1’ gcc -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG -I/usr/local/include -fPIC -g -O2 -Wall -c R_init_cnfarms.c -o R_init_cnfarms.o g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG -I/usr/local/include -fPIC -g -O2 -Wall -c laplace.cpp -o laplace.o laplace.cpp: In function ‘SEXPREC* momentsGauss(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’: laplace.cpp:442:6: warning: unused variable ‘method’ [-Wunused-variable] 442 | int method=0; | ^~~~~~ laplace.cpp: In function ‘void computeParameters(double, double, double, double, double, double, int&, double&, double&, double&, double&, double&, double&, double&, double&, double&, double&, double&, double&, double&, double&)’: laplace.cpp:387:28: warning: ‘I1right’ may be used uninitialized in this function [-Wmaybe-uninitialized] 387 | absMoment1=(I1right*leftMy+I1left*rightMy+2.0*I1left*I1right*leftSigma)/(I1left-I1right); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ laplace.cpp:367:9: warning: ‘I1left’ may be used uninitialized in this function [-Wmaybe-uninitialized] 367 | double leftMoment1=1.0*leftMy*I0left+1.0*leftSigma*I1left; | ^~~~~~~~~~~ gcc -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG -I/usr/local/include -fPIC -g -O2 -Wall -c sparse_farms.c -o sparse_farms.o g++ -std=gnu++17 -shared -L/home/biocbuild/R/R-beta-2024-04-15_r86425/lib -L/usr/local/lib -o cn.farms.so R_init_cnfarms.o laplace.o sparse_farms.o -L/home/biocbuild/R/R-beta-2024-04-15_r86425/lib -lR installing to /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/00LOCK-cn.farms/00new/cn.farms/libs ** R ** demo ** 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 (cn.farms)