* installing *source* package ‘Rfast2’ ... ** this is package ‘Rfast2’ version ‘0.1.5.3’ ** using staged installation ** libs using C compiler: ‘Debian clang version 19.1.7 (3)’ using C++ compiler: ‘Debian clang version 19.1.7 (3)’ using C++17 clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I../inst/include -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/zigg/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rfast/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/BH/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Eval.cpp -o Eval.o In file included from Eval.cpp:8: ../inst/include/Rfast2/templates.h:1052:17: error: no matching constructor for initialization of 'icolvec' (aka 'Col') 1052 | icolvec iind(indd.begin(),indd.size(),false); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:82:10: note: candidate constructor not viable: no known conversion from 'iterator' (aka 'int *') to 'long long *' for 1st argument 82 | inline Col( eT* aux_mem, const uword aux_length, const bool copy_aux_mem = true, const bool strict = false); | ^ ~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:52:10: note: candidate constructor not viable: no known conversion from 'iterator' (aka 'int *') to 'const uword' (aka 'const unsigned long long') for 1st argument; dereference the argument with * 52 | inline Col(const uword in_rows, const uword in_cols, const fill::scalar_holder f); | ^ ~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:172:10: note: candidate constructor not viable: no known conversion from 'iterator' (aka 'int *') to 'const arma_fixed_indicator' for 1st argument 172 | inline Col(const arma_fixed_indicator&, const uword in_n_elem, const eT* in_mem); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:44:43: note: candidate template ignored: could not match 'arma_initmode_indicator' against 'bool' 44 | template inline explicit Col(const uword in_rows, const uword in_cols, const arma_initmode_indicator&); | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:48:39: note: candidate template ignored: could not match 'fill::fill_class' against 'bool' 48 | template inline Col(const uword in_rows, const uword in_cols, const fill::fill_class& f); | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:40:19: note: candidate constructor not viable: requires 2 arguments, but 3 were provided 40 | inline explicit Col(const uword in_rows, const uword in_cols); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:43:43: note: candidate constructor template not viable: requires 2 arguments, but 3 were provided 43 | template inline explicit Col(const uword n_elem, const arma_initmode_indicator&); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:45:43: note: candidate constructor template not viable: requires 2 arguments, but 3 were provided 45 | template inline explicit Col(const SizeMat& s, const arma_initmode_indicator&); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:47:39: note: candidate constructor template not viable: requires 2 arguments, but 3 were provided 47 | template inline Col(const uword n_elem, const fill::fill_class& f); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:49:39: note: candidate constructor template not viable: requires 2 arguments, but 3 were provided 49 | template inline Col(const SizeMat& s, const fill::fill_class& f); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:51:10: note: candidate constructor not viable: requires 2 arguments, but 3 were provided 51 | inline Col(const uword N, const fill::scalar_holder f); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:53:10: note: candidate constructor not viable: requires 2 arguments, but 3 were provided 53 | inline Col(const SizeMat& s, const fill::scalar_holder f); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:83:10: note: candidate constructor not viable: requires 2 arguments, but 3 were provided 83 | inline Col(const eT* aux_mem, const uword aux_length); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:86:19: note: candidate constructor template not viable: requires 2 arguments, but 3 were provided 86 | inline explicit Col(const Base& A, const Base& B); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:37:10: note: candidate constructor not viable: requires single argument 'X', but 3 arguments were provided 37 | inline Col(const Col& X); | ^ ~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:39:19: note: candidate constructor not viable: requires single argument 'n_elem', but 3 arguments were provided 39 | inline explicit Col(const uword n_elem); | ^ ~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:41:19: note: candidate constructor not viable: requires single argument 's', but 3 arguments were provided 41 | inline explicit Col(const SizeMat& s); | ^ ~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:55:21: note: candidate constructor not viable: requires single argument 'text', but 3 arguments were provided 55 | inline Col(const char* text); | ^ ~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:58:21: note: candidate constructor not viable: requires single argument 'text', but 3 arguments were provided 58 | inline Col(const std::string& text); | ^ ~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:61:21: note: candidate constructor not viable: requires single argument 'x', but 3 arguments were provided 61 | inline Col(const std::vector& x); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:64:21: note: candidate constructor not viable: requires single argument 'list', but 3 arguments were provided 64 | inline Col(const std::initializer_list& list); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:67:21: note: candidate constructor not viable: requires single argument 'm', but 3 arguments were provided 67 | inline Col(Col&& m); | ^ ~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:76:44: note: candidate constructor template not viable: requires single argument 'X', but 3 arguments were provided 76 | template inline Col(const Base& X); | ^ ~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:79:44: note: candidate constructor template not viable: requires single argument 'X', but 3 arguments were provided 79 | template inline explicit Col(const SpBase& X); | ^ ~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:88:43: note: candidate constructor template not viable: requires single argument 'X', but 3 arguments were provided 88 | template inline Col(const BaseCube& X); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:91:21: note: candidate constructor not viable: requires single argument 'X', but 3 arguments were provided 91 | inline Col(const subview_cube& X); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/RcppArmadillo/internal/Col_proto.h:28:8: note: candidate constructor template not viable: requires single argument 'X', but 3 arguments were provided 28 | inline Col( const Rcpp::VectorBase& X ) ; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/RcppArmadillo/internal/Col_proto.h:31:8: note: candidate constructor template not viable: requires single argument 'X', but 3 arguments were provided 31 | inline Col( const Rcpp::MatrixBase& X ) ; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:36:10: note: candidate constructor not viable: requires 0 arguments, but 3 were provided 36 | inline Col(); | ^ 1 error generated. make: *** [/home/hornik/tmp/R-d-clang-19/etc/Makeconf:209: Eval.o] Error 1 ERROR: compilation failed for package ‘Rfast2’ * removing ‘/srv/hornik/tmp/CRAN_pretest/Rfast2.Rcheck/Rfast2’