* installing *source* package ‘ProjectionBasedClustering’ ... ** using staged installation ** libs using C++ compiler: ‘Debian clang version 16.0.6 (3)’ using C++17 clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -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] for(int i=0;i::run' requested here tsneObject.run(data, N, D, Y.data(), no_dims, perplexity, theta, num_threads, max_iter, n_iter_early_exag, ^ tsne.cpp:204:13: note: uninitialized use occurs here if (need_eval_error_algo) { ^~~~~~~~~~~~~~~~~~~~ tsne.cpp:174:9: note: remove the 'if' if its condition is always true if (auto_iter) { ^~~~~~~~~~~~~~~ tsne.cpp:171:34: note: initialize the variable 'need_eval_error_algo' to silence this warning bool need_eval_error_algo, need_eval_error_verbose = false; ^ = false tsne.cpp:174:13: warning: variable 'need_eval_error_algo' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (auto_iter) { ^~~~~~~~~ tsne.cpp:676:20: note: in instantiation of member function 'TSNE::run' requested here tsneObject.run(data, N, D, Y.data(), no_dims, perplexity, theta, num_threads, max_iter, n_iter_early_exag, ^ tsne.cpp:204:13: note: uninitialized use occurs here if (need_eval_error_algo) { ^~~~~~~~~~~~~~~~~~~~ tsne.cpp:174:9: note: remove the 'if' if its condition is always true if (auto_iter) { ^~~~~~~~~~~~~~~ tsne.cpp:171:34: note: initialize the variable 'need_eval_error_algo' to silence this warning bool need_eval_error_algo, need_eval_error_verbose = false; ^ = false 2 warnings generated. clang++-16 -std=gnu++17 -shared -L/home/hornik/tmp/R/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/lib -lRblas -L/usr/lib/gcc/x86_64-linux-gnu/12 -lgfortran -lm -lquadmath -fopenmp -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/ProjectionBasedClustering.Rcheck/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 * DONE (ProjectionBasedClustering)