EBImage 4.12.2 Andrzej OleÅ›
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/EBImage | Last Changed Rev: 110768 / Revision: 116712 | Last Changed Date: 2015-11-20 05:40:47 -0800 (Fri, 20 Nov 2015) |
| zin1 | Linux (Ubuntu 14.04.2 LTS) / x86_64 | OK | OK | [ OK ] | | |
moscato1 | Windows Server 2008 R2 Standard (64-bit) / x64 | OK | OK | OK | OK | |
oaxaca | Mac OS X Mavericks (10.9.5) / x86_64 | OK | OK | OK | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.2-bioc/R/bin/R CMD check --no-vignettes --timings EBImage_4.12.2.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.2-bioc/meat/EBImage.Rcheck’
* using R version 3.2.4 Revised (2016-03-16 r70336)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘EBImage/DESCRIPTION’ ... OK
* this is package ‘EBImage’ version ‘4.12.2’
* package encoding: UTF-8
* 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 ‘EBImage’ can be installed ... [7s/7s] OK
* checking installed package size ... NOTE
installed size is 6.6Mb
sub-directories of 1Mb or more:
doc 4.0Mb
images 1.7Mb
* 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 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 ... [28s/32s] OK
Examples with CPU or elapsed time > 5s
user system elapsed
EBImage 6.012 0.124 8.476
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘test.R’ [4s/5s]
Comparing ‘test.Rout’ to ‘test.Rout.save’ ... OK
[4s/6s] 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: 1 NOTE
See
‘/home/biocbuild/bbs-3.2-bioc/meat/EBImage.Rcheck/00check.log’
for details.
* installing *source* package ‘EBImage’ ...
** libs
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c EBImage.c -o EBImage.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c distmap.c -o distmap.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c drawCircle.c -o drawCircle.o
g++ -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c floodFill.cpp -o floodFill.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c haralick.c -o haralick.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c medianFilter.c -o medianFilter.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c morphology.c -o morphology.o
morphology.c: In function ‘compute_lookup_table_for_line_dilate’:
morphology.c:59:7: warning: statement with no effect [-Wunused-value]
for (i; i < 0; ++i) {
^
morphology.c:62:7: warning: statement with no effect [-Wunused-value]
for (i; i < maxX; ++i) {
^
morphology.c:65:7: warning: statement with no effect [-Wunused-value]
for (i; i < size.x + set->maxXoffset; ++i) {
^
morphology.c: In function ‘compute_lookup_table_for_line_erode’:
morphology.c:89:5: warning: statement with no effect [-Wunused-value]
for (i; i < 0; ++i) {
^
morphology.c:92:5: warning: statement with no effect [-Wunused-value]
for (i; i < maxX; ++i) {
^
morphology.c:95:5: warning: statement with no effect [-Wunused-value]
for (i; i < size.x + set->maxXoffset; ++i) {
^
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c nativeRaster.c -o nativeRaster.o
nativeRaster.c: In function ‘nativeRaster’:
nativeRaster.c:38:7: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
out = INTEGER(res);
^
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c normalize.c -o normalize.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c objects.c -o objects.o
In file included from objects.h:5:0,
from objects.c:1:
objects.c: In function ‘stackObjects’:
/home/biocbuild/bbs-3.2-bioc/R/include/Rdefines.h:132:37: warning: ‘dim’ may be used uninitialized in this function [-Wmaybe-uninitialized]
#define SET_DIM(x, n) setAttrib(x, R_DimSymbol, n)
^
objects.c:171:22: note: ‘dim’ was declared here
SEXP res, st=NULL, dim, xys;
^
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c ocontour.c -o ocontour.o
g++ -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c propagate.cpp -o propagate.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c spatial.c -o spatial.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c thresh.c -o thresh.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c tile.c -o tile.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c tools.c -o tools.o
g++ -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c watershed.cpp -o watershed.o
g++ -shared -L/home/biocbuild/bbs-3.2-bioc/R/lib -L/usr/local/lib -o EBImage.so EBImage.o distmap.o drawCircle.o floodFill.o haralick.o medianFilter.o morphology.o nativeRaster.o normalize.o objects.o ocontour.o propagate.o spatial.o thresh.o tile.o tools.o watershed.o -L/home/biocbuild/bbs-3.2-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.2-bioc/meat/EBImage.Rcheck/EBImage/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (EBImage)