This page was generated on 2018-10-17 08:24:29 -0400 (Wed, 17 Oct 2018).
networkBMA 2.20.0 Ka Yee Yeung
Snapshot Date: 2018-10-15 16:45:08 -0400 (Mon, 15 Oct 2018) |
URL: https://git.bioconductor.org/packages/networkBMA |
Branch: RELEASE_3_7 |
Last Commit: b0c0668 |
Last Changed Date: 2018-04-30 10:35:26 -0400 (Mon, 30 Apr 2018) |
| malbec2 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | OK | OK | [ OK ] | | |
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | WARNINGS | OK | |
merida2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | WARNINGS | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.7-bioc/R/bin/R CMD INSTALL networkBMA
###
##############################################################################
##############################################################################
* installing to library ‘/home/biocbuild/bbs-3.7-bioc/R/library’
* installing *source* package ‘networkBMA’ ...
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.7-bioc/R/include" -DNDEBUG -I./include -I"/home/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include" -I"/home/biocbuild/bbs-3.7-bioc/R/library/RcppEigen/include" -I"/home/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I/usr/local/include -fpic -g -O2 -c MurmurHash3.cpp -o MurmurHash3.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.7-bioc/R/include" -DNDEBUG -I./include -I"/home/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include" -I"/home/biocbuild/bbs-3.7-bioc/R/library/RcppEigen/include" -I"/home/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I/usr/local/include -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.7-bioc/R/include" -DNDEBUG -I./include -I"/home/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include" -I"/home/biocbuild/bbs-3.7-bioc/R/library/RcppEigen/include" -I"/home/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I/usr/local/include -fpic -g -O2 -c ScanBMA_full.cpp -o ScanBMA_full.o
ScanBMA_full.cpp: In function ‘const List ScanBMA_BIC(Rcpp::NumericVector, Rcpp::NumericMatrix, Rcpp::NumericVector, double)’:
ScanBMA_full.cpp:137:45: warning: ‘const arma::mtOp<unsigned int, T1, arma::op_sort_index> arma::sort_index(const arma::Base<typename T1::elem_type, T1>&, arma::uword) [with T1 = arma::Mat<double>; typename T1::elem_type = double; arma::uword = unsigned int]’ is deprecated [-Wdeprecated-declarations]
arma::uvec pord = sort_index(priorProbs, 1);
^
In file included from /home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include/armadillo:449:0,
from /home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include/RcppArmadilloForward.h:46,
from /home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include/RcppArmadillo.h:31,
from ScanBMA_full.cpp:5:
/home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include/armadillo_bits/fn_sort_index.hpp:43:1: note: declared here
sort_index
^
ScanBMA_full.cpp: In function ‘const List BMA_Diff_BIC(Rcpp::NumericVector, Rcpp::NumericMatrix, Rcpp::NumericVector, Rcpp::IntegerVector, bool, bool, Rcpp::IntegerVector, Rcpp::IntegerVector, double, double)’:
ScanBMA_full.cpp:328:43: warning: ‘const arma::mtOp<unsigned int, T1, arma::op_sort_index> arma::sort_index(const arma::Base<typename T1::elem_type, T1>&, arma::uword) [with T1 = arma::Mat<double>; typename T1::elem_type = double; arma::uword = unsigned int]’ is deprecated [-Wdeprecated-declarations]
arma::uvec pord = sort_index(priorProbs, 1);
^
In file included from /home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include/armadillo:449:0,
from /home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include/RcppArmadilloForward.h:46,
from /home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include/RcppArmadillo.h:31,
from ScanBMA_full.cpp:5:
/home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include/armadillo_bits/fn_sort_index.hpp:43:1: note: declared here
sort_index
^
ScanBMA_full.cpp: In function ‘const List ScanBMA_g(Rcpp::NumericVector, Rcpp::NumericMatrix, Rcpp::NumericVector, double, double)’:
ScanBMA_full.cpp:421:45: warning: ‘const arma::mtOp<unsigned int, T1, arma::op_sort_index> arma::sort_index(const arma::Base<typename T1::elem_type, T1>&, arma::uword) [with T1 = arma::Mat<double>; typename T1::elem_type = double; arma::uword = unsigned int]’ is deprecated [-Wdeprecated-declarations]
arma::uvec pord = sort_index(priorProbs, 1);
^
In file included from /home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include/armadillo:449:0,
from /home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include/RcppArmadilloForward.h:46,
from /home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include/RcppArmadillo.h:31,
from ScanBMA_full.cpp:5:
/home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include/armadillo_bits/fn_sort_index.hpp:43:1: note: declared here
sort_index
^
ScanBMA_full.cpp: In function ‘const List BMA_Diff_g(Rcpp::NumericVector, Rcpp::NumericMatrix, Rcpp::NumericVector, double, Rcpp::IntegerVector, bool, bool, Rcpp::IntegerVector, Rcpp::IntegerVector, double, double)’:
ScanBMA_full.cpp:614:43: warning: ‘const arma::mtOp<unsigned int, T1, arma::op_sort_index> arma::sort_index(const arma::Base<typename T1::elem_type, T1>&, arma::uword) [with T1 = arma::Mat<double>; typename T1::elem_type = double; arma::uword = unsigned int]’ is deprecated [-Wdeprecated-declarations]
arma::uvec pord = sort_index(priorProbs, 1);
^
In file included from /home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include/armadillo:449:0,
from /home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include/RcppArmadilloForward.h:46,
from /home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include/RcppArmadillo.h:31,
from ScanBMA_full.cpp:5:
/home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include/armadillo_bits/fn_sort_index.hpp:43:1: note: declared here
sort_index
^
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.7-bioc/R/include" -DNDEBUG -I./include -I"/home/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.7-bioc/R/library/RcppArmadillo/include" -I"/home/biocbuild/bbs-3.7-bioc/R/library/RcppEigen/include" -I"/home/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I/usr/local/include -fpic -g -O2 -c fastBMAR.cpp -o fastBMAR.o
g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.7-bioc/R/lib -L/usr/local/lib -o networkBMA.so MurmurHash3.o RcppExports.o ScanBMA_full.o fastBMAR.o -L/home/biocbuild/bbs-3.7-bioc/R/lib -lRlapack -L/home/biocbuild/bbs-3.7-bioc/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/biocbuild/bbs-3.7-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.7-bioc/R/library/networkBMA/libs
** R
** data
** 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
* DONE (networkBMA)