This page was generated on 2020-10-17 11:55:23 -0400 (Sat, 17 Oct 2020).
PICS 2.32.0 Renan Sauteraud
Snapshot Date: 2020-10-16 14:40:19 -0400 (Fri, 16 Oct 2020) |
URL: https://git.bioconductor.org/packages/PICS |
Branch: RELEASE_3_11 |
Last Commit: 7d4a55d |
Last Changed Date: 2020-04-27 14:22:00 -0400 (Mon, 27 Apr 2020) |
| malbec2 | Linux (Ubuntu 18.04.4 LTS) / x86_64 | [ OK ] | OK | OK | | |
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |
machv2 | macOS 10.14.6 Mojave / x86_64 | OK | OK | OK | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD INSTALL PICS
###
##############################################################################
##############################################################################
* installing to library ‘/home/biocbuild/bbs-3.11-bioc/R/library’
* installing *source* package ‘PICS’ ...
** using staged installation
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GSL... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c pics.c -o pics.o
pics.c: In function ‘ECM2’:
pics.c:1009:9: warning: variable ‘chiSum’ set but not used [-Wunused-but-set-variable]
double chiSum, etaF, etaR, dd, cc;
^~~~~~
pics.c: In function ‘getInfMat’:
pics.c:1633:76: warning: unused variable ‘PhiRw’ [-Wunused-variable]
double aNormF, aNormR, bNormF, bNormR, P0F=1, P0R=1, PhiF, PhiR, PhiFw, PhiRw, wPjF, wPjR;
^~~~~
pics.c:1633:69: warning: unused variable ‘PhiFw’ [-Wunused-variable]
double aNormF, aNormR, bNormF, bNormR, P0F=1, P0R=1, PhiF, PhiR, PhiFw, PhiRw, wPjF, wPjR;
^~~~~
pics.c: In function ‘mergePeak’:
pics.c:1889:11: warning: unused variable ‘j’ [-Wunused-variable]
int i=0,j=0,k=0,l=0,kMerge=0,flag=0;
^
pics.c:1889:7: warning: unused variable ‘i’ [-Wunused-variable]
int i=0,j=0,k=0,l=0,kMerge=0,flag=0;
^
pics.c: In function ‘BIC’:
pics.c:1307:6: warning: ‘penalty’ may be used uninitialized in this function [-Wmaybe-uninitialized]
bic = logDensityMix(yF, w, muF, sigmaSqF, K, NF) + logDensityMix(yR, w, muR, sigmaSqR, K,NR) - penalty;
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pics.c: In function ‘fitModelK’:
pics.c:421:18: warning: ‘firstFit’ may be used uninitialized in this function [-Wmaybe-uninitialized]
SEXP ans, temp, firstFit;
^~~~~~~~
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c segment.c -o segment.o
segment.c: In function ‘getDensity’:
segment.c:1494:19: warning: variable ‘chr’ set but not used [-Wunused-but-set-variable]
SEXP ans, x, y, chr, names;
^~~
segment.c:1490:8: warning: unused variable ‘filter1’ [-Wunused-variable]
SEXP filter1;
^~~~~~~
segment.c:1489:11: warning: unused variable ‘muFilter’ [-Wunused-variable]
double *muFilter, *deltaFilter, *sFFilter, *sRFilter, *seFilter, *seFilterF, *seFilterR, *scoreFilter, *score;
^~~~~~~~
gcc -shared -L/home/biocbuild/bbs-3.11-bioc/R/lib -L/usr/local/lib -o PICS.so pics.o segment.o -lgsl -lgslcblas -lm -L/home/biocbuild/bbs-3.11-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.11-bioc/R/library/00LOCK-PICS/00new/PICS/libs
** R
** 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 (PICS)