downloading reverse dependencies ... downloading bbknnR_1.1.1.tar.gz ... ok downloading ConfZIC_1.0.1.tar.gz ... ok downloading CooRTweet_2.0.2.tar.gz ... ok downloading journalabbr_0.4.3.tar.gz ... ok downloading msSPChelpR_0.9.1.tar.gz ... ok downloading rTwig_1.3.0.tar.gz ... ok downloading tidyrules_0.2.7.tar.gz ... ok installing dependencies ‘AmesHousing’, ‘cmna’, ‘colourvalues’, ‘MetricsWeighted’, ‘rmatio’, ‘tidytable’ begin installing package ‘tidytable’ begin installing package ‘rmatio’ begin installing package ‘cmna’ begin installing package ‘colourvalues’ begin installing package ‘MetricsWeighted’ begin installing package ‘AmesHousing’ * installing *source* package ‘MetricsWeighted’ ... ** package ‘MetricsWeighted’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (MetricsWeighted) * installing *source* package ‘cmna’ ... ** package ‘cmna’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (cmna) * installing *source* package ‘AmesHousing’ ... ** package ‘AmesHousing’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (AmesHousing) * installing *source* package ‘tidytable’ ... ** using staged installation ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (tidytable) * installing *source* package ‘rmatio’ ... ** package ‘rmatio’ successfully unpacked and MD5 sums checked ** using staged installation checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking inttypes.h... yes checking stdlib.h... yes checking stdint.h... yes checking strings.h... yes checking string.h... yes checking sys/stat.h... yes checking sys/types.h... yes checking unistd.h... checking for zlib... yes checking size of char... 1 checking size of short... 2 checking size of double... 8 checking size of float... 4 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of size_t... 8 checking size of void *... 8 checking for mat_int8_t... int8_t checking for mat_int16_t... int16_t checking for mat_int32_t... int32_t checking for mat_int64_t... int64_t checking for mat_uint8_t... uint8_t checking for mat_uint16_t... uint16_t checking for mat_uint32_t... uint32_t checking for mat_uint64_t... uint64_t configure: creating ./config.status config.status: creating src/Makevars config.status: creating src/matio/config.h config.status: src/matio/config.h is unchanged ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-8) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp7b0ysU/R.INSTALL1f334c396e5c4c/rmatio/src' gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c matio/endian.c -o matio/endian.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c matio/inflate.c -o matio/inflate.o matio/inflate.c: In function ‘InflateSkip’: matio/inflate.c:77:22: warning: storing the address of local variable ‘uncomp_buf’ in ‘*z.next_out’ [-Wdangling-pointer=] 77 | z->next_out = uncomp_buf; | ~~~~~~~~~~~~~^~~~~~~~~~~~ matio/inflate.c:51:31: note: ‘uncomp_buf’ declared here 51 | mat_uint8_t comp_buf[512],uncomp_buf[512]; | ^~~~~~~~~~ matio/inflate.c:49:35: note: ‘z’ declared here 49 | InflateSkip(mat_t *mat, z_streamp z, int nbytes) | ~~~~~~~~~~^ gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c matio/mat4.c -o matio/mat4.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c matio/mat5.c -o matio/mat5.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c matio/mat.c -o matio/mat.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c matio/matvar_cell.c -o matio/matvar_cell.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c matio/matvar_struct.c -o matio/matvar_struct.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c matio/read_data.c -o matio/read_data.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c rmatio.c -o rmatio.o gcc-14 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o rmatio.so matio/endian.o matio/inflate.o matio/mat4.o matio/mat5.o matio/mat.o matio/matvar_cell.o matio/matvar_struct.o matio/read_data.o rmatio.o -lz -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp7b0ysU/R.INSTALL1f334c396e5c4c/rmatio/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-rmatio/00new/rmatio/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 (rmatio) * installing *source* package ‘colourvalues’ ... ** package ‘colourvalues’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (Debian 14.2.0-8) 14.2.0’ using C++17 make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpw335Nh/R.INSTALL1f33513c57eaa1/colourvalues/src' g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/BH/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c ColourValues.cpp -o ColourValues.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/BH/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c ConvertColours.cpp -o ConvertColours.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/BH/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/BH/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c alpha.cpp -o alpha.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/BH/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c format.cpp -o format.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/BH/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c list.cpp -o list.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/BH/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c palette_utils.cpp -o palette_utils.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/BH/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c palettes.cpp -o palettes.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/BH/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c scale.cpp -o scale.o g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o colourvalues.so ColourValues.o ConvertColours.o RcppExports.o alpha.o format.o list.o palette_utils.o palettes.o scale.o -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpw335Nh/R.INSTALL1f33513c57eaa1/colourvalues/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-colourvalues/00new/colourvalues/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (colourvalues) checking tidytable_0.11.2.tar.gz ... checking bbknnR_1.1.1.tar.gz ... checking ConfZIC_1.0.1.tar.gz ... checking CooRTweet_2.0.2.tar.gz ... checking journalabbr_0.4.3.tar.gz ... checking msSPChelpR_0.9.1.tar.gz ... checking rTwig_1.3.0.tar.gz ... checking tidyrules_0.2.7.tar.gz ... Depends: Package: tidytable Imports: data.table (>= 1.16.0), glue (>= 1.4.0), lifecycle (>= 1.0.3), magrittr (>= 2.0.3), pillar (>= 1.8.0), rlang (>= 1.1.0), tidyselect (>= 1.2.0), vctrs (>= 0.6.0) Timings: user system elapsed tidytable 51.529 4.433 56.825 Results: Check status summary: OK Source packages 1 Reverse depends 7 Check results summary: tidytable ... OK rdepends_bbknnR ... OK rdepends_ConfZIC ... OK rdepends_CooRTweet ... OK rdepends_journalabbr ... OK rdepends_msSPChelpR ... OK rdepends_rTwig ... OK rdepends_tidyrules ... OK