* installing *source* package ‘bhetGP’ ... ** this is package ‘bhetGP’ version ‘1.0’ ** using staged installation ** libs using C compiler: ‘Debian clang version 19.1.7 (3+b1)’ using C++ compiler: ‘Debian clang version 19.1.7 (3+b1)’ clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/srv/hornik/tmp/CRAN_pretest/Library/Rcpp/include' -I'/srv/hornik/tmp/CRAN_pretest/Library/RcppArmadillo/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 RcppExports.cpp -o RcppExports.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/srv/hornik/tmp/CRAN_pretest/Library/Rcpp/include' -I'/srv/hornik/tmp/CRAN_pretest/Library/RcppArmadillo/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 cov.cpp -o cov.o clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/srv/hornik/tmp/CRAN_pretest/Library/Rcpp/include' -I'/srv/hornik/tmp/CRAN_pretest/Library/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c general.c -o general.o clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/srv/hornik/tmp/CRAN_pretest/Library/Rcpp/include' -I'/srv/hornik/tmp/CRAN_pretest/Library/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c invdet.c -o invdet.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/srv/hornik/tmp/CRAN_pretest/Library/Rcpp/include' -I'/srv/hornik/tmp/CRAN_pretest/Library/RcppArmadillo/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 vecchia.cpp -o vecchia.o vecchia.cpp:162:30: error: expected ';' at end of declaration 162 | arma::vec g00 = g(inds00) | ^ | ; vecchia.cpp:165:7: error: expected expression 165 | } else { | ^ vecchia.cpp:169:5: error: use of undeclared identifier 'onevec' 169 | onevec[n0 - 1] = 1; // last element = 1 | ^ vecchia.cpp:170:48: error: use of undeclared identifier 'onevec' 170 | arma::vec M = solve(chol(covmat, "upper"), onevec); // cholesky decomposition of covmat | ^ 4 errors generated. make: *** [/home/hornik/tmp/R/etc/Makeconf:209: vecchia.o] Error 1 ERROR: compilation failed for package ‘bhetGP’ * removing ‘/srv/hornik/tmp/CRAN_pretest/bhetGP.Rcheck/bhetGP’