* installing *source* package 'normalblockr' ...
** this is package 'normalblockr' version '0.2.1'
** package 'normalblockr' successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C++ compiler: 'g++.exe (GCC) 14.3.0'
using C++17
make[1]: Entering directory '/d/temp/2026_09_04_01_50_00_16729/RtmpiwZspN/R.INSTALL5c8682d977175/normalblockr/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -DARMA_WARN_LEVEL=1 -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -DARMA_WARN_LEVEL=1 -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c exports.cpp -o exports.o
In file included from zi_normal_block_var_types.h:4,
from exports.cpp:7:
zi_normal_block_var_known_clusters.h: In instantiation of 'ZINormalBlockVarKnownClusters<NoisePolicy>::ZINormalBlockVarKnownClusters(const ZINormalBlockData&, const arma::mat&, const arma::mat&, const arma::vec&, const arma::mat&, double, const arma::mat&) [with NoisePolicy = ZIDiagonalNoise; arma::mat = arma::Mat<double>; arma::vec = arma::Col<double>]':
exports.cpp:193:114: required from here
193 | zi_norm_block_var_cov_diag_noise_known_clusters model(data, C, B0, dm1_0, Omegaq0, sparsity, sparsity_weights);
| ^
zi_normal_block_var_known_clusters.h:69:31: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
69 | for (arma::uword i = 0; i < data.n; ++i) Gamma_.slice(i) = arma::eye(C.n_cols, C.n_cols);
| ~~^~~~~~~~
zi_normal_block_var_known_clusters.h: In instantiation of 'ZINormalBlockVarKnownClusters<NoisePolicy>::ZINormalBlockVarKnownClusters(const ZINormalBlockData&, const arma::mat&, const arma::mat&, const arma::vec&, const arma::mat&, double, const arma::mat&) [with NoisePolicy = ZISphericalNoise; arma::mat = arma::Mat<double>; arma::vec = arma::Col<double>]':
exports.cpp:197:119: required from here
197 | zi_norm_block_var_cov_spherical_noise_known_clusters model(data, C, B0, dm1_0, Omegaq0, sparsity, sparsity_weights);
| ^
zi_normal_block_var_known_clusters.h:69:31: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
69 | for (arma::uword i = 0; i < data.n; ++i) Gamma_.slice(i) = arma::eye(C.n_cols, C.n_cols);
| ~~^~~~~~~~
zi_normal_block_var_known_clusters.h: In instantiation of 'void ZINormalBlockVarKnownClusters<NoisePolicy>::E_step() [with NoisePolicy = ZISphericalNoise]':
zi_normal_block_var_known_clusters.h:34:8: required from here
34 | void E_step() override {
| ^~~~~~
zi_normal_block_var_known_clusters.h:40:31: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
40 | for (arma::uword i = 0; i < zi_data_.n; ++i) {
| ~~^~~~~~~~~~~~
zi_normal_block_var_known_clusters.h: In instantiation of 'void ZINormalBlockVarKnownClusters<NoisePolicy>::M_step() [with NoisePolicy = ZISphericalNoise]':
zi_normal_block_var_known_clusters.h:46:8: required from here
46 | void M_step() override {
| ^~~~~~
zi_normal_block_var_known_clusters.h:53:31: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
53 | for (arma::uword i = 0; i < zi_data_.n; ++i) CgC.row(i) = (C_ * Gamma_.slice(i).diag()).t();
| ~~^~~~~~~~~~~~
zi_normal_block_var_known_clusters.h: In instantiation of 'double ZINormalBlockVarKnownClusters<NoisePolicy>::objective() const [with NoisePolicy = ZISphericalNoise]':
zi_normal_block_var_known_clusters.h:77:10: required from here
77 | double objective() const override {
| ^~~~~~~~~
zi_normal_block_var_known_clusters.h:85:31: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
85 | for (arma::uword i = 0; i < zi_data_.n; ++i) {
| ~~^~~~~~~~~~~~
zi_normal_block_var_known_clusters.h: In instantiation of 'void ZINormalBlockVarKnownClusters<NoisePolicy>::E_step() [with NoisePolicy = ZIDiagonalNoise]':
zi_normal_block_var_known_clusters.h:34:8: required from here
34 | void E_step() override {
| ^~~~~~
zi_normal_block_var_known_clusters.h:40:31: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
40 | for (arma::uword i = 0; i < zi_data_.n; ++i) {
| ~~^~~~~~~~~~~~
zi_normal_block_var_known_clusters.h: In instantiation of 'void ZINormalBlockVarKnownClusters<NoisePolicy>::M_step() [with NoisePolicy = ZIDiagonalNoise]':
zi_normal_block_var_known_clusters.h:46:8: required from here
46 | void M_step() override {
| ^~~~~~
zi_normal_block_var_known_clusters.h:53:31: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
53 | for (arma::uword i = 0; i < zi_data_.n; ++i) CgC.row(i) = (C_ * Gamma_.slice(i).diag()).t();
| ~~^~~~~~~~~~~~
zi_normal_block_var_known_clusters.h: In instantiation of 'double ZINormalBlockVarKnownClusters<NoisePolicy>::objective() const [with NoisePolicy = ZIDiagonalNoise]':
zi_normal_block_var_known_clusters.h:77:10: required from here
77 | double objective() const override {
| ^~~~~~~~~
zi_normal_block_var_known_clusters.h:85:31: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
85 | for (arma::uword i = 0; i < zi_data_.n; ++i) {
| ~~^~~~~~~~~~~~
g++ -shared -s -static-libgcc -o normalblockr.dll tmp.def RcppExports.o exports.o -LD:/RCompile/recent/R-4.6.1/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.6.1/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.6.1/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_09_04_01_50_00_16729/RtmpiwZspN/R.INSTALL5c8682d977175/normalblockr/src'
make[1]: Entering directory '/d/temp/2026_09_04_01_50_00_16729/RtmpiwZspN/R.INSTALL5c8682d977175/normalblockr/src'
make[1]: Leaving directory '/d/temp/2026_09_04_01_50_00_16729/RtmpiwZspN/R.INSTALL5c8682d977175/normalblockr/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-normalblockr/00new/normalblockr/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 'normalblockr' as normalblockr_0.2.1.zip
* DONE (normalblockr)