* installing *source* package 'LaMa' ...
** this is package 'LaMa' version '2.0.6'
** package 'LaMa' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2025_11_08_01_50_00_24415/RtmpqQI34R/R.INSTALL9facbe72d3a/LaMa/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from RcppExports.cpp:4:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c forward_algorithms.cpp -o forward_algorithms.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from forward_algorithms.cpp:2:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
forward_algorithms.cpp: In function 'double forward_cpp_h(const arma::mat&, const arma::rowvec&, const arma::mat&)':
forward_algorithms.cpp:20:27: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
20 | for (unsigned int i=1; i<nObs; i++){
| ~^~~~~
forward_algorithms.cpp: In function 'double forward_cpp_g(const arma::mat&, const arma::rowvec&, const arma::cube&)':
forward_algorithms.cpp:40:27: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
40 | for (unsigned int i=1; i<nObs; i++){
| ~^~~~~
forward_algorithms.cpp: In function 'double forward_cpp_g_tracks(const arma::mat&, const arma::mat&, const arma::cube&, Rcpp::IntegerVector)':
forward_algorithms.cpp:64:27: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
64 | for (unsigned int t=0; t<nObs; t++){
| ~^~~~~
forward_algorithms.cpp:66:9: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
66 | if(k<K && t==(unsigned)(trackInd(k)-1)) {
| ~^~
forward_algorithms.cpp: In function 'double forward_cpp_h_tracks(const arma::mat&, const arma::mat&, const arma::cube&, Rcpp::IntegerVector)':
forward_algorithms.cpp:96:27: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
96 | for (unsigned int t=0; t<nObs; t++){
| ~^~~~~
forward_algorithms.cpp:98:9: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
98 | if(k<K && t==(unsigned)(trackInd(k)-1)) {
| ~^~
forward_algorithms.cpp: In function 'double forward_cpp_p(const arma::mat&, const arma::rowvec&, const arma::cube&, std::vector<int, std::allocator<int> >)':
forward_algorithms.cpp:124:27: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
124 | for (unsigned int i=1; i<nObs; i++){
| ~^~~~~
forward_algorithms.cpp: In function 'double forward_cpp_s(const arma::mat&, const arma::rowvec&, const arma::mat&, const Rcpp::IntegerVector&)':
forward_algorithms.cpp:146:27: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
146 | for (unsigned int i=1; i<nObs; i++){
| ~^~~~~
forward_algorithms.cpp: In function 'double forward_cpp_sp(const arma::mat&, const arma::rowvec&, const arma::cube&, const Rcpp::IntegerVector&, std::vector<int, std::allocator<int> >)':
forward_algorithms.cpp:168:27: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
168 | for (unsigned int i=1; i<nObs; i++){
| ~^~~~~
forward_algorithms.cpp: In function 'arma::mat logalpha_cpp(const arma::mat&, const arma::rowvec&, const arma::cube&)':
forward_algorithms.cpp:191:27: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
191 | for (unsigned int i=1; i<nObs; i++){
| ~^~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rep_times.cpp -o rep_times.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from rep_times.cpp:3:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c tpm_functions.cpp -o tpm_functions.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from tpm_functions.cpp:2:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
tpm_functions.cpp: In function 'arma::cube semigroup_cpp(const arma::mat&, const std::vector<double>&)':
tpm_functions.cpp:103:30: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
103 | for (unsigned int i = 0; i < n; i++) {
| ~~^~~
tpm_functions.cpp: In function 'arma::mat tpm_thinned_t_cpp(const arma::cube&, int)':
tpm_functions.cpp:123:25: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'unsigned int'} and 'int' [-Wsign-compare]
123 | for(arma::uword i=0; i<t-1; i++) {
| ~^~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o LaMa.dll tmp.def RcppExports.o forward_algorithms.o rep_times.o tpm_functions.o -fopenmp -LD:/RCompile/recent/R-4.5.2/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.5.2/bin/x64 -lRblas -lgfortran -lquadmath -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.2/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_11_08_01_50_00_24415/RtmpqQI34R/R.INSTALL9facbe72d3a/LaMa/src'
make[1]: Entering directory '/d/temp/2025_11_08_01_50_00_24415/RtmpqQI34R/R.INSTALL9facbe72d3a/LaMa/src'
make[1]: Leaving directory '/d/temp/2025_11_08_01_50_00_24415/RtmpqQI34R/R.INSTALL9facbe72d3a/LaMa/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-LaMa/00new/LaMa/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'LaMa' as LaMa_2.0.6.zip
* DONE (LaMa)