DirichletMultinomial 1.12.1 Martin Morgan
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/DirichletMultinomial | Last Changed Rev: 111812 / Revision: 116712 | Last Changed Date: 2015-12-21 18:23:18 -0800 (Mon, 21 Dec 2015) |
| zin1 | Linux (Ubuntu 14.04.2 LTS) / x86_64 | [ OK ] | OK | OK | | ![UNNEEDED, same version exists in internal repository UNNEEDED, same version exists in internal repository](../120px-Blue_Light_Icon.svg.png) |
moscato1 | Windows Server 2008 R2 Standard (64-bit) / x64 | OK | OK | OK | OK | ![UNNEEDED, same version exists in internal repository UNNEEDED, same version exists in internal repository](../120px-Blue_Light_Icon.svg.png) |
oaxaca | Mac OS X Mavericks (10.9.5) / x86_64 | OK | OK | OK | OK | ![UNNEEDED, same version exists in internal repository UNNEEDED, same version exists in internal repository](../120px-Blue_Light_Icon.svg.png) |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.2-bioc/R/bin/R CMD INSTALL DirichletMultinomial
###
##############################################################################
##############################################################################
* installing to library ‘/home/biocbuild/bbs-3.2-bioc/R/library’
* installing *source* package ‘DirichletMultinomial’ ...
** libs
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include `gsl-config --cflags` -DR_DIRICHLETMULTINOMIAL -fpic -g -O2 -Wall -c R_init_DirichletMultinomial.c -o R_init_DirichletMultinomial.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include `gsl-config --cflags` -DR_DIRICHLETMULTINOMIAL -fpic -g -O2 -Wall -c dirichlet_fit.c -o dirichlet_fit.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include `gsl-config --cflags` -DR_DIRICHLETMULTINOMIAL -fpic -g -O2 -Wall -c dirichlet_fit_main.c -o dirichlet_fit_main.o
dirichlet_fit_main.c: In function ‘dirichlet_fit_main’:
dirichlet_fit_main.c:542:17: warning: variable ‘status’ set but not used [-Wunused-but-set-variable]
int signum, status;
^
gcc -std=gnu99 -shared -L/home/biocbuild/bbs-3.2-bioc/R/lib -L/usr/local/lib -o DirichletMultinomial.so R_init_DirichletMultinomial.o dirichlet_fit.o dirichlet_fit_main.o -L/usr/lib -lgsl -lgslcblas -lm -L/home/biocbuild/bbs-3.2-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.2-bioc/R/library/DirichletMultinomial/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (DirichletMultinomial)