* installing *source* package 'dMrs' ...
** package 'dMrs' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2025_12_05_01_50_00_7414/RtmpQh5bIG/R.INSTALL11c5818935cf1/dMrs/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c dMrs.cpp -o dMrs.o
In file included from D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/current/armadillo:693,
from D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/RcppArmadillo.h:32,
from dMrs.cpp:1:
In constructor 'arma::Mat<eT>::Mat(const arma::eOp<T1, eop_type>&) [with T1 = arma::Col<double>; eop_type = arma::eop_exp; eT = double]',
inlined from 'arma::quasi_unwrap_default<T1>::quasi_unwrap_default(const T1&) [with T1 = arma::eOp<arma::Col<double>, arma::eop_exp>]' at D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/current/armadillo_bits/unwrap.hpp:216:7,
inlined from 'arma::quasi_unwrap<T1>::quasi_unwrap(const T1&) [with T1 = arma::eOp<arma::Col<double>, arma::eop_exp>]' at D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/current/armadillo_bits/unwrap.hpp:275:27,
inlined from 'static typename T1::elem_type arma::op_accu_mat::apply(const T1&) [with T1 = arma::eOp<arma::Col<double>, arma::eop_exp>]' at D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/current/armadillo_bits/op_accu_meat.hpp:119:28,
inlined from 'auto arma::accu(const T1&, const typename enable_if<is_arma_type<T1>::value>::result*) [with T1 = eOp<Col<double>, eop_exp>]' at D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/current/armadillo_bits/fn_accu.hpp:34:28,
inlined from 'typename arma::enable_if2<(arma::is_arma_type<T1>::value && arma::resolves_to_vector<T1>::yes), typename T1::elem_type>::result arma::sum(const T1&) [with T1 = eOp<Col<double>, eop_exp>]' at D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/current/armadillo_bits/fn_sum.hpp:31:14,
inlined from 'double calc_copula_offset(const arma::vec&, const arma::vec&, const std::string&, const double&, const double&)' at dMrs.cpp:173:21:
D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/current/armadillo_bits/Mat_meat.hpp:5492:18: warning: 'U' may be used uninitialized [-Wmaybe-uninitialized]
5492 | eop_type::apply(*this, X);
| ~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/current/armadillo:683:
D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/current/armadillo_bits/eop_core_meat.hpp: In function 'double calc_copula_offset(const arma::vec&, const arma::vec&, const std::string&, const double&, const double&)':
D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/current/armadillo_bits/eop_core_meat.hpp:246:1: note: by argument 1 of type 'const double* const' to 'static void arma::eop_core<eop_type>::apply(outT&, const arma::eOp<T1, eop_type>&) [with outT = arma::Mat<double>; T1 = arma::Col<double>; eop_type = arma::eop_exp]' declared here
246 | eop_core<eop_type>::apply(outT& out, const eOp<T1, eop_type>& x)
| ^~~~~~~~~~~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/current/armadillo:802:
D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/current/armadillo_bits/op_accu_meat.hpp:119:28: note: 'U' declared here
119 | const quasi_unwrap<T1> U(X);
| ^
g++ -std=gnu++17 -shared -s -static-libgcc -o dMrs.dll tmp.def RcppExports.o dMrs.o -fopenmp -LD:/RCompile/recent/R-4.4.3/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.3/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_12_05_01_50_00_7414/RtmpQh5bIG/R.INSTALL11c5818935cf1/dMrs/src'
make[1]: Entering directory '/d/temp/2025_12_05_01_50_00_7414/RtmpQh5bIG/R.INSTALL11c5818935cf1/dMrs/src'
make[1]: Leaving directory '/d/temp/2025_12_05_01_50_00_7414/RtmpQh5bIG/R.INSTALL11c5818935cf1/dMrs/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-dMrs/00new/dMrs/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 'dMrs' as dMrs_1.0.0.zip
* DONE (dMrs)