This page was generated on 2024-04-17 11:35:56 -0400 (Wed, 17 Apr 2024).
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD INSTALL extraChIPs
###
##############################################################################
##############################################################################
* installing to library ‘/home/biocbuild/bbs-3.18-bioc/R/site-library’
* installing *source* package ‘extraChIPs’ ...
** using staged installation
** libs
using C compiler: ‘gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0’
gcc -I"/home/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c FMStable.c -o FMStable.o
FMStable.c: In function ‘setalpha’:
FMStable.c:4835:22: warning: unused variable ‘sinhalfangle’ [-Wunused-variable]
4835 | double sinangle, sinhalfangle;
| ^~~~~~~~~~~~
FMStable.c: In function ‘tailsMSS’:
FMStable.c:4924:21: warning: unused variable ‘temp’ [-Wunused-variable]
4924 | double z,y,dy,t,temp,scale;
| ^~~~
At top level:
FMStable.c:231:35: warning: ‘alphalarge’ defined but not used [-Wunused-variable]
231 | static int distributiontabulated, alphalarge;
| ^~~~~~~~~~
FMStable.c:227:52: warning: ‘C4’ defined but not used [-Wunused-variable]
227 | static double Clogd,alphastar,ratio,angle,C1,C2,C3,C4,eta;
| ^~
FMStable.c:227:49: warning: ‘C3’ defined but not used [-Wunused-variable]
227 | static double Clogd,alphastar,ratio,angle,C1,C2,C3,C4,eta;
| ^~
FMStable.c:227:46: warning: ‘C2’ defined but not used [-Wunused-variable]
227 | static double Clogd,alphastar,ratio,angle,C1,C2,C3,C4,eta;
| ^~
FMStable.c:227:43: warning: ‘C1’ defined but not used [-Wunused-variable]
227 | static double Clogd,alphastar,ratio,angle,C1,C2,C3,C4,eta;
| ^~
FMStable.c:227:37: warning: ‘angle’ defined but not used [-Wunused-variable]
227 | static double Clogd,alphastar,ratio,angle,C1,C2,C3,C4,eta;
| ^~~~~
FMStable.c:227:31: warning: ‘ratio’ defined but not used [-Wunused-variable]
227 | static double Clogd,alphastar,ratio,angle,C1,C2,C3,C4,eta;
| ^~~~~
gcc -I"/home/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c init.c -o init.o
gcc -shared -L/home/biocbuild/bbs-3.18-bioc/R/lib -L/usr/local/lib -o extraChIPs.so FMStable.o init.o -L/home/biocbuild/bbs-3.18-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.18-bioc/R/site-library/00LOCK-extraChIPs/00new/extraChIPs/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (extraChIPs)