scater 1.4.0 Davis McCarthy
Snapshot Date: 2017-10-17 17:00:52 -0400 (Tue, 17 Oct 2017) | URL: https://git.bioconductor.org/packages/scater | Branch: RELEASE_3_5 | Last Commit: 90a2eab | Last Changed Date: 2017-04-24 15:45:44 -0400 (Mon, 24 Apr 2017) |
| malbec2 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | [ OK ] | OK | OK | | |
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |
veracruz2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.5-bioc/R/bin/R CMD INSTALL scater
###
##############################################################################
##############################################################################
* installing to library ‘/home/biocbuild/bbs-3.5-bioc/R/library’
* installing *source* package ‘scater’ ...
** libs
g++ -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c calc_exprs.cpp -o calc_exprs.o
calc_exprs.cpp: In instantiation of ‘SEXPREC* calc_exprs_internal(const T*, const matrix_info&, SEXP, SEXP, SEXP, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]’:
calc_exprs.cpp:78:95: required from here
calc_exprs.cpp:5:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (!isReal(size_fac) || LENGTH(size_fac)!=MAT.ncol) {
^
calc_exprs.cpp: In instantiation of ‘SEXPREC* calc_exprs_internal(const T*, const matrix_info&, SEXP, SEXP, SEXP, SEXP, SEXP) [with T = double; SEXP = SEXPREC*]’:
calc_exprs.cpp:80:98: required from here
calc_exprs.cpp:5:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c init.cpp -o init.o
g++ -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c matrix_info.cpp -o matrix_info.o
g++ -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c utils.cpp -o utils.o
utils.cpp: In function ‘subset_info process_subset_vector(SEXP, const matrix_info&, bool)’:
utils.cpp:20:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (sptr[s] < 0 || sptr[s] >= upper) {
^
utils.cpp: In instantiation of ‘SEXPREC* rowsum_subset_internal(const T*, const matrix_info&, SEXP) [with T = int; SEXP = SEXPREC*]’:
utils.cpp:106:65: required from here
utils.cpp:86:13: warning: unused variable ‘s’ [-Wunused-variable]
int s;
^
utils.cpp: In instantiation of ‘SEXPREC* rowsum_subset_internal(const T*, const matrix_info&, SEXP) [with T = double; SEXP = SEXPREC*]’:
utils.cpp:108:68: required from here
utils.cpp:86:13: warning: unused variable ‘s’ [-Wunused-variable]
utils.cpp: In instantiation of ‘SEXPREC* calc_top_features_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]’:
utils.cpp:336:74: required from here
utils.cpp:263:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (size_t t=1; t<ntop; ++t) {
^
utils.cpp:292:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (t=1; t<ntop; ++t) {
^
utils.cpp:303:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (r=0; r<itercycles; ++r) {
^
utils.cpp:313:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (t=0; t<ntop; ++t) {
^
utils.cpp: In instantiation of ‘SEXPREC* calc_top_features_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = double; SEXP = SEXPREC*]’:
utils.cpp:338:77: required from here
utils.cpp:263:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (size_t t=1; t<ntop; ++t) {
^
utils.cpp:292:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (t=1; t<ntop; ++t) {
^
utils.cpp:303:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (r=0; r<itercycles; ++r) {
^
utils.cpp:313:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (t=0; t<ntop; ++t) {
^
g++ -shared -L/home/biocbuild/bbs-3.5-bioc/R/lib -L/usr/local/lib -o scater.so calc_exprs.o init.o matrix_info.o utils.o -L/home/biocbuild/bbs-3.5-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.5-bioc/R/library/scater/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Creating a new generic function for ‘mutate’ in package ‘scater’
Creating a new generic function for ‘filter’ in package ‘scater’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (scater)