* installing *source* package 'rsparse' ... ** package 'rsparse' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.2.0' using C++11 make[1]: Entering directory '/d/temp/RtmpU9U9ae/R.INSTALL10444279f1f3f/rsparse/src' g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -DARMA_32BIT_WORD -DARMA_DONT_USE_BLAS -DARMA_NO_DEBUG -DRSPARSE_R_PKG -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 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c FTRL.cpp -o FTRL.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -DARMA_32BIT_WORD -DARMA_DONT_USE_BLAS -DARMA_NO_DEBUG -DRSPARSE_R_PKG -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 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c GloVe.cpp -o GloVe.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -DARMA_32BIT_WORD -DARMA_DONT_USE_BLAS -DARMA_NO_DEBUG -DRSPARSE_R_PKG -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 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -DARMA_32BIT_WORD -DARMA_DONT_USE_BLAS -DARMA_NO_DEBUG -DRSPARSE_R_PKG -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 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c factorization_machine.cpp -o factorization_machine.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -DARMA_32BIT_WORD -DARMA_DONT_USE_BLAS -DARMA_NO_DEBUG -DRSPARSE_R_PKG -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 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c kmeans.cpp -o kmeans.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -DARMA_32BIT_WORD -DARMA_DONT_USE_BLAS -DARMA_NO_DEBUG -DRSPARSE_R_PKG -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 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c matrix_top_product.cpp -o matrix_top_product.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -DARMA_32BIT_WORD -DARMA_DONT_USE_BLAS -DARMA_NO_DEBUG -DRSPARSE_R_PKG -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 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c nnls.cpp -o nnls.o nnls.cpp: In function 'arma::Mat c_nnls_double(const arma::mat&, const arma::vec&, unsigned int, double)': nnls.cpp:9:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 9 | for (auto i = 0; i < n; i++) { | ~~^~~ In file included from nnls.cpp:1: ../inst/include/nnls.hpp: In instantiation of 'arma::Col scd_ls_update(const arma::Mat&, arma::Col&, arma::uword, double, const arma::Col&) [with T = double; arma::uword = unsigned int]': ../inst/include/nnls.hpp:45:42: required from 'arma::Col c_nnls(const arma::Mat&, const arma::Col&, const arma::Col&, arma::uword, double) [with T = double; arma::uword = unsigned int]' nnls.cpp:14:24: required from here ../inst/include/nnls.hpp:17:22: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 17 | for (auto t = 0; t < max_iter; t++) { | ~~^~~~~~~~~~ ../inst/include/nnls.hpp:19:24: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 19 | for (auto k = 0; k < XtX.n_cols; k++) { | ~~^~~~~~~~~~~~ g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -DARMA_32BIT_WORD -DARMA_DONT_USE_BLAS -DARMA_NO_DEBUG -DRSPARSE_R_PKG -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 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rankmf.cpp -o rankmf.o rankmf.cpp: In instantiation of 'void rankmf_solver(const MappedCSR&, arma::Mat&, arma::Mat&, arma::Col&, arma::Col&, const MappedCSR&, const MappedCSR&, arma::uword, arma::uword, T, T, T, T, T, arma::uword, bool, arma::uword, arma::uword, arma::uword, T, arma::uword, arma::uword) [with T = double; T2 = double; arma::uword = unsigned int]': rankmf.cpp:305:32: required from here rankmf.cpp:240:28: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 240 | for (auto i = 0; i < user_features_nnz_indices.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rankmf.cpp:254:30: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 254 | for (auto i = 0; i < item_features_pos_nnz_indices.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rankmf.cpp:267:30: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 267 | for (auto i = 0; i < item_features_neg_nnz_indices.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rankmf.cpp: In instantiation of 'void rankmf_solver(const MappedCSR&, arma::Mat&, arma::Mat&, arma::Col&, arma::Col&, const MappedCSR&, const MappedCSR&, arma::uword, arma::uword, T, T, T, T, T, arma::uword, bool, arma::uword, arma::uword, arma::uword, T, arma::uword, arma::uword) [with T = float; T2 = double; arma::uword = unsigned int]': rankmf.cpp:348:31: required from here rankmf.cpp:240:28: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 240 | for (auto i = 0; i < user_features_nnz_indices.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rankmf.cpp:254:30: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 254 | for (auto i = 0; i < item_features_pos_nnz_indices.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rankmf.cpp:267:30: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 267 | for (auto i = 0; i < item_features_neg_nnz_indices.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -DARMA_32BIT_WORD -DARMA_DONT_USE_BLAS -DARMA_NO_DEBUG -DRSPARSE_R_PKG -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 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utils.cpp -o utils.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -DARMA_32BIT_WORD -DARMA_DONT_USE_BLAS -DARMA_NO_DEBUG -DRSPARSE_R_PKG -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 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c wrmf_explicit.cpp -o wrmf_explicit.o In file included from wrmf_explicit.cpp:1: ../inst/include/wrmf_explicit.hpp: In instantiation of 'arma::Col cg_solver_explicit(const arma::Mat&, const arma::Col&, const arma::Col&, T, arma::uword) [with T = double; arma::uword = unsigned int]': ../inst/include/wrmf_explicit.hpp:101:38: required from 'T als_explicit(const dMappedCSC&, arma::Mat&, arma::Mat&, double, int, unsigned int, unsigned int, bool, const arma::Col&, bool, bool) [with T = double; dMappedCSC = MappedCSC]' wrmf_explicit.cpp:10:38: required from here ../inst/include/wrmf_explicit.hpp:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 20 | for (auto k = 0; k < n_iter; k++) { | ~~^~~~~~~~ ../inst/include/wrmf_explicit.hpp: In instantiation of 'arma::Col cg_solver_explicit(const arma::Mat&, const arma::Col&, const arma::Col&, T, arma::uword) [with T = float; arma::uword = unsigned int]': ../inst/include/wrmf_explicit.hpp:101:38: required from 'T als_explicit(const dMappedCSC&, arma::Mat&, arma::Mat&, double, int, unsigned int, unsigned int, bool, const arma::Col&, bool, bool) [with T = float; dMappedCSC = MappedCSC]' wrmf_explicit.cpp:24:37: required from here ../inst/include/wrmf_explicit.hpp:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] In file included from ../inst/include/wrmf_explicit.hpp:1: ../inst/include/nnls.hpp: In instantiation of 'arma::Col scd_ls_update(const arma::Mat&, arma::Col&, arma::uword, double, const arma::Col&) [with T = double; arma::uword = unsigned int]': ../inst/include/nnls.hpp:45:42: required from 'arma::Col c_nnls(const arma::Mat&, const arma::Col&, const arma::Col&, arma::uword, double) [with T = double; arma::uword = unsigned int]' ../inst/include/wrmf_explicit.hpp:110:28: required from 'T als_explicit(const dMappedCSC&, arma::Mat&, arma::Mat&, double, int, unsigned int, unsigned int, bool, const arma::Col&, bool, bool) [with T = double; dMappedCSC = MappedCSC]' wrmf_explicit.cpp:10:38: required from here ../inst/include/nnls.hpp:17:22: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 17 | for (auto t = 0; t < max_iter; t++) { | ~~^~~~~~~~~~ ../inst/include/nnls.hpp:19:24: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 19 | for (auto k = 0; k < XtX.n_cols; k++) { | ~~^~~~~~~~~~~~ ../inst/include/nnls.hpp: In instantiation of 'arma::Col scd_ls_update(const arma::Mat&, arma::Col&, arma::uword, double, const arma::Col&) [with T = float; arma::uword = unsigned int]': ../inst/include/nnls.hpp:45:42: required from 'arma::Col c_nnls(const arma::Mat&, const arma::Col&, const arma::Col&, arma::uword, double) [with T = float; arma::uword = unsigned int]' ../inst/include/wrmf_explicit.hpp:110:28: required from 'T als_explicit(const dMappedCSC&, arma::Mat&, arma::Mat&, double, int, unsigned int, unsigned int, bool, const arma::Col&, bool, bool) [with T = float; dMappedCSC = MappedCSC]' wrmf_explicit.cpp:24:37: required from here ../inst/include/nnls.hpp:17:22: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 17 | for (auto t = 0; t < max_iter; t++) { | ~~^~~~~~~~~~ ../inst/include/nnls.hpp:19:24: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 19 | for (auto k = 0; k < XtX.n_cols; k++) { | ~~^~~~~~~~~~~~ g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -DARMA_32BIT_WORD -DARMA_DONT_USE_BLAS -DARMA_NO_DEBUG -DRSPARSE_R_PKG -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 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c wrmf_implicit.cpp -o wrmf_implicit.o In file included from wrmf_implicit.cpp:1: ../inst/include/wrmf_implicit.hpp:140:5: warning: multi-line comment [-Wcomment] 140 | // rhs_user = rhs_init - \ | ^ ../inst/include/wrmf_implicit.hpp:215:11: warning: multi-line comment [-Wcomment] 215 | // rhs += (X_nnz.each_row() % confidence.t()) * \ | ^ ../inst/include/wrmf_implicit.hpp: In instantiation of 'arma::Col cg_solver_implicit(const arma::Mat&, const arma::Col&, const arma::Col&, arma::uword, const arma::Mat&) [with T = double; arma::uword = unsigned int]': ../inst/include/wrmf_implicit.hpp:192:40: required from 'T als_implicit(const dMappedCSC&, arma::Mat&, arma::Mat&, const arma::Mat&, double, int, unsigned int, unsigned int, bool, bool, double, arma::Col&, bool) [with T = double; dMappedCSC = MappedCSC]' wrmf_implicit.cpp:11:38: required from here ../inst/include/wrmf_implicit.hpp:21:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 21 | for (auto k = 0; k < n_iter; k++) { | ~~^~~~~~~~ ../inst/include/wrmf_implicit.hpp: In instantiation of 'arma::Col cg_solver_implicit_user_item_bias(const arma::Mat&, const arma::Col&, const arma::Col&, arma::uword, const arma::Mat&, const arma::Col&, const arma::Col&, T) [with T = double; arma::uword = unsigned int]': ../inst/include/wrmf_implicit.hpp:194:55: required from 'T als_implicit(const dMappedCSC&, arma::Mat&, arma::Mat&, const arma::Mat&, double, int, unsigned int, unsigned int, bool, bool, double, arma::Col&, bool) [with T = double; dMappedCSC = MappedCSC]' wrmf_implicit.cpp:11:38: required from here ../inst/include/wrmf_implicit.hpp:77:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 77 | for (auto k = 0; k < n_iter; k++) { | ~~^~~~~~~~ ../inst/include/wrmf_implicit.hpp: In instantiation of 'arma::Col cg_solver_implicit_global_bias(const arma::Mat&, const arma::Col&, const arma::Col&, arma::uword, const arma::Mat&, arma::Col, T) [with T = double; arma::uword = unsigned int]': ../inst/include/wrmf_implicit.hpp:197:52: required from 'T als_implicit(const dMappedCSC&, arma::Mat&, arma::Mat&, const arma::Mat&, double, int, unsigned int, unsigned int, bool, bool, double, arma::Col&, bool) [with T = double; dMappedCSC = MappedCSC]' wrmf_implicit.cpp:11:38: required from here ../inst/include/wrmf_implicit.hpp:49:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 49 | for (auto k = 0; k < n_iter; k++) { | ~~^~~~~~~~ ../inst/include/wrmf_implicit.hpp: In instantiation of 'arma::Col cg_solver_implicit(const arma::Mat&, const arma::Col&, const arma::Col&, arma::uword, const arma::Mat&) [with T = float; arma::uword = unsigned int]': ../inst/include/wrmf_implicit.hpp:192:40: required from 'T als_implicit(const dMappedCSC&, arma::Mat&, arma::Mat&, const arma::Mat&, double, int, unsigned int, unsigned int, bool, bool, double, arma::Col&, bool) [with T = float; dMappedCSC = MappedCSC]' wrmf_implicit.cpp:28:37: required from here ../inst/include/wrmf_implicit.hpp:21:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 21 | for (auto k = 0; k < n_iter; k++) { | ~~^~~~~~~~ ../inst/include/wrmf_implicit.hpp: In instantiation of 'arma::Col cg_solver_implicit_user_item_bias(const arma::Mat&, const arma::Col&, const arma::Col&, arma::uword, const arma::Mat&, const arma::Col&, const arma::Col&, T) [with T = float; arma::uword = unsigned int]': ../inst/include/wrmf_implicit.hpp:194:55: required from 'T als_implicit(const dMappedCSC&, arma::Mat&, arma::Mat&, const arma::Mat&, double, int, unsigned int, unsigned int, bool, bool, double, arma::Col&, bool) [with T = float; dMappedCSC = MappedCSC]' wrmf_implicit.cpp:28:37: required from here ../inst/include/wrmf_implicit.hpp:77:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 77 | for (auto k = 0; k < n_iter; k++) { | ~~^~~~~~~~ ../inst/include/wrmf_implicit.hpp: In instantiation of 'arma::Col cg_solver_implicit_global_bias(const arma::Mat&, const arma::Col&, const arma::Col&, arma::uword, const arma::Mat&, arma::Col, T) [with T = float; arma::uword = unsigned int]': ../inst/include/wrmf_implicit.hpp:197:52: required from 'T als_implicit(const dMappedCSC&, arma::Mat&, arma::Mat&, const arma::Mat&, double, int, unsigned int, unsigned int, bool, bool, double, arma::Col&, bool) [with T = float; dMappedCSC = MappedCSC]' wrmf_implicit.cpp:28:37: required from here ../inst/include/wrmf_implicit.hpp:49:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 49 | for (auto k = 0; k < n_iter; k++) { | ~~^~~~~~~~ In file included from ../inst/include/wrmf_implicit.hpp:1: ../inst/include/nnls.hpp: In instantiation of 'arma::Col scd_ls_update(const arma::Mat&, arma::Col&, arma::uword, double, const arma::Col&) [with T = double; arma::uword = unsigned int]': ../inst/include/nnls.hpp:45:42: required from 'arma::Col c_nnls(const arma::Mat&, const arma::Col&, const arma::Col&, arma::uword, double) [with T = double; arma::uword = unsigned int]' ../inst/include/wrmf_implicit.hpp:228:28: required from 'T als_implicit(const dMappedCSC&, arma::Mat&, arma::Mat&, const arma::Mat&, double, int, unsigned int, unsigned int, bool, bool, double, arma::Col&, bool) [with T = double; dMappedCSC = MappedCSC]' wrmf_implicit.cpp:11:38: required from here ../inst/include/nnls.hpp:17:22: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 17 | for (auto t = 0; t < max_iter; t++) { | ~~^~~~~~~~~~ ../inst/include/nnls.hpp:19:24: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 19 | for (auto k = 0; k < XtX.n_cols; k++) { | ~~^~~~~~~~~~~~ ../inst/include/nnls.hpp: In instantiation of 'arma::Col scd_ls_update(const arma::Mat&, arma::Col&, arma::uword, double, const arma::Col&) [with T = float; arma::uword = unsigned int]': ../inst/include/nnls.hpp:45:42: required from 'arma::Col c_nnls(const arma::Mat&, const arma::Col&, const arma::Col&, arma::uword, double) [with T = float; arma::uword = unsigned int]' ../inst/include/wrmf_implicit.hpp:228:28: required from 'T als_implicit(const dMappedCSC&, arma::Mat&, arma::Mat&, const arma::Mat&, double, int, unsigned int, unsigned int, bool, bool, double, arma::Col&, bool) [with T = float; dMappedCSC = MappedCSC]' wrmf_implicit.cpp:28:37: required from here ../inst/include/nnls.hpp:17:22: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 17 | for (auto t = 0; t < max_iter; t++) { | ~~^~~~~~~~~~ ../inst/include/nnls.hpp:19:24: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 19 | for (auto k = 0; k < XtX.n_cols; k++) { | ~~^~~~~~~~~~~~ g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/ -DARMA_32BIT_WORD -DARMA_DONT_USE_BLAS -DARMA_NO_DEBUG -DRSPARSE_R_PKG -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 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c wrmf_init.cpp -o wrmf_init.o In file included from wrmf_init.cpp:3: ../inst/include/wrmf_utils.hpp: In instantiation of 'double initialize_biases_explicit(dMappedCSC&, dMappedCSC&, arma::Col&, arma::Col&, T, bool, bool, bool) [with T = double; dMappedCSC = MappedCSC]': ../inst/include/wrmf_utils.hpp:177:38: required from 'double initialize_biases(dMappedCSC&, dMappedCSC&, arma::Col&, arma::Col&, T, bool, bool, bool, bool) [with T = double; dMappedCSC = MappedCSC]' wrmf_init.cpp:14:35: required from here ../inst/include/wrmf_utils.hpp:56:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 56 | for (int col = 0; col < ConfCSC.n_cols; col++) { | ~~~~^~~~~~~~~~~~~~~~ ../inst/include/wrmf_utils.hpp:60:47: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 60 | for (int ix = ConfCSC.col_ptrs[col]; ix < ConfCSC.col_ptrs[col + 1]; ix++) { | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/wrmf_utils.hpp:69:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 69 | for (int row = 0; row < ConfCSR.n_cols; row++) { | ~~~~^~~~~~~~~~~~~~~~ ../inst/include/wrmf_utils.hpp:73:47: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 73 | for (int ix = ConfCSR.col_ptrs[row]; ix < ConfCSR.col_ptrs[row + 1]; ix++) { | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/wrmf_utils.hpp: In instantiation of 'double initialize_biases_implicit(dMappedCSC&, dMappedCSC&, arma::Col&, arma::Col&, T, bool, bool) [with T = double; dMappedCSC = MappedCSC]': ../inst/include/wrmf_utils.hpp:181:38: required from 'double initialize_biases(dMappedCSC&, dMappedCSC&, arma::Col&, arma::Col&, T, bool, bool, bool, bool) [with T = double; dMappedCSC = MappedCSC]' wrmf_init.cpp:14:35: required from here ../inst/include/wrmf_utils.hpp:104:47: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 104 | for (int ix = ConfCSR.col_ptrs[row]; ix < ConfCSR.col_ptrs[row + 1]; ix++) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/wrmf_utils.hpp:116:47: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 116 | for (int ix = ConfCSC.col_ptrs[col]; ix < ConfCSC.col_ptrs[col + 1]; ix++) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/wrmf_utils.hpp:141:47: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 141 | for (int ix = ConfCSC.col_ptrs[col]; ix < ConfCSC.col_ptrs[col + 1]; ix++) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/wrmf_utils.hpp:157:47: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 157 | for (int ix = ConfCSR.col_ptrs[row]; ix < ConfCSR.col_ptrs[row + 1]; ix++) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/wrmf_utils.hpp: In instantiation of 'double initialize_biases_explicit(dMappedCSC&, dMappedCSC&, arma::Col&, arma::Col&, T, bool, bool, bool) [with T = float; dMappedCSC = MappedCSC]': ../inst/include/wrmf_utils.hpp:177:38: required from 'double initialize_biases(dMappedCSC&, dMappedCSC&, arma::Col&, arma::Col&, T, bool, bool, bool, bool) [with T = float; dMappedCSC = MappedCSC]' wrmf_init.cpp:31:34: required from here ../inst/include/wrmf_utils.hpp:56:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 56 | for (int col = 0; col < ConfCSC.n_cols; col++) { | ~~~~^~~~~~~~~~~~~~~~ ../inst/include/wrmf_utils.hpp:60:47: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 60 | for (int ix = ConfCSC.col_ptrs[col]; ix < ConfCSC.col_ptrs[col + 1]; ix++) { | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/wrmf_utils.hpp:69:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 69 | for (int row = 0; row < ConfCSR.n_cols; row++) { | ~~~~^~~~~~~~~~~~~~~~ ../inst/include/wrmf_utils.hpp:73:47: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 73 | for (int ix = ConfCSR.col_ptrs[row]; ix < ConfCSR.col_ptrs[row + 1]; ix++) { | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/wrmf_utils.hpp: In instantiation of 'double initialize_biases_implicit(dMappedCSC&, dMappedCSC&, arma::Col&, arma::Col&, T, bool, bool) [with T = float; dMappedCSC = MappedCSC]': ../inst/include/wrmf_utils.hpp:181:38: required from 'double initialize_biases(dMappedCSC&, dMappedCSC&, arma::Col&, arma::Col&, T, bool, bool, bool, bool) [with T = float; dMappedCSC = MappedCSC]' wrmf_init.cpp:31:34: required from here ../inst/include/wrmf_utils.hpp:104:47: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 104 | for (int ix = ConfCSR.col_ptrs[row]; ix < ConfCSR.col_ptrs[row + 1]; ix++) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/wrmf_utils.hpp:116:47: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 116 | for (int ix = ConfCSC.col_ptrs[col]; ix < ConfCSC.col_ptrs[col + 1]; ix++) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/wrmf_utils.hpp:141:47: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 141 | for (int ix = ConfCSC.col_ptrs[col]; ix < ConfCSC.col_ptrs[col + 1]; ix++) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/wrmf_utils.hpp:157:47: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 157 | for (int ix = ConfCSR.col_ptrs[row]; ix < ConfCSR.col_ptrs[row + 1]; ix++) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -shared -s -static-libgcc -o rsparse.dll tmp.def FTRL.o GloVe.o RcppExports.o factorization_machine.o kmeans.o matrix_top_product.o nnls.o rankmf.o utils.o wrmf_explicit.o wrmf_implicit.o wrmf_init.o -fopenmp D:/RCompile/CRANpkg/lib/4.4/float/libs/x64/libfloat.a -llapack -lblas -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.0/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.0/bin/x64 -lR make[1]: Leaving directory '/d/temp/RtmpU9U9ae/R.INSTALL10444279f1f3f/rsparse/src' make[1]: Entering directory '/d/temp/RtmpU9U9ae/R.INSTALL10444279f1f3f/rsparse/src' make[1]: Leaving directory '/d/temp/RtmpU9U9ae/R.INSTALL10444279f1f3f/rsparse/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-rsparse/00new/rsparse/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 ** 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 'rsparse' as rsparse_0.5.1.zip * DONE (rsparse)