This page was generated on 2019-04-13 11:23:32 -0400 (Sat, 13 Apr 2019).
MIMOSA 1.20.1 Greg Finak
Snapshot Date: 2019-04-12 17:01:30 -0400 (Fri, 12 Apr 2019) |
URL: https://git.bioconductor.org/packages/MIMOSA |
Branch: RELEASE_3_8 |
Last Commit: 6012f34 |
Last Changed Date: 2019-01-04 13:39:24 -0400 (Fri, 04 Jan 2019) |
| malbec1 | Linux (Ubuntu 16.04.6 LTS) / x86_64 | OK | OK | WARNINGS | | |
tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | WARNINGS | [ OK ] | |
merida1 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### rm -rf MIMOSA.buildbin-libdir && mkdir MIMOSA.buildbin-libdir && C:\Users\biocbuild\bbs-3.8-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=MIMOSA.buildbin-libdir MIMOSA_1.20.1.tar.gz
###
##############################################################################
##############################################################################
install for i386
* installing *source* package 'MIMOSA' ...
** libs
C:/Rtools/mingw_32/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.8-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I"C:/extsoft/include" -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -O2 -Wall -mtune=generic -c BetaMix.cpp -o BetaMix.o
C:/Rtools/mingw_32/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.8-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I"C:/extsoft/include" -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -O2 -Wall -mtune=generic -c MCMC.cpp -o MCMC.o
MCMC.cpp: In function 'SEXPREC* fitMCMC(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
MCMC.cpp:73:9: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
if(file==NULL|fileP==NULL){
^
MCMC.cpp:88:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(alphas.size()!=stim.ncol()){
^
MCMC.cpp:188:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<alphas.size();i++){
^
MCMC.cpp:191:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<alphau.size();i++){
^
MCMC.cpp:523:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j=0;j<p.size();j++){
^
MCMC.cpp:542:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int obs=0;obs<alphas.size();obs++){
^
MCMC.cpp:545:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int obs=0;obs<alphau.size();obs++){
^
MCMC.cpp: In function 'double lkbeta(const std::vector<double, std::allocator<double> >&)':
MCMC.cpp:627:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<alpha.size();i++){
^
MCMC.cpp: In function 'void simZ(double&, std::vector<double, std::allocator<double> >&, std::vector<double, std::allocator<double> >&, std::vector<double, std::allocator<double> >&, std::vector<double, std::allocator<double> >&, std::vector<bool>&, int, int)':
MCMC.cpp:677:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(i=0;i < lnull.size(); i++){
^
MCMC.cpp: In function 'double normconstIBeta(double, double, double, double)':
MCMC.cpp:811:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<upper.size();i++){
^
MCMC.cpp: In function 'double nc(double, double, double, double, double)':
MCMC.cpp:884:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<(s.size()-1);i++){
^
MCMC.cpp:889:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<s.size();i++){
^
C:/Rtools/mingw_32/bin/gcc -I"C:/Users/BIOCBU˜1/BBS-3˜1.8-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I"C:/extsoft/include" -O3 -Wall -std=gnu99 -mtune=generic -c MIMOSA_init.c -o MIMOSA_init.o
C:/Rtools/mingw_32/bin/gcc -I"C:/Users/BIOCBU˜1/BBS-3˜1.8-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I"C:/extsoft/include" -O3 -Wall -std=gnu99 -mtune=generic -c betaintegral.c -o betaintegral.o
C:/Rtools/mingw_32/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.8-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I"C:/extsoft/include" -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -O2 -Wall -mtune=generic -c betaintegralRcpp.cpp -o betaintegralRcpp.o
C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o MIMOSA.dll tmp.def BetaMix.o MCMC.o MIMOSA_init.o betaintegral.o betaintegralRcpp.o -lm -lstdc++ -LC:/Users/BIOCBU˜1/BBS-3˜1.8-B/R/bin/i386 -lRlapack -LC:/Users/BIOCBU˜1/BBS-3˜1.8-B/R/bin/i386 -lRblas -lgfortran -lm -lquadmath -IC:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.8-B/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.8-bioc/meat/MIMOSA.buildbin-libdir/MIMOSA/libs/i386
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package 'MIMOSA'
finding HTML links ... done
BetaMixResult-class html
ConstructMIMOSAExpressionSet html
ICS html
MDMix html
MIMOSA-accessors html
MIMOSA-package html
MIMOSA html
MIMOSAExpressionSet html
MIMOSAResult-class html
MIMOSAResult html
asinh_trans html
boxplotMIMOSAResultList html
combine.MIMOSA html
countsTable html
fdr html
fitMCMC html
pData html
print html
show html
volcanoPlot html
** building package indices
** installing vignettes
** testing if installed package can be loaded
In R CMD INSTALL
install for x64
* installing *source* package 'MIMOSA' ...
** libs
C:/Rtools/mingw_64/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.8-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I"C:/extsoft/include" -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -O2 -Wall -mtune=generic -c BetaMix.cpp -o BetaMix.o
C:/Rtools/mingw_64/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.8-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I"C:/extsoft/include" -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -O2 -Wall -mtune=generic -c MCMC.cpp -o MCMC.o
MCMC.cpp: In function 'SEXPREC* fitMCMC(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
MCMC.cpp:73:9: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
if(file==NULL|fileP==NULL){
^
MCMC.cpp:88:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(alphas.size()!=stim.ncol()){
^
MCMC.cpp:188:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<alphas.size();i++){
^
MCMC.cpp:191:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<alphau.size();i++){
^
MCMC.cpp:523:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j=0;j<p.size();j++){
^
MCMC.cpp:542:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int obs=0;obs<alphas.size();obs++){
^
MCMC.cpp:545:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int obs=0;obs<alphau.size();obs++){
^
MCMC.cpp: In function 'double lkbeta(const std::vector<double, std::allocator<double> >&)':
MCMC.cpp:627:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<alpha.size();i++){
^
MCMC.cpp: In function 'void simZ(double&, std::vector<double, std::allocator<double> >&, std::vector<double, std::allocator<double> >&, std::vector<double, std::allocator<double> >&, std::vector<double, std::allocator<double> >&, std::vector<bool>&, int, int)':
MCMC.cpp:677:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(i=0;i < lnull.size(); i++){
^
MCMC.cpp: In function 'double normconstIBeta(double, double, double, double)':
MCMC.cpp:811:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<upper.size();i++){
^
MCMC.cpp: In function 'double nc(double, double, double, double, double)':
MCMC.cpp:884:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<(s.size()-1);i++){
^
MCMC.cpp:889:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<s.size();i++){
^
C:/Rtools/mingw_64/bin/gcc -I"C:/Users/BIOCBU˜1/BBS-3˜1.8-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I"C:/extsoft/include" -O2 -Wall -std=gnu99 -mtune=generic -c MIMOSA_init.c -o MIMOSA_init.o
C:/Rtools/mingw_64/bin/gcc -I"C:/Users/BIOCBU˜1/BBS-3˜1.8-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I"C:/extsoft/include" -O2 -Wall -std=gnu99 -mtune=generic -c betaintegral.c -o betaintegral.o
C:/Rtools/mingw_64/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.8-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I"C:/extsoft/include" -I"C:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -O2 -Wall -mtune=generic -c betaintegralRcpp.cpp -o betaintegralRcpp.o
C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o MIMOSA.dll tmp.def BetaMix.o MCMC.o MIMOSA_init.o betaintegral.o betaintegralRcpp.o -lm -lstdc++ -LC:/Users/BIOCBU˜1/BBS-3˜1.8-B/R/bin/x64 -lRlapack -LC:/Users/BIOCBU˜1/BBS-3˜1.8-B/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -IC:/Users/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.8-B/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.8-bioc/meat/MIMOSA.buildbin-libdir/MIMOSA/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'MIMOSA' as MIMOSA_1.20.1.zip
* DONE (MIMOSA)
In R CMD INSTALL
In R CMD INSTALL