* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘ProjectionBasedClustering’ ... ** package ‘ProjectionBasedClustering’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘Debian clang version 18.1.4 (1)’ using C++17 make[1]: Entering directory '/tmp/RtmpxI9Fz9/R.INSTALLb2a1e324a4804/ProjectionBasedClustering/src' clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c DijkstraSSSP.cpp -o DijkstraSSSP.o DijkstraSSSP.cpp:48:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] 48 | for(int i=0;i::run' requested here 649 | tsneObject.run(data, N, D, Y.data(), no_dims, perplexity, theta, num_threads, max_iter, n_iter_early_exag, | ^ tsne.cpp:202:13: note: uninitialized use occurs here 202 | if (need_eval_error_algo) { | ^~~~~~~~~~~~~~~~~~~~ tsne.cpp:172:9: note: remove the 'if' if its condition is always true 172 | if (auto_iter) { | ^~~~~~~~~~~~~~ tsne.cpp:169:34: note: initialize the variable 'need_eval_error_algo' to silence this warning 169 | bool need_eval_error_algo, need_eval_error_verbose = false; | ^ | = false tsne.cpp:172:13: warning: variable 'need_eval_error_algo' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 172 | if (auto_iter) { | ^~~~~~~~~ tsne.cpp:653:20: note: in instantiation of member function 'TSNE::run' requested here 653 | tsneObject.run(data, N, D, Y.data(), no_dims, perplexity, theta, num_threads, max_iter, n_iter_early_exag, | ^ tsne.cpp:202:13: note: uninitialized use occurs here 202 | if (need_eval_error_algo) { | ^~~~~~~~~~~~~~~~~~~~ tsne.cpp:172:9: note: remove the 'if' if its condition is always true 172 | if (auto_iter) { | ^~~~~~~~~~~~~~ tsne.cpp:169:34: note: initialize the variable 'need_eval_error_algo' to silence this warning 169 | bool need_eval_error_algo, need_eval_error_verbose = false; | ^ | = false 2 warnings generated. clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o ProjectionBasedClustering.so DijkstraSSSP.o NeRV.o RcppExports.o c_measure.o calculatedistancematrix.o conjugategradientopt.o conttrust.o datamatrix.o dataset.o distancematrix.o dynamicdouble.o euclidean.o euclideansquared.o exception.o goldensectionsearch.o inputprobentropy.o klmeasure.o klrank.o nervcostfunction.o nervoptstrat.o nervprobability.o randomdatagenerator.o rankmatrix.o recorder.o splittree.o tsne.o -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-18/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR make[1]: Leaving directory '/tmp/RtmpxI9Fz9/R.INSTALLb2a1e324a4804/ProjectionBasedClustering/src' make[1]: Entering directory '/tmp/RtmpxI9Fz9/R.INSTALLb2a1e324a4804/ProjectionBasedClustering/src' make[1]: Leaving directory '/tmp/RtmpxI9Fz9/R.INSTALLb2a1e324a4804/ProjectionBasedClustering/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-ProjectionBasedClustering/00new/ProjectionBasedClustering/libs ** R ** data *** moving datasets to lazyload DB ** 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 * creating tarball packaged installation of ‘ProjectionBasedClustering’ as ‘ProjectionBasedClustering_1.2.1_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (ProjectionBasedClustering)