downloading reverse dependencies ‘CliquePercolation’, ‘starvars’ trying URL 'file:///data/Repositories/CRAN/src/contrib/CliquePercolation_0.4.0.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/starvars_1.1.11.tar.gz' installing dependencies ‘arrow’, ‘lessR’, ‘ohenery’ begin installing package ‘lessR’ begin installing package ‘ohenery’ begin installing package ‘arrow’ * installing *source* package ‘ohenery’ ... ** this is package ‘ohenery’ version ‘0.1.4’ ** package ‘ohenery’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-15) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpL3DKpn/R.INSTALL290b3056964ee7/ohenery/src' g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/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++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/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 erank.cpp -o erank.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/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 rhenery.cpp -o rhenery.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/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 smlik.cpp -o smlik.o smlik.cpp: In function ‘Rcpp::NumericVector harsmlik(Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::NumericVector, Rcpp::Nullable >, Rcpp::Nullable >)’: smlik.cpp:210:50: warning: ‘thiswt’ may be used uninitialized [-Wmaybe-uninitialized] 210 | loglik += thiswt * (eta[jjj] - log(summu)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ smlik.cpp:198:16: note: ‘thiswt’ was declared here 198 | double thiswt; | ^~~~~~ smlik.cpp: In function ‘Rcpp::NumericVector hensmlik(Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::Nullable >, Rcpp::Nullable >)’: smlik.cpp:338:47: warning: ‘sumdg’ may be used uninitialized [-Wmaybe-uninitialized] 338 | sumdg += thispow * eta[ppp]; smlik.cpp:310:16: note: ‘sumdg’ was declared here 310 | double sumdg; | ^~~~~ g++-15 -std=gnu++20 -shared -L/home/hornik/tmp/R-d-gcc-15/lib -Wl,-O1 -o ohenery.so RcppExports.o erank.o rhenery.o smlik.o -L/home/hornik/tmp/R-d-gcc-15/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpL3DKpn/R.INSTALL290b3056964ee7/ohenery/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-ohenery/00new/ohenery/libs ** R ** data ** 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 (ohenery) * installing *source* package ‘lessR’ ... ** this is package ‘lessR’ version ‘4.5.3’ ** 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 (lessR) * installing *source* package ‘arrow’ ... ** this is package ‘arrow’ version ‘23.0.1.2’ ** package ‘arrow’ successfully unpacked and MD5 sums checked ** using staged installation *** pkg-config found. *** Found local C++ source: 'tools/cpp' *** Building libarrow from source For build options and troubleshooting, see the install guide: https://arrow.apache.org/docs/r/articles/install.html **** cmake 4.2.3: /usr/bin/cmake **** arrow PKG_CFLAGS=-DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON PKG_LIBS=-L/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/lib -L/usr/lib/lib/x86_64-linux-gnu -larrow_dataset -lparquet -larrow_acero -larrow_compute -larrow -larrow_bundled_dependencies -ldl -lz -llz4 -lxxhash ** libs specified C++20 using C++ compiler: ‘g++-15 (Debian 15.2.0-15) 15.2.0’ using C++20 make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/src' g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 RTasks.cpp -o RTasks.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 altrep.cpp -o altrep.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 array.cpp -o array.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 array_to_vector.cpp -o array_to_vector.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 arraydata.cpp -o arraydata.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 arrowExports.cpp -o arrowExports.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 bridge.cpp -o bridge.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 buffer.cpp -o buffer.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 chunkedarray.cpp -o chunkedarray.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 compression.cpp -o compression.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 compute-exec.cpp -o compute-exec.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 compute.cpp -o compute.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 config.cpp -o config.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 csv.cpp -o csv.o In file included from /home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include/arrow/vendored/safeint/safe_math.h:16, from /home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include/arrow/util/int_util_overflow.h:30, from /home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include/arrow/util/value_parsing.h:36, from csv.cpp:25: /home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include/arrow/vendored/safeint/safe_math_impl.h: In function ‘int MultiplyUint64(uint64_t, uint64_t, uint64_t*)’: /home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include/arrow/vendored/safeint/safe_math_impl.h:898:14: warning: ISO C++ does not support ‘__int128’ for ‘tmp’ [-Wpedantic] 898 | unsigned __int128 tmp = (unsigned __int128)a * (unsigned __int128)b; | ^~~~~~~~ /home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include/arrow/vendored/safeint/safe_math_impl.h:898:39: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic] 898 | unsigned __int128 tmp = (unsigned __int128)a * (unsigned __int128)b; | ^~~~~~~~ /home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include/arrow/vendored/safeint/safe_math_impl.h:898:62: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic] 898 | unsigned __int128 tmp = (unsigned __int128)a * (unsigned __int128)b; | ^~~~~~~~ /home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include/arrow/vendored/safeint/safe_math_impl.h: In function ‘int MultiplyInt64(int64_t, int64_t, int64_t*)’: /home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include/arrow/vendored/safeint/safe_math_impl.h:911:5: warning: ISO C++ does not support ‘__int128’ for ‘tmp’ [-Wpedantic] 911 | __int128 tmp = (__int128)a * (__int128)b; | ^~~~~~~~ /home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include/arrow/vendored/safeint/safe_math_impl.h:911:21: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic] 911 | __int128 tmp = (__int128)a * (__int128)b; | ^~~~~~~~ /home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include/arrow/vendored/safeint/safe_math_impl.h:911:35: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic] 911 | __int128 tmp = (__int128)a * (__int128)b; | ^~~~~~~~ /home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include/arrow/vendored/safeint/safe_math_impl.h:912:44: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic] 912 | int64_t tmp_high = (int64_t)((unsigned __int128)tmp >> 64); | ^~~~~~~~ g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 dataset.cpp -o dataset.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 datatype.cpp -o datatype.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 expression.cpp -o expression.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 extension-impl.cpp -o extension-impl.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 feather.cpp -o feather.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 field.cpp -o field.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 filesystem.cpp -o filesystem.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 io.cpp -o io.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 json.cpp -o json.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 memorypool.cpp -o memorypool.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 message.cpp -o message.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 parquet.cpp -o parquet.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 r_to_arrow.cpp -o r_to_arrow.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 recordbatch.cpp -o recordbatch.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 recordbatchreader.cpp -o recordbatchreader.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 recordbatchwriter.cpp -o recordbatchwriter.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 safe-call-into-r-impl.cpp -o safe-call-into-r-impl.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 scalar.cpp -o scalar.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 schema.cpp -o schema.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 symbols.cpp -o symbols.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 table.cpp -o table.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 threadpool.cpp -o threadpool.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DARROW_DS_STATIC -I/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/include -DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC -I/usr/lib/include -DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.6/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 type_infer.cpp -o type_infer.o g++-15 -std=gnu++20 -shared -L/home/hornik/tmp/R-d-gcc-15/lib -Wl,-O1 -o arrow.so RTasks.o altrep.o array.o array_to_vector.o arraydata.o arrowExports.o bridge.o buffer.o chunkedarray.o compression.o compute-exec.o compute.o config.o csv.o dataset.o datatype.o expression.o extension-impl.o feather.o field.o filesystem.o io.o json.o memorypool.o message.o parquet.o r_to_arrow.o recordbatch.o recordbatchreader.o recordbatchwriter.o safe-call-into-r-impl.o scalar.o schema.o symbols.o table.o threadpool.o type_infer.o -L/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/libarrow/arrow-23.0.1/lib -L/usr/lib/lib/x86_64-linux-gnu -larrow_dataset -lparquet -larrow_acero -larrow_compute -larrow -larrow_bundled_dependencies -ldl -lz -llz4 -lxxhash -L/home/hornik/tmp/R-d-gcc-15/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpdC1lFp/R.INSTALL290b2e3b2a6c9c/arrow/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-arrow/00new/arrow/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 (arrow) checking lessR_4.5.3.tar.gz ... checking CliquePercolation_0.4.0.tar.gz ... checking starvars_1.1.11.tar.gz ... Depends: Package: lessR Depends: R (>= 3.6.0) Imports: graphics, grDevices, stats, utils, methods, lattice, latticeExtra, robustbase, ellipse, leaps, openxlsx, colorspace, shiny, knitr, kableExtra, xts, zoo, MASS, conflicted, plotly (>= 4.11.0), htmlwidgets, htmltools Timings: user system elapsed lessR 194.8 11.179 209.112 Results: Check status summary: OK Source packages 1 Reverse depends 2 Check results summary: lessR ... OK rdepends_CliquePercolation ... OK rdepends_starvars ... OK Check results changes: Package: CliquePercolation Check: CRAN incoming feasibility Old result: NOTE