* using log directory 'd:/Rcompile/CRANpkg/local/4.3/RiemBase.Rcheck' * using R version 4.3.3 (2024-02-29 ucrt) * using platform: x86_64-w64-mingw32 (64-bit) * R was compiled by gcc.exe (GCC) 12.3.0 GNU Fortran (GCC) 12.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'RiemBase/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'RiemBase' version '0.2.5' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'RiemBase' can be installed ... ERROR Installation failed. See 'd:/Rcompile/CRANpkg/local/4.3/RiemBase.Rcheck/00install.out' for details. * DONE The installation logfile: * installing *source* package 'RiemBase' ... ** package 'RiemBase' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 12.3.0' using C++11 make[1]: Entering directory '/d/temp/2024_12_20_01_50_00_19051/RtmpSglWmu/R.INSTALL23a8c376a14e3/RiemBase/src' g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c engines.cpp -o engines.o In file included from ../inst/include/riemfactory.hpp:11, from engines.cpp:2: ../inst/include/manifolds/riem_04stiefel.h: In function 'arma::mat stiefel_exp(arma::mat, arma::mat, double)': ../inst/include/manifolds/riem_04stiefel.h:88:13: warning: unused variable 'n' [-Wunused-variable] 88 | const int n = x.n_rows; | ^ ../inst/include/manifolds/riem_04stiefel.h: In function 'arma::mat stiefel_log(arma::mat, arma::mat)': ../inst/include/manifolds/riem_04stiefel.h:108:13: warning: unused variable 'n' [-Wunused-variable] 108 | const int n = U0.n_rows; | ^ ../inst/include/manifolds/riem_04stiefel.h: In function 'arma::mat stiefel_invretr(arma::mat, arma::mat)': ../inst/include/manifolds/riem_04stiefel.h:168:7: warning: unused variable 'n' [-Wunused-variable] 168 | int n = x.n_rows; | ^ In file included from ../inst/include/riemfactory.hpp:12: ../inst/include/manifolds/riem_05grassmann.h: In function 'double grassmann_dist(arma::mat, arma::mat)': ../inst/include/manifolds/riem_05grassmann.h:34:17: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 34 | for (int i=0;i