xcms 1.46.0 Steffen Neumann
Snapshot Date: 2016-04-22 16:20:12 -0700 (Fri, 22 Apr 2016) | URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_2/madman/Rpacks/xcms | Last Changed Rev: 109589 / Revision: 116712 | Last Changed Date: 2015-10-13 12:36:05 -0700 (Tue, 13 Oct 2015) |
| zin1 | Linux (Ubuntu 14.04.2 LTS) / x86_64 | [ OK ] | OK | OK | | |
moscato1 | Windows Server 2008 R2 Standard (64-bit) / x64 | OK | OK | TIMEOUT | OK | |
oaxaca | Mac OS X Mavericks (10.9.5) / x86_64 | OK | OK | OK | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.2-bioc/R/bin/R CMD INSTALL xcms
###
##############################################################################
##############################################################################
* installing to library ‘/home/biocbuild/bbs-3.2-bioc/R/library’
* installing *source* package ‘xcms’ ...
** libs
rm -f massifquant/xcms_massifquant.o massifquant/TrMgr.o massifquant/Tracker.o massifquant/SegProc.o massifquant/DataKeeper.o massifquant/OpOverload.o obiwarp/mat.o obiwarp/vec.o obiwarp/xcms_dynprog.o obiwarp/xcms_lmat.o xcms_obiwarp.o fastMatch.o mzClust_hclust.o mzROI.o util.o xcms.o
g++ -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c massifquant/xcms_massifquant.cpp -o massifquant/xcms_massifquant.o
massifquant/xcms_massifquant.cpp: In function ‘SEXPREC* massifquant(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
massifquant/xcms_massifquant.cpp:122:6: warning: unused variable ‘scanLength’ [-Wunused-variable]
int scanLength = int(featInfo.at(5) - featInfo.at(4) + 1);
^
massifquant/xcms_massifquant.cpp:33:58: warning: unused variable ‘vstcenter’ [-Wunused-variable]
SEXP peaklist,entrylist,list_names,vmz,vmzmin,vmzmax,vstcenter,vscmin,vscmax,vintensity,vintenmax, vlength;
^
massifquant/xcms_massifquant.cpp:33:93: warning: unused variable ‘vintenmax’ [-Wunused-variable]
SEXP peaklist,entrylist,list_names,vmz,vmzmin,vmzmax,vstcenter,vscmin,vscmax,vintensity,vintenmax, vlength;
^
massifquant/xcms_massifquant.cpp:76:12: warning: unused variable ‘maxScanNums’ [-Wunused-variable]
double maxScanNums = double(scanrangeTo);
^
g++ -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c massifquant/TrMgr.cpp -o massifquant/TrMgr.o
g++ -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c massifquant/Tracker.cpp -o massifquant/Tracker.o
g++ -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c massifquant/SegProc.cpp -o massifquant/SegProc.o
massifquant/SegProc.cpp: In member function ‘void SegProc::collapseSubsets()’:
massifquant/SegProc.cpp:119:13: warning: variable ‘combinedUnions’ set but not used [-Wunused-but-set-variable]
int combinedUnions = 0;
^
g++ -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c massifquant/DataKeeper.cpp -o massifquant/DataKeeper.o
g++ -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c massifquant/OpOverload.cpp -o massifquant/OpOverload.o
g++ -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c obiwarp/mat.cpp -o obiwarp/mat.o
g++ -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c obiwarp/vec.cpp -o obiwarp/vec.o
g++ -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c obiwarp/xcms_dynprog.cpp -o obiwarp/xcms_dynprog.o
obiwarp/xcms_dynprog.cpp: In member function ‘void DynProg::find_path(VEC::MatF&, VEC::VecF&, int, float, float, int, float)’:
obiwarp/xcms_dynprog.cpp:1113:9: warning: variable ‘bestscore’ set but not used [-Wunused-but-set-variable]
float bestscore;
^
g++ -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c obiwarp/xcms_lmat.cpp -o obiwarp/xcms_lmat.o
g++ -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c xcms_obiwarp.cpp -o xcms_obiwarp.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c fastMatch.c -o fastMatch.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c mzClust_hclust.c -o mzClust_hclust.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c mzROI.c -o mzROI.o
mzROI.c: In function ‘getMZ’:
mzROI.c:486:17: warning: variable ‘pintensity’ set but not used [-Wunused-but-set-variable]
double *pmz, *pintensity,*p_res, mzrangeFrom,mzrangeTo;
^
mzROI.c: In function ‘findmzROI’:
mzROI.c:538:41: warning: variable ‘mzrangeTo’ set but not used [-Wunused-but-set-variable]
double *pmz, *pintensity, mzrangeFrom,mzrangeTo;
^
mzROI.c:538:29: warning: variable ‘mzrangeFrom’ set but not used [-Wunused-but-set-variable]
double *pmz, *pintensity, mzrangeFrom,mzrangeTo;
^
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c util.c -o util.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c xcms.c -o xcms.o
g++ -shared -L/home/biocbuild/bbs-3.2-bioc/R/lib -L/usr/local/lib -o xcms.so massifquant/xcms_massifquant.o massifquant/TrMgr.o massifquant/Tracker.o massifquant/SegProc.o massifquant/DataKeeper.o massifquant/OpOverload.o obiwarp/mat.o obiwarp/vec.o obiwarp/xcms_dynprog.o obiwarp/xcms_lmat.o xcms_obiwarp.o fastMatch.o mzClust_hclust.o mzROI.o util.o xcms.o -L/home/biocbuild/bbs-3.2-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.2-bioc/R/library/xcms/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (xcms)