downloading reverse dependencies ... downloading mlr3spatiotempcv_2.3.0.tar.gz ... ok downloading waywiser_0.5.1.tar.gz ... ok installing dependencies ‘applicable’, ‘blockCV’, ‘CAST’, ‘mlr3filters’, ‘mlr3spatial’, ‘PCAmixdata’, ‘spatialsample’, ‘sperrorest’, ‘stars’ begin installing package ‘blockCV’ begin installing package ‘PCAmixdata’ begin installing package ‘CAST’ begin installing package ‘mlr3filters’ begin installing package ‘mlr3spatial’ begin installing package ‘sperrorest’ begin installing package ‘applicable’ begin installing package ‘spatialsample’ begin installing package ‘stars’ * installing *source* package ‘PCAmixdata’ ... ** package ‘PCAmixdata’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** 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 (PCAmixdata) * installing *source* package ‘sperrorest’ ... ** package ‘sperrorest’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 (sperrorest) * installing *source* package ‘mlr3filters’ ... ** package ‘mlr3filters’ successfully unpacked and MD5 sums checked ** 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 (mlr3filters) * installing *source* package ‘applicable’ ... ** package ‘applicable’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 (applicable) * installing *source* package ‘stars’ ... ** package ‘stars’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** demo ** inst ** byte-compile and prepare package for lazy loading in method for ‘coerce’ with signature ‘"stars","Raster"’: no definition for class “Raster” in method for ‘coerce’ with signature ‘"stars_proxy","Raster"’: no definition for class “Raster” in method for ‘coerce’ with signature ‘"stars","SpatRaster"’: no definition for class “SpatRaster” in method for ‘coerce’ with signature ‘"stars_proxy","SpatRaster"’: no definition for class “SpatRaster” in method for ‘coerce’ with signature ‘"stars","STFDF"’: no definition for class “STFDF” in method for ‘coerce’ with signature ‘"stars","Spatial"’: no definition for class “Spatial” ** 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 (stars) * installing *source* package ‘CAST’ ... ** using staged installation ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** 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 (CAST) * installing *source* package ‘blockCV’ ... ** package ‘blockCV’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (Debian 13.2.0-13) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpbueFBB/R.INSTALL3f8f9c39bcd02a/blockCV/src' g++-13 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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 -c RcppExports.cpp -o RcppExports.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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 -c nndm.cpp -o nndm.o nndm.cpp: In function ‘Rcpp::NumericMatrix nndm_cpp(Rcpp::NumericMatrix, Rcpp::NumericVector, double, double)’: nndm.cpp:88:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 88 | for(int i=0; i < Gjstar_indices.size(); i++){ | ~~^~~~~~~~~~~~~~~~~~~~~~~ nndm.cpp:96:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 96 | for(int i=0; i < Gij_vec.size(); i++){ | ~~^~~~~~~~~~~~~~~~ nndm.cpp:135:38: warning: comparison of integer expressions of different signedness: ‘std::vector::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 135 | } else if( Gjstar_indices.size() == Gjstar_less_than_rmin ){ | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ nndm.cpp:138:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 138 | for(int i=0; i::operator()(int, int) [with T = double]’, inlined from ‘Rcpp::NumericMatrix nndm_cpp(Rcpp::NumericMatrix, Rcpp::NumericVector, double, double)’ at nndm.cpp:107:15: nndm.cpp:30:22: warning: ‘imin’ may be used uninitialized [-Wmaybe-uninitialized] 30 | return matrix_[i * columns_ + j]; | ~~^~~~~~~~~~ nndm.cpp: In function ‘Rcpp::NumericMatrix nndm_cpp(Rcpp::NumericMatrix, Rcpp::NumericVector, double, double)’: nndm.cpp:69:7: note: ‘imin’ was declared here 69 | int imin; | ^~~~ g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o blockCV.so RcppExports.o nndm.o -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpbueFBB/R.INSTALL3f8f9c39bcd02a/blockCV/src' installing to /home/hornik/tmp/CRAN/Library/00LOCK-blockCV/00new/blockCV/libs ** 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 ** 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 (blockCV) * installing *source* package ‘mlr3spatial’ ... ** package ‘mlr3spatial’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 (mlr3spatial) * installing *source* package ‘spatialsample’ ... ** package ‘spatialsample’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (Debian 13.2.0-13) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpX11OJj/R.INSTALL3f8faa3768b17b/spatialsample/src' g++-13 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c code.cpp -o code.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c cpp11.cpp -o cpp11.o g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o spatialsample.so code.o cpp11.o -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpX11OJj/R.INSTALL3f8faa3768b17b/spatialsample/src' installing to /home/hornik/tmp/CRAN/Library/00LOCK-spatialsample/00new/spatialsample/libs ** R ** data *** moving datasets to lazyload DB ** 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 ** 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 (spatialsample) checking CAST_1.0.0.tar.gz ... checking mlr3spatiotempcv_2.3.0.tar.gz ... checking waywiser_0.5.1.tar.gz ... Depends: Package: CAST Depends: R (>= 4.1.0) Imports: caret, stats, utils, ggplot2, graphics, FNN, plyr, zoo, methods, grDevices, data.table, sf, forcats Timings: user system elapsed CAST 674.52 19.073 666.176 Results: Check status summary: ERROR OK Source packages 0 1 Reverse depends 1 1 Check results summary: CAST ... OK rdepends_mlr3spatiotempcv ... ERROR * checking examples ... [8s/8s] ERROR * checking tests ... [55s/27s] ERROR rdepends_waywiser ... OK Check results changes: Package: mlr3spatiotempcv Check: examples New result: ERROR Package: mlr3spatiotempcv Check: tests New result: ERROR