| Back to Multiple platform build/check report for BioC 3.8 |
|
This page was generated on 2019-04-16 11:52:24 -0400 (Tue, 16 Apr 2019).
| Package 1211/1649 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
| psichomics 1.8.2 Nuno Saraiva-Agostinho
| malbec1 | Linux (Ubuntu 16.04.6 LTS) / x86_64 | [ OK ] | OK | OK | |||||||
| merida1 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK |
| Package: psichomics |
| Version: 1.8.2 |
| Command: /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD INSTALL psichomics |
| StartedAt: 2019-04-15 18:35:33 -0400 (Mon, 15 Apr 2019) |
| EndedAt: 2019-04-15 18:36:20 -0400 (Mon, 15 Apr 2019) |
| EllapsedTime: 47.4 seconds |
| RetCode: 0 |
| Status: OK |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD INSTALL psichomics
###
##############################################################################
##############################################################################
* installing to library ‘/home/biocbuild/bbs-3.8-bioc/R/library’
* installing *source* package ‘psichomics’ ...
** libs
g++ -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I/usr/local/include -fpic -g -O2 -Wall -c RcppExports.cpp -o RcppExports.o
g++ -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I/usr/local/include -fpic -g -O2 -Wall -c psiFastCalc.cpp -o psiFastCalc.o
psiFastCalc.cpp: In function ‘Rcpp::NumericMatrix psiFastCalc(const NumericMatrix&, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, int)’:
psiFastCalc.cpp:30:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (size_t col=0; col < mat.ncol(); col++) {
^
psiFastCalc.cpp:31:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (size_t idx=0; idx < incA.length(); idx++) {
^
psiFastCalc.cpp: In function ‘Rcpp::NumericMatrix psiFastCalc2(const NumericMatrix&, const List&, const List&, int)’:
psiFastCalc.cpp:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (size_t col=0; col < mat.ncol(); col++) {
^
psiFastCalc.cpp:63:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (size_t idx=0; idx < inc.length(); idx++) {
^
psiFastCalc.cpp:66:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (size_t k=0; k < incIdx.length(); k++)
^
psiFastCalc.cpp:71:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (size_t k=0; k < excIdx.length(); k++)
^
g++ -shared -L/home/biocbuild/bbs-3.8-bioc/R/lib -L/usr/local/lib -o psichomics.so RcppExports.o psiFastCalc.o -L/home/biocbuild/bbs-3.8-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.8-bioc/R/library/psichomics/libs
** R
** inst
** byte-compile and prepare package for lazy loading
Creating a generic function for ‘colSums’ from package ‘base’ in package ‘psichomics’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (psichomics)