* installing *source* package ‘diversityForest’ ...
** this is package ‘diversityForest’ version ‘0.6.0’
** package ‘diversityForest’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/diversityForest/src'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c AAA_check_cpp11.cpp -o AAA_check_cpp11.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c Data.cpp -o Data.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c DataChar.cpp -o DataChar.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c DataFloat.cpp -o DataFloat.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c DataSparse.cpp -o DataSparse.o
In file included from DataSparse.cpp:29:
DataSparse.h: In member function ‘virtual double diversityForest::DataSparse::get(size_t, size_t) const’:
DataSparse.h:53:12: warning: unused variable ‘col_permuted’ [-Wunused-variable]
53 | size_t col_permuted = col;
| ^~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c Forest.cpp -o Forest.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c ForestClassification.cpp -o ForestClassification.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c ForestProbability.cpp -o ForestProbability.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c ForestRegression.cpp -o ForestRegression.o
ForestRegression.cpp: In member function ‘virtual void diversityForest::ForestRegression::computePredictionErrorInternal()’:
ForestRegression.cpp:143:35: warning: ‘value’ may be used uninitialized [-Wmaybe-uninitialized]
143 | predictions[0][0][sampleID] += value;
ForestRegression.cpp:135:14: note: ‘value’ was declared here
135 | double value;
| ^~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c ForestSurvival.cpp -o ForestSurvival.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c Hungarian.cpp -o Hungarian.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c Tree.cpp -o Tree.o
In file included from Tree.cpp:18:
utility.h: In instantiation of ‘std::vector<T> diversityForest::reorder(std::vector<T>&, const std::vector<long unsigned int>&) [with T = std::vector<long unsigned int>]’:
Tree.cpp:1305:41: required from here
1305 | sampled_split_multvarIDs = reorder(sampled_split_multvarIDs, randindices);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utility.h:525:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<long unsigned int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
525 | for ( int s = 1, d; s < order.size(); ++ s ) {
| ~~^~~~~~~~~~~~~~
utility.h: In instantiation of ‘std::vector<T> diversityForest::reorder(std::vector<T>&, const std::vector<long unsigned int>&) [with T = long unsigned int]’:
Tree.cpp:1306:36: required from here
1306 | sampled_split_types = reorder(sampled_split_types, randindices);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utility.h:525:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<long unsigned int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
525 | for ( int s = 1, d; s < order.size(); ++ s ) {
| ~~^~~~~~~~~~~~~~
utility.h: In instantiation of ‘std::vector<T> diversityForest::reorder(std::vector<T>&, const std::vector<long unsigned int>&) [with T = std::vector<std::vector<bool> >]’:
Tree.cpp:1307:38: required from here
1307 | sampled_split_directs = reorder(sampled_split_directs, randindices);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utility.h:525:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<long unsigned int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
525 | for ( int s = 1, d; s < order.size(); ++ s ) {
| ~~^~~~~~~~~~~~~~
utility.h: In instantiation of ‘std::vector<T> diversityForest::reorder(std::vector<T>&, const std::vector<long unsigned int>&) [with T = std::vector<std::vector<double> >]’:
Tree.cpp:1308:41: required from here
1308 | sampled_split_multvalues = reorder(sampled_split_multvalues, randindices);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utility.h:525:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<long unsigned int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
525 | for ( int s = 1, d; s < order.size(); ++ s ) {
| ~~^~~~~~~~~~~~~~
In file included from /usr/include/c++/15/string:53,
from /usr/include/c++/15/bits/locale_classes.h:42,
from /usr/include/c++/15/bits/ios_base.h:43,
from /usr/include/c++/15/streambuf:45,
from /usr/include/c++/15/bits/streambuf_iterator.h:37,
from /usr/include/c++/15/iterator:68,
from Tree.cpp:12:
In function ‘constexpr const _Tp& std::min(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’,
inlined from ‘void diversityForest::Tree::drawSplitsUnivariate(size_t, size_t, std::vector<std::pair<long unsigned int, double> >&)’ at Tree.cpp:849:29:
/usr/include/c++/15/bits/stl_algobase.h:239:7: warning: ‘n_triedsplitscandidate’ may be used uninitialized [-Wmaybe-uninitialized]
239 | if (__b < __a)
| ^~
Tree.cpp: In member function ‘void diversityForest::Tree::drawSplitsUnivariate(size_t, size_t, std::vector<std::pair<long unsigned int, double> >&)’:
Tree.cpp:824:12: note: ‘n_triedsplitscandidate’ was declared here
824 | size_t n_triedsplitscandidate;
| ^~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c TreeClassification.cpp -o TreeClassification.o
TreeClassification.cpp: In member function ‘void diversityForest::TreeClassification::partitionNodeInternal(size_t, std::vector<std::vector<double> >, std::vector<long unsigned int>)’:
TreeClassification.cpp:1042:15: warning: unused variable ‘split_criterion_unweighted’ [-Wunused-variable]
1042 | double split_criterion_unweighted = HungAlgo.Solve(class_proportions, assignment);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
TreeClassification.cpp: In member function ‘void diversityForest::TreeClassification::computeImportanceMuw(std::vector<double>&, std::vector<double>&)’:
TreeClassification.cpp:1218:11: warning: unused variable ‘num_independent_variables’ [-Wunused-variable]
1218 | size_t num_independent_variables = data->getNumCols() - data->getNoSplitVariables().size(); // EVTL. WEG
| ^~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c TreeProbability.cpp -o TreeProbability.o
TreeClassification.cpp: In member function ‘virtual double diversityForest::TreeClassification::computePredictionAccuracyInternal()’:
TreeClassification.cpp:1753:6: warning: ‘predicted_value’ may be used uninitialized [-Wmaybe-uninitialized]
1753 | if (predicted_value != real_value) {
| ^~
TreeClassification.cpp:1745:13: note: ‘predicted_value’ was declared here
1745 | double predicted_value;
| ^~~~~~~~~~~~~~~
TreeProbability.cpp: In member function ‘void diversityForest::TreeProbability::partitionNodeInternal(size_t, std::vector<std::vector<double> >, std::vector<long unsigned int>)’:
TreeProbability.cpp:961:15: warning: unused variable ‘split_criterion_unweighted’ [-Wunused-variable]
961 | double split_criterion_unweighted = HungAlgo.Solve(class_proportions, assignment);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
TreeProbability.cpp: In member function ‘void diversityForest::TreeProbability::computeImportanceMuw(std::vector<double>&, std::vector<double>&)’:
TreeProbability.cpp:1182:11: warning: unused variable ‘num_independent_variables’ [-Wunused-variable]
1182 | size_t num_independent_variables = data->getNumCols() - data->getNoSplitVariables().size(); // EVTL. WEG
| ^~~~~~~~~~~~~~~~~~~~~~~~~
TreeClassification.cpp: In member function ‘double diversityForest::TreeClassification::computeImportanceNode(size_t, std::vector<long unsigned int>, size_t)’:
TreeClassification.cpp:1372:11: warning: ‘split_criterion_value’ may be used uninitialized [-Wmaybe-uninitialized]
1372 | return split_criterion_value;
| ^~~~~~~~~~~~~~~~~~~~~
TreeClassification.cpp:1358:11: note: ‘split_criterion_value’ was declared here
1358 | double split_criterion_value;
| ^~~~~~~~~~~~~~~~~~~~~
TreeClassification.cpp: In member function ‘double diversityForest::TreeClassification::computeImportanceNodePermuted(size_t, std::vector<long unsigned int>, std::vector<long unsigned int>, size_t)’:
TreeClassification.cpp:1558:11: warning: ‘split_criterion_value’ may be used uninitialized [-Wmaybe-uninitialized]
1558 | return split_criterion_value;
| ^~~~~~~~~~~~~~~~~~~~~
TreeClassification.cpp:1544:11: note: ‘split_criterion_value’ was declared here
1544 | double split_criterion_value;
| ^~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c TreeRegression.cpp -o TreeRegression.o
TreeClassification.cpp: In member function ‘bool diversityForest::TreeClassification::findBestSplitMultivariate(size_t, std::vector<long unsigned int>, std::vector<std::vector<long unsigned int> >, std::vector<std::vector<std::vector<bool> > >, std::vector<std::vector<std::vector<double> > >)’:
TreeClassification.cpp:1996:24: warning: ‘best_split_type’ may be used uninitialized [-Wmaybe-uninitialized]
1996 | split_types[nodeID] = best_split_type;
TreeClassification.cpp:1917:11: note: ‘best_split_type’ was declared here
1917 | size_t best_split_type;
| ^~~~~~~~~~~~~~~
TreeProbability.cpp: In member function ‘double diversityForest::TreeProbability::computeImportanceNode(size_t, std::vector<long unsigned int>, size_t)’:
TreeProbability.cpp:1336:11: warning: ‘split_criterion_value’ may be used uninitialized [-Wmaybe-uninitialized]
1336 | return split_criterion_value;
| ^~~~~~~~~~~~~~~~~~~~~
TreeProbability.cpp:1322:11: note: ‘split_criterion_value’ was declared here
1322 | double split_criterion_value;
| ^~~~~~~~~~~~~~~~~~~~~
TreeProbability.cpp: In member function ‘double diversityForest::TreeProbability::computeImportanceNodePermuted(size_t, std::vector<long unsigned int>, std::vector<long unsigned int>, size_t)’:
TreeProbability.cpp:1523:11: warning: ‘split_criterion_value’ may be used uninitialized [-Wmaybe-uninitialized]
1523 | return split_criterion_value;
| ^~~~~~~~~~~~~~~~~~~~~
TreeProbability.cpp:1509:11: note: ‘split_criterion_value’ was declared here
1509 | double split_criterion_value;
| ^~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c TreeSurvival.cpp -o TreeSurvival.o
TreeRegression.cpp: In member function ‘virtual double diversityForest::TreeRegression::computePredictionAccuracyInternal()’:
TreeRegression.cpp:219:5: warning: ‘predicted_value’ may be used uninitialized [-Wmaybe-uninitialized]
219 | if (predicted_value != real_value) {
| ^~
TreeRegression.cpp:211:12: note: ‘predicted_value’ was declared here
211 | double predicted_value;
| ^~~~~~~~~~~~~~~
TreeProbability.cpp: In member function ‘bool diversityForest::TreeProbability::findBestSplitMultivariate(size_t, std::vector<long unsigned int>, std::vector<std::vector<long unsigned int> >, std::vector<std::vector<std::vector<bool> > >, std::vector<std::vector<std::vector<double> > >)’:
TreeProbability.cpp:1868:24: warning: ‘best_split_type’ may be used uninitialized [-Wmaybe-uninitialized]
1868 | split_types[nodeID] = best_split_type;
TreeProbability.cpp:1787:11: note: ‘best_split_type’ was declared here
1787 | size_t best_split_type;
| ^~~~~~~~~~~~~~~
TreeRegression.cpp: In member function ‘bool diversityForest::TreeRegression::findBestSplitMultivariate(size_t, std::vector<long unsigned int>, std::vector<std::vector<long unsigned int> >, std::vector<std::vector<std::vector<bool> > >, std::vector<std::vector<std::vector<double> > >)’:
TreeRegression.cpp:448:23: warning: ‘best_split_type’ may be used uninitialized [-Wmaybe-uninitialized]
448 | split_types[nodeID] = best_split_type;
TreeRegression.cpp:369:10: note: ‘best_split_type’ was declared here
369 | size_t best_split_type;
| ^~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c divforCpp.cpp -o divforCpp.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c utility.cpp -o utility.o
TreeSurvival.cpp: In member function ‘bool diversityForest::TreeSurvival::findBestSplitMultivariate(size_t, std::vector<long unsigned int>, std::vector<std::vector<long unsigned int> >, std::vector<std::vector<std::vector<bool> > >, std::vector<std::vector<std::vector<double> > >)’:
TreeSurvival.cpp:414:23: warning: ‘best_split_type’ may be used uninitialized [-Wmaybe-uninitialized]
414 | split_types[nodeID] = best_split_type;
TreeSurvival.cpp:296:10: note: ‘best_split_type’ was declared here
296 | size_t best_split_type;
| ^~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DR_BUILD -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c utilityRcpp.cpp -o utilityRcpp.o
In file included from divforCpp.cpp:44:
DataSparse.h: In member function ‘virtual double diversityForest::DataSparse::get(size_t, size_t) const’:
DataSparse.h:53:12: warning: unused variable ‘col_permuted’ [-Wunused-variable]
53 | size_t col_permuted = col;
| ^~~~~~~~~~~~
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o diversityForest.so AAA_check_cpp11.o Data.o DataChar.o DataFloat.o DataSparse.o Forest.o ForestClassification.o ForestProbability.o ForestRegression.o ForestSurvival.o Hungarian.o RcppExports.o Tree.o TreeClassification.o TreeProbability.o TreeRegression.o TreeSurvival.o divforCpp.o utility.o utilityRcpp.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/diversityForest/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/diversityForest/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/diversityForest/src'
installing to /data/gannet/ripley/R/packages/tests-devel/diversityForest.Rcheck/00LOCK-diversityForest/00new/diversityForest/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 (diversityForest)