* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘imply’ ... ** this is package ‘imply’ version ‘0.1.0’ ** package ‘imply’ successfully unpacked and MD5 sums checked ** using staged installation checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C++... yes checking whether g++-16 -std=gnu++20 accepts -g... yes checking for g++-16 -std=gnu++20 option to enable C++11 features... -std=gnu++11 checking for OpenMP flag of C++ compiler... -fopenmp checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for library containing dispatch_apply_f... no checking for dispatch/dispatch.h... no checking whether a simple program can be compiled against libdispatch... no configure: creating ./config.status config.status: creating src/Makevars ** libs using C++ compiler: ‘g++-16 (Debian 16.2.0-1) 16.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpUFJbGc/R.INSTALLac5e252061542/imply/src' g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArray/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArray/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c apply.cpp -o apply.o g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArray/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c geometry.cpp -o geometry.o g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArray/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c narrow.cpp -o narrow.o In file included from narrow.cpp:7: In function ‘imply::Calibration imply::calibrateFor(NarrowType, double, double, bool)’, inlined from ‘Rcpp::List calibrateStorage(std::string, double, double, bool)’ at narrow.cpp:68:44: ../inst/include/imply/Narrow.h:178:18: warning: ‘low’ may be used uninitialized [-Wmaybe-uninitialized] 178 | if (integral && dataMin >= low && dataMax <= high) | ~~~~~~~~~^~~~~~~~~~~~~~~~~ ../inst/include/imply/Narrow.h: In function ‘Rcpp::List calibrateStorage(std::string, double, double, bool)’: ../inst/include/imply/Narrow.h:173:12: note: ‘low’ was declared here 173 | double low, high; | ^~~ In function ‘imply::Calibration imply::calibrateFor(NarrowType, double, double, bool)’, inlined from ‘Rcpp::List calibrateStorage(std::string, double, double, bool)’ at narrow.cpp:68:44: ../inst/include/imply/Narrow.h:178:36: warning: ‘high’ may be used uninitialized [-Wmaybe-uninitialized] 178 | if (integral && dataMin >= low && dataMax <= high) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ../inst/include/imply/Narrow.h: In function ‘Rcpp::List calibrateStorage(std::string, double, double, bool)’: ../inst/include/imply/Narrow.h:173:17: note: ‘high’ was declared here 173 | double low, high; | ^~~~ g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArray/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c raster.cpp -o raster.o In file included from raster.cpp:7: In static member function ‘static imply::Extent imply::internal::Indexer::flatten(const std::array&, const std::array&) [with int D = 1]’, inlined from ‘imply::Extent imply::Raster::flattenIndex(const Index&) const [with int D = 1]’ at ../inst/include/imply/Raster.h:195:49, inlined from ‘flattenIndices(Rcpp::RObject, Rcpp::IntegerMatrix, Rcpp::Nullable >, bool):: [with auto:9 = imply::Raster<1>]’ at raster.cpp:151:59, inlined from ‘flattenIndices(Rcpp::RObject, Rcpp::IntegerMatrix, Rcpp::Nullable >, bool):: [with auto:10 = std::integral_constant]’ at raster.cpp:159:16, inlined from ‘SEXPREC* imply::dispatchDims(int, Functor&&) [with Functor = flattenIndices(Rcpp::RObject, Rcpp::IntegerMatrix, Rcpp::Nullable >, bool)::]’ at ../inst/include/imply/Dispatch.h:45:26, inlined from ‘SEXPREC* flattenIndices(Rcpp::RObject, Rcpp::IntegerMatrix, Rcpp::Nullable >, bool)’ at raster.cpp:158:21: ../inst/include/imply/Raster.h:53:34: warning: ‘loc$_M_elems$’ may be used uninitialized [-Wmaybe-uninitialized] 53 | return strides[0] * loc[0]; | ^ raster.cpp: In function ‘SEXPREC* flattenIndices(Rcpp::RObject, Rcpp::IntegerMatrix, Rcpp::Nullable >, bool)’: raster.cpp:138:51: note: ‘loc$_M_elems$’ was declared here 138 | typename std::decay_t::Index loc; | ^~~ g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArray/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c reduce.cpp -o reduce.o g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArray/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c sparse.cpp -o sparse.o g++-16 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o imply.so RcppExports.o apply.o geometry.o narrow.o raster.o reduce.o sparse.o -fopenmp -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpUFJbGc/R.INSTALLac5e252061542/imply/src' make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpUFJbGc/R.INSTALLac5e252061542/imply/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpUFJbGc/R.INSTALLac5e252061542/imply/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-imply/00new/imply/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 (imply)