scater 1.2.0 Davis McCarthy
Snapshot Date: 2017-04-14 17:17:13 -0400 (Fri, 14 Apr 2017) | URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_4/madman/Rpacks/scater | Last Changed Rev: 122710 / Revision: 128728 | Last Changed Date: 2016-10-17 14:45:06 -0400 (Mon, 17 Oct 2016) |
| malbec1 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | OK | OK | [ OK ] | | |
tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |
morelia | Mac OS X Mavericks (10.9.5) / x86_64 | OK | OK | OK | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.4-bioc/R/bin/R CMD check --no-vignettes --timings scater_1.2.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.4-bioc/meat/scater.Rcheck’
* using R version 3.3.3 (2017-03-06)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘scater/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘scater’ version ‘1.2.0’
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘scater’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
user system elapsed
plotExpression 6.568 0.008 6.588
plotPCA 5.892 0.004 5.899
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: OK
* installing *source* package ‘scater’ ...
** libs
g++ -I/home/biocbuild/bbs-3.4-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c calc_cpm.cpp -o calc_cpm.o
calc_cpm.cpp: In instantiation of ‘SEXPREC* calc_cpm_internal(const T*, const matrix_info&, SEXP, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]’:
calc_cpm.cpp:53:82: required from here
calc_cpm.cpp:5:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (!isReal(lib_sizes) || LENGTH(lib_sizes)!=MAT.ncol) {
^
calc_cpm.cpp:9:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (!isReal(prior_counts) || LENGTH(prior_counts)!=MAT.ncol) {
^
calc_cpm.cpp: In instantiation of ‘SEXPREC* calc_cpm_internal(const T*, const matrix_info&, SEXP, SEXP, SEXP) [with T = double; SEXP = SEXPREC*]’:
calc_cpm.cpp:55:85: required from here
calc_cpm.cpp:5:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (!isReal(lib_sizes) || LENGTH(lib_sizes)!=MAT.ncol) {
^
calc_cpm.cpp:9:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (!isReal(prior_counts) || LENGTH(prior_counts)!=MAT.ncol) {
^
g++ -I/home/biocbuild/bbs-3.4-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c init.cpp -o init.o
g++ -I/home/biocbuild/bbs-3.4-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.4-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c utils.cpp -o utils.o
utils.cpp: In instantiation of ‘SEXPREC* colsum_subset_internal(const T*, const matrix_info&, SEXP) [with T = int; SEXP = SEXPREC*]’:
utils.cpp:56:65: required from here
utils.cpp:26:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (sptr[s] < 1 || sptr[s] > MAT.nrow) {
^
utils.cpp: In instantiation of ‘SEXPREC* colsum_subset_internal(const T*, const matrix_info&, SEXP) [with T = double; SEXP = SEXPREC*]’:
utils.cpp:58:68: required from here
utils.cpp:26:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
utils.cpp: In instantiation of ‘SEXPREC* colsum_exprs_subset_internal(const T*, const matrix_info&, T, SEXP) [with T = int; SEXP = SEXPREC*]’:
utils.cpp:109:93: required from here
utils.cpp:74:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (sptr[s] < 1 || sptr[s] > MAT.nrow) {
^
utils.cpp: In instantiation of ‘SEXPREC* colsum_exprs_subset_internal(const T*, const matrix_info&, T, SEXP) [with T = double; SEXP = SEXPREC*]’:
utils.cpp:114:93: required from here
utils.cpp:74:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
utils.cpp: In instantiation of ‘SEXPREC* calc_top_features_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]’:
utils.cpp:298:74: required from here
utils.cpp:218:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (size_t t=1; t<ntop; ++t) {
^
utils.cpp:235:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (sptr[s] < 0 || sptr[s] >= MAT.nrow) {
^
utils.cpp:254:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (t=1; t<ntop; ++t) {
^
utils.cpp:265:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (r=0; r<itercycles; ++r) {
^
utils.cpp:275: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:300:77: required from here
utils.cpp:218:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (size_t t=1; t<ntop; ++t) {
^
utils.cpp:235:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (sptr[s] < 0 || sptr[s] >= MAT.nrow) {
^
utils.cpp:254:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (t=1; t<ntop; ++t) {
^
utils.cpp:265:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (r=0; r<itercycles; ++r) {
^
utils.cpp:275:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (t=0; t<ntop; ++t) {
^
g++ -shared -L/home/biocbuild/bbs-3.4-bioc/R/lib -L/usr/local/lib -o scater.so calc_cpm.o init.o matrix_info.o utils.o -L/home/biocbuild/bbs-3.4-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.4-bioc/meat/scater.Rcheck/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)