downloading reverse dependencies ... downloading AirMonitor_0.4.2.tar.gz ... ok downloading MazamaLocationUtils_0.4.4.tar.gz ... ok downloading MazamaSpatialPlots_0.2.0.tar.gz ... ok downloading MazamaSpatialUtils_0.8.7.tar.gz ... ok downloading MazamaTimeSeries_0.3.0.tar.gz ... ok installing dependencies ‘geohashTools’, ‘MazamaCoreUtils’, ‘MazamaRollUtils’, ‘MazamaSpatialUtils’, ‘MazamaTimeSeries’, ‘tidygeocoder’ begin installing package ‘MazamaRollUtils’ begin installing package ‘geohashTools’ begin installing package ‘tidygeocoder’ * installing *source* package ‘geohashTools’ ... ** package ‘geohashTools’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-3) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpJeFdeq/R.INSTALL3d9325d213844/geohashTools/src' gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c decode.c -o decode.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c encode.c -o encode.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c neighbors.c -o neighbors.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c utils.c -o utils.o gcc-14 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o geohashTools.so decode.o encode.o init.o neighbors.o utils.o -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpJeFdeq/R.INSTALL3d9325d213844/geohashTools/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-geohashTools/00new/geohashTools/libs ** R ** 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 ** 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 (geohashTools) begin installing package ‘MazamaCoreUtils’ * installing *source* package ‘tidygeocoder’ ... ** package ‘tidygeocoder’ 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 (tidygeocoder) * installing *source* package ‘MazamaCoreUtils’ ... ** using staged installation ** R ** 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 (MazamaCoreUtils) begin installing package ‘MazamaSpatialUtils’ * installing *source* package ‘MazamaRollUtils’ ... ** package ‘MazamaRollUtils’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (Debian 14.2.0-3) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpM71aAM/R.INSTALL3d93234349efc9/MazamaRollUtils/src' g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/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 -DR_NO_REMAP -c MazamaRollUtils.cpp -o MazamaRollUtils.o In member function ‘double Roll::windowMax(const int&)’, inlined from ‘Rcpp::NumericVector Roll::max()’ at MazamaRollUtils.cpp:123:25, inlined from ‘Rcpp::NumericVector roll_max_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)’ at MazamaRollUtils.cpp:636:19: MazamaRollUtils.cpp:291:7: warning: ‘s’ may be used uninitialized [-Wmaybe-uninitialized] 291 | if ( s < 0 ) { | ^~ MazamaRollUtils.cpp: In function ‘Rcpp::NumericVector roll_max_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)’: MazamaRollUtils.cpp:279:11: note: ‘s’ was declared here 279 | int s; | ^ In member function ‘double Roll::windowMean(const int&)’, inlined from ‘Rcpp::NumericVector Roll::mean()’ at MazamaRollUtils.cpp:132:26, inlined from ‘Rcpp::NumericVector roll_mean_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector, Rcpp::Nullable >)’ at MazamaRollUtils.cpp:650:20: MazamaRollUtils.cpp:332:7: warning: ‘s’ may be used uninitialized [-Wmaybe-uninitialized] 332 | if ( s < 0 ) { | ^~ MazamaRollUtils.cpp: In function ‘Rcpp::NumericVector roll_mean_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector, Rcpp::Nullable >)’: MazamaRollUtils.cpp:320:11: note: ‘s’ was declared here 320 | int s; | ^ In member function ‘double Roll::windowMin(const int&)’, inlined from ‘Rcpp::NumericVector Roll::min()’ at MazamaRollUtils.cpp:150:25, inlined from ‘Rcpp::NumericVector roll_min_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)’ at MazamaRollUtils.cpp:678:19: MazamaRollUtils.cpp:408:7: warning: ‘s’ may be used uninitialized [-Wmaybe-uninitialized] 408 | if ( s < 0 ) { | ^~ MazamaRollUtils.cpp: In function ‘Rcpp::NumericVector roll_min_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)’: MazamaRollUtils.cpp:396:11: note: ‘s’ was declared here 396 | int s; | ^ In member function ‘double Roll::windowProd(const int&)’, inlined from ‘Rcpp::NumericVector Roll::prod()’ at MazamaRollUtils.cpp:159:26, inlined from ‘Rcpp::NumericVector roll_prod_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)’ at MazamaRollUtils.cpp:692:20: MazamaRollUtils.cpp:449:7: warning: ‘s’ may be used uninitialized [-Wmaybe-uninitialized] 449 | if ( s < 0 ) { | ^~ MazamaRollUtils.cpp: In function ‘Rcpp::NumericVector roll_prod_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)’: MazamaRollUtils.cpp:437:11: note: ‘s’ was declared here 437 | int s; | ^ In member function ‘double Roll::windowMean(const int&)’, inlined from ‘double Roll::windowVar(const int&)’ at MazamaRollUtils.cpp:510:29, inlined from ‘Rcpp::NumericVector Roll::sd()’ at MazamaRollUtils.cpp:168:20, inlined from ‘Rcpp::NumericVector roll_sd_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)’ at MazamaRollUtils.cpp:706:18: MazamaRollUtils.cpp:332:7: warning: ‘s’ may be used uninitialized [-Wmaybe-uninitialized] 332 | if ( s < 0 ) { | ^~ MazamaRollUtils.cpp: In function ‘Rcpp::NumericVector roll_sd_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)’: MazamaRollUtils.cpp:320:11: note: ‘s’ was declared here 320 | int s; | ^ In member function ‘double Roll::windowVar(const int&)’, inlined from ‘Rcpp::NumericVector Roll::sd()’ at MazamaRollUtils.cpp:168:20, inlined from ‘Rcpp::NumericVector roll_sd_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)’ at MazamaRollUtils.cpp:706:18: MazamaRollUtils.cpp:524:7: warning: ‘s’ may be used uninitialized [-Wmaybe-uninitialized] 524 | if ( s < 0 ) { | ^~ MazamaRollUtils.cpp: In function ‘Rcpp::NumericVector roll_sd_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)’: MazamaRollUtils.cpp:512:11: note: ‘s’ was declared here 512 | int s; | ^ In member function ‘double Roll::windowSum(const int&)’, inlined from ‘Rcpp::NumericVector Roll::sum()’ at MazamaRollUtils.cpp:177:25, inlined from ‘Rcpp::NumericVector roll_sum_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)’ at MazamaRollUtils.cpp:720:19: MazamaRollUtils.cpp:486:7: warning: ‘s’ may be used uninitialized [-Wmaybe-uninitialized] 486 | if ( s < 0 ) { | ^~ MazamaRollUtils.cpp: In function ‘Rcpp::NumericVector roll_sum_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)’: MazamaRollUtils.cpp:474:11: note: ‘s’ was declared here 474 | int s; | ^ In member function ‘double Roll::windowMean(const int&)’, inlined from ‘double Roll::windowVar(const int&)’ at MazamaRollUtils.cpp:510:29, inlined from ‘Rcpp::NumericVector Roll::var()’ at MazamaRollUtils.cpp:186:25, inlined from ‘Rcpp::NumericVector roll_var_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)’ at MazamaRollUtils.cpp:734:19: MazamaRollUtils.cpp:332:7: warning: ‘s’ may be used uninitialized [-Wmaybe-uninitialized] 332 | if ( s < 0 ) { | ^~ MazamaRollUtils.cpp: In function ‘Rcpp::NumericVector roll_var_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)’: MazamaRollUtils.cpp:320:11: note: ‘s’ was declared here 320 | int s; | ^ In member function ‘double Roll::windowVar(const int&)’, inlined from ‘Rcpp::NumericVector Roll::var()’ at MazamaRollUtils.cpp:186:25, inlined from ‘Rcpp::NumericVector roll_var_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)’ at MazamaRollUtils.cpp:734:19: MazamaRollUtils.cpp:524:7: warning: ‘s’ may be used uninitialized [-Wmaybe-uninitialized] 524 | if ( s < 0 ) { | ^~ MazamaRollUtils.cpp: In function ‘Rcpp::NumericVector roll_var_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)’: MazamaRollUtils.cpp:512:11: note: ‘s’ was declared here 512 | int s; | ^ MazamaRollUtils.cpp: In member function ‘double Roll::windowMedian(const int&)’: MazamaRollUtils.cpp:370:7: warning: ‘s’ may be used uninitialized [-Wmaybe-uninitialized] 370 | if ( s < 0 ) { | ^~ MazamaRollUtils.cpp:358:11: note: ‘s’ was declared here 358 | int s; | ^ MazamaRollUtils.cpp: In member function ‘double Roll::windowMAD(const int&)’: MazamaRollUtils.cpp:253:7: warning: ‘s’ may be used uninitialized [-Wmaybe-uninitialized] 253 | if ( s < 0 ) { | ^~ MazamaRollUtils.cpp:241:11: note: ‘s’ was declared here 241 | int s; | ^ g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/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 -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o MazamaRollUtils.so MazamaRollUtils.o RcppExports.o -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpM71aAM/R.INSTALL3d93234349efc9/MazamaRollUtils/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-MazamaRollUtils/00new/MazamaRollUtils/libs ** R ** data *** moving datasets to lazyload DB ** 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 ** 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 (MazamaRollUtils) begin installing package ‘MazamaTimeSeries’ * installing *source* package ‘MazamaSpatialUtils’ ... ** package ‘MazamaSpatialUtils’ 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 ** 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 (MazamaSpatialUtils) * installing *source* package ‘MazamaTimeSeries’ ... ** package ‘MazamaTimeSeries’ 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 ** 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 (MazamaTimeSeries) checking MazamaCoreUtils_0.5.3.tar.gz ... checking AirMonitor_0.4.2.tar.gz ... checking MazamaLocationUtils_0.4.4.tar.gz ... checking MazamaSpatialPlots_0.2.0.tar.gz ... checking MazamaSpatialUtils_0.8.7.tar.gz ... checking MazamaTimeSeries_0.3.0.tar.gz ... Depends: Package: MazamaCoreUtils Depends: R (>= 4.0.0) Imports: devtools, digest, dplyr, futile.logger, geohashTools, lubridate, magrittr, purrr, rlang (>= 1.1.0), rvest, stringr, tibble, xml2 Timings: user system elapsed MazamaCoreUtils 34.171 4.6 43.239 Results: Check status summary: OK Source packages 1 Reverse depends 5 Check results summary: MazamaCoreUtils ... OK rdepends_AirMonitor ... OK rdepends_MazamaLocationUtils ... OK rdepends_MazamaSpatialPlots ... OK rdepends_MazamaSpatialUtils ... OK rdepends_MazamaTimeSeries ... OK