This page was generated on 2018-04-12 13:31:58 -0400 (Thu, 12 Apr 2018).
EBImage 4.20.1 Andrzej OleÅ›
Snapshot Date: 2018-04-11 16:45:18 -0400 (Wed, 11 Apr 2018) |
URL: https://git.bioconductor.org/packages/EBImage |
Branch: RELEASE_3_6 |
Last Commit: 8e7887c |
Last Changed Date: 2018-01-26 05:36:43 -0400 (Fri, 26 Jan 2018) |
| malbec1 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | OK | OK | OK | | |
tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |
veracruz1 | OS X 10.11.6 El Capitan / x86_64 | [ OK ] | OK | OK | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL EBImage
###
##############################################################################
##############################################################################
* installing to library ‘/Library/Frameworks/R.framework/Versions/3.4/Resources/library’
* installing *source* package ‘EBImage’ ...
** libs
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c EBImage.c -o EBImage.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c clahe.c -o clahe.o
clahe.c:219:19: warning: operator '>>' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
uiSubY = uiYSize+1 >> 1; uiYU = uiNrY-1; uiYB = uiYU;
˜˜˜˜˜˜˜^˜ ˜˜
clahe.c:219:19: note: place parentheses around the '+' expression to silence this warning
uiSubY = uiYSize+1 >> 1; uiYU = uiNrY-1; uiYB = uiYU;
^
( )
clahe.c:231:23: warning: operator '>>' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
uiSubX = uiXSize+1 >> 1; uiXL = uiNrX - 1; uiXR = uiXL;
˜˜˜˜˜˜˜^˜ ˜˜
clahe.c:231:23: note: place parentheses around the '+' expression to silence this warning
uiSubX = uiXSize+1 >> 1; uiXL = uiNrX - 1; uiXR = uiXL;
^
( )
clahe.c:183:13: warning: comparison of constant 65536 with expression of type 'kz_pixel_t' (aka 'unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
if (Max >= uiNR_OF_GREY) return -5; /* maximum too large */
˜˜˜ ^ ˜˜˜˜˜˜˜˜˜˜˜˜
3 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c distmap.cpp -o distmap.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c drawCircle.c -o drawCircle.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c floodFill.cpp -o floodFill.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c getFrames.c -o getFrames.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c haralick.c -o haralick.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c medianFilter.c -o medianFilter.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c morphology.cpp -o morphology.o
morphology.cpp:163:14: warning: expression result unused [-Wunused-value]
for (i; i < 0; ++i) {
^
morphology.cpp:166:14: warning: expression result unused [-Wunused-value]
for (i; i < maxX; ++i) {
^
morphology.cpp:170:14: warning: expression result unused [-Wunused-value]
for (i; i < size.x + set->maxXoffset; ++i) {
^
morphology.cpp:196:14: warning: expression result unused [-Wunused-value]
for (i; i < 0; ++i) {
^
morphology.cpp:199:14: warning: expression result unused [-Wunused-value]
for (i; i < maxX; ++i) {
^
morphology.cpp:203:14: warning: expression result unused [-Wunused-value]
for (i; i < size.x + set->maxXoffset; ++i) {
^
morphology.cpp:196:14: warning: expression result unused [-Wunused-value]
for (i; i < 0; ++i) {
^
morphology.cpp:253:42: note: in instantiation of function template specialization 'compute_lookup_table_for_line_erode<int>' requested here
compute_lookup_table_for_line = &compute_lookup_table_for_line_erode<type>;
^
morphology.cpp:340:9: note: in instantiation of function template specialization 'erode_dilate<int>' requested here
erode_dilate<type>(x, res, size, nz, what, &set, T);
^
morphology.cpp:374:9: note: in instantiation of function template specialization '_morphology<int>' requested here
_morphology<int>(INTEGER(x), INTEGER(res), size, nz, kernel, operation);
^
morphology.cpp:199:14: warning: expression result unused [-Wunused-value]
for (i; i < maxX; ++i) {
^
morphology.cpp:203:14: warning: expression result unused [-Wunused-value]
for (i; i < size.x + set->maxXoffset; ++i) {
^
morphology.cpp:163:14: warning: expression result unused [-Wunused-value]
for (i; i < 0; ++i) {
^
morphology.cpp:257:42: note: in instantiation of function template specialization 'compute_lookup_table_for_line_dilate<int>' requested here
compute_lookup_table_for_line = &compute_lookup_table_for_line_dilate<type>;
^
morphology.cpp:340:9: note: in instantiation of function template specialization 'erode_dilate<int>' requested here
erode_dilate<type>(x, res, size, nz, what, &set, T);
^
morphology.cpp:374:9: note: in instantiation of function template specialization '_morphology<int>' requested here
_morphology<int>(INTEGER(x), INTEGER(res), size, nz, kernel, operation);
^
morphology.cpp:166:14: warning: expression result unused [-Wunused-value]
for (i; i < maxX; ++i) {
^
morphology.cpp:170:14: warning: expression result unused [-Wunused-value]
for (i; i < size.x + set->maxXoffset; ++i) {
^
morphology.cpp:196:14: warning: expression result unused [-Wunused-value]
for (i; i < 0; ++i) {
^
morphology.cpp:253:42: note: in instantiation of function template specialization 'compute_lookup_table_for_line_erode<double>' requested here
compute_lookup_table_for_line = &compute_lookup_table_for_line_erode<type>;
^
morphology.cpp:340:9: note: in instantiation of function template specialization 'erode_dilate<double>' requested here
erode_dilate<type>(x, res, size, nz, what, &set, T);
^
morphology.cpp:377:9: note: in instantiation of function template specialization '_morphology<double>' requested here
_morphology<double>(REAL(x), REAL(res), size, nz, kernel, operation);
^
morphology.cpp:199:14: warning: expression result unused [-Wunused-value]
for (i; i < maxX; ++i) {
^
morphology.cpp:203:14: warning: expression result unused [-Wunused-value]
for (i; i < size.x + set->maxXoffset; ++i) {
^
morphology.cpp:163:14: warning: expression result unused [-Wunused-value]
for (i; i < 0; ++i) {
^
morphology.cpp:257:42: note: in instantiation of function template specialization 'compute_lookup_table_for_line_dilate<double>' requested here
compute_lookup_table_for_line = &compute_lookup_table_for_line_dilate<type>;
^
morphology.cpp:340:9: note: in instantiation of function template specialization 'erode_dilate<double>' requested here
erode_dilate<type>(x, res, size, nz, what, &set, T);
^
morphology.cpp:377:9: note: in instantiation of function template specialization '_morphology<double>' requested here
_morphology<double>(REAL(x), REAL(res), size, nz, kernel, operation);
^
morphology.cpp:166:14: warning: expression result unused [-Wunused-value]
for (i; i < maxX; ++i) {
^
morphology.cpp:170:14: warning: expression result unused [-Wunused-value]
for (i; i < size.x + set->maxXoffset; ++i) {
^
18 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c nativeRaster.c -o nativeRaster.o
nativeRaster.c:38:7: warning: assigning to 'uint32_t *' (aka 'unsigned int *') from 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
out = INTEGER(res);
^ ˜˜˜˜˜˜˜˜˜˜˜˜
1 warning generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c normalize.c -o normalize.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c objects.c -o objects.o
objects.c:21:30: warning: unused variable 'dp' [-Wunused-variable]
double *obj, *src, *tgt, dp, val;
^
1 warning generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c ocontour.c -o ocontour.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c propagate.cpp -o propagate.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c spatial.c -o spatial.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c thresh.cpp -o thresh.o
thresh.cpp:64:42: warning: unused variable 'i' [-Wunused-variable]
int xi, yi, u, k, l, ou, nu, ov, nv, i;
^
1 warning generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c tile.cpp -o tile.o
tile.cpp:24:17: warning: unused variable 'ims' [-Wunused-variable]
SEXP res, dm, ims;
^
tile.cpp:167:20: warning: use of GNU old-style field designator extension [-Wgnu-designator]
Dims d = (Dims) {dx: sdim[0], dy: sdim[1], nx: nx, ny: ny, xoff: 0, yoff: 0};
^˜˜
.dx =
tile.cpp:167:33: warning: use of GNU old-style field designator extension [-Wgnu-designator]
Dims d = (Dims) {dx: sdim[0], dy: sdim[1], nx: nx, ny: ny, xoff: 0, yoff: 0};
^˜˜
.dy =
tile.cpp:167:46: warning: use of GNU old-style field designator extension [-Wgnu-designator]
Dims d = (Dims) {dx: sdim[0], dy: sdim[1], nx: nx, ny: ny, xoff: 0, yoff: 0};
^˜˜
.nx =
tile.cpp:167:54: warning: use of GNU old-style field designator extension [-Wgnu-designator]
Dims d = (Dims) {dx: sdim[0], dy: sdim[1], nx: nx, ny: ny, xoff: 0, yoff: 0};
^˜˜
.ny =
tile.cpp:167:62: warning: use of GNU old-style field designator extension [-Wgnu-designator]
Dims d = (Dims) {dx: sdim[0], dy: sdim[1], nx: nx, ny: ny, xoff: 0, yoff: 0};
^˜˜˜˜
.xoff =
tile.cpp:167:71: warning: use of GNU old-style field designator extension [-Wgnu-designator]
Dims d = (Dims) {dx: sdim[0], dy: sdim[1], nx: nx, ny: ny, xoff: 0, yoff: 0};
^˜˜˜˜
.yoff =
tile.cpp:163:11: warning: unused variable 'src' [-Wunused-variable]
double *src, *tgt;
^
tile.cpp:162:18: warning: unused variable 'dat' [-Wunused-variable]
SEXP res, dim, dat;
^
tile.cpp:163:17: warning: unused variable 'tgt' [-Wunused-variable]
double *src, *tgt;
^
tile.cpp:161:29: warning: unused variable 'y' [-Wunused-variable]
int nprotect=0, i, j, im, y, iim;
^
11 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c tools.c -o tools.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c transpose.cpp -o transpose.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c watershed.cpp -o watershed.o
clang++ -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o EBImage.so EBImage.o clahe.o distmap.o drawCircle.o floodFill.o getFrames.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 transpose.o watershed.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/3.4/Resources/library/EBImage/libs
** R
** inst
** preparing package for lazy loading
Creating a new generic function for ‘abind’ in package ‘EBImage’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (EBImage)