* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘imbibe’ ...
** this is package ‘imbibe’ version ‘0.1.1’
** package ‘imbibe’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 19.1.7 (7)’
using C++ compiler: ‘Debian clang version 19.1.7 (7)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpUh5E1x/R.INSTALL1f0c702b5c6e/imbibe/src'
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DUSING_R -DHAVE_ZLIB -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RNifti/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RNifti_shim.c -o RNifti_shim.o
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DUSING_R -DHAVE_ZLIB -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RNifti/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c bw.c -o bw.o
bw.c:397:9: warning: variable 'm' set but not used [-Wunused-but-set-variable]
397 | int m, k; // loop variables
| ^
bw.c:422:9: warning: variable 'm' set but not used [-Wunused-but-set-variable]
422 | int m, k; // loop variables
| ^
bw.c:654:9: warning: unused variable 'R' [-Wunused-variable]
654 | int j, R;
| ^
bw.c:667:9: warning: unused variable 'R' [-Wunused-variable]
667 | int j, R;
| ^
4 warnings generated.
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DUSING_R -DHAVE_ZLIB -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RNifti/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c core.c -o core.o
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DUSING_R -DHAVE_ZLIB -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RNifti/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c core32.c -o core32.o
core32.c:503:6: warning: unused variable 'top' [-Wunused-variable]
503 | int top = nBins - 1;
| ^~~
core32.c:2943:6: warning: unused variable 'fv' [-Wunused-variable]
2943 | flt fv = v;
| ^~
core32.c:2778:12: warning: unused function 'essentiallyEqual' [-Wunused-function]
2778 | static int essentiallyEqual(float a, float b) {
| ^~~~~~~~~~~~~~~~
3 warnings generated.
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DUSING_R -DHAVE_ZLIB -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RNifti/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c core64.c -o core64.o
core64.c:503:6: warning: unused variable 'top' [-Wunused-variable]
503 | int top = nBins - 1;
| ^~~
core64.c:2943:6: warning: unused variable 'fv' [-Wunused-variable]
2943 | flt fv = v;
| ^~
core64.c:2778:12: warning: unused function 'essentiallyEqual' [-Wunused-function]
2778 | static int essentiallyEqual(float a, float b) {
| ^~~~~~~~~~~~~~~~
3 warnings generated.
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DUSING_R -DHAVE_ZLIB -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RNifti/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c main.cpp -o main.o
main.cpp:12:9: warning: variable 'status' set but not used [-Wunused-but-set-variable]
12 | int status = 0;
| ^
1 warning generated.
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DUSING_R -DHAVE_ZLIB -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RNifti/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c tensor.c -o tensor.o
tensor.c:1705:14: warning: variable 'nvox' set but not used [-Wunused-but-set-variable]
1705 | static int nvox , ncall ;
| ^
tensor.c:1705:21: warning: variable 'ncall' set but not used [-Wunused-but-set-variable]
1705 | static int nvox , ncall ;
| ^
2 warnings generated.
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o imbibe.so RNifti_shim.o bw.o core.o core32.o core64.o main.o tensor.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpUh5E1x/R.INSTALL1f0c702b5c6e/imbibe/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpUh5E1x/R.INSTALL1f0c702b5c6e/imbibe/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpUh5E1x/R.INSTALL1f0c702b5c6e/imbibe/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-imbibe/00new/imbibe/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (imbibe)