* installing *source* package 'choicer' ...
** this is package 'choicer' version '0.1.0'
** package 'choicer' 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/2026_06_02_01_50_00_4312/RtmpaEAQho/R.INSTALL484c2801291b/choicer/src'
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.0/include" -DNDEBUG -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" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.0/include" -DNDEBUG -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" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c mnlogit.cpp -o mnlogit.o
mnlogit.cpp: In function 'arma::vec blp_contraction(const arma::vec&, const arma::vec&, const arma::mat&, const arma::vec&, const arma::uvec&, const Rcpp::IntegerVector&, const arma::vec&, bool, double, int)':
mnlogit.cpp:517:28: warning: comparison of integer expressions of different signedness: 'const arma::uword' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
517 | if (target_shares.n_elem != num_alts) {
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.0/include" -DNDEBUG -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" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c mxlogit.cpp -o mxlogit.o
mxlogit.cpp: In function 'Rcpp::List mxl_loglik_gradient_parallel(const arma::vec&, const arma::mat&, const arma::mat&, const arma::uvec&, const arma::uvec&, const Rcpp::IntegerVector&, const arma::vec&, const arma::cube&, const arma::uvec&, bool, bool, bool, bool)':
mxlogit.cpp:120:22: warning: comparison of integer expressions of different signedness: 'const arma::uword' {aka 'const unsigned int'} and 'const int' [-Wsign-compare]
120 | if (rc_dist.n_elem != K_w) {
| ~~~~~~~~~~~~~~~^~~~~~
mxlogit.cpp:123:26: warning: comparison of integer expressions of different signedness: 'const arma::uword' {aka 'const unsigned int'} and 'const int' [-Wsign-compare]
123 | if (eta_draws.n_slices != N) {
| ~~~~~~~~~~~~~~~~~~~^~~~
mxlogit.cpp:127:24: warning: comparison of integer expressions of different signedness: 'const arma::uword' {aka 'const unsigned int'} and 'const int' [-Wsign-compare]
127 | if (eta_draws.n_rows != K_w) {
| ~~~~~~~~~~~~~~~~~^~~~~~
mxlogit.cpp: In function 'arma::mat mxl_hessian_parallel(const arma::vec&, const arma::mat&, const arma::mat&, const arma::uvec&, const arma::uvec&, const Rcpp::IntegerVector&, const arma::vec&, const arma::cube&, const arma::uvec&, bool, bool, bool, bool)':
mxlogit.cpp:558:22: warning: comparison of integer expressions of different signedness: 'const arma::uword' {aka 'const unsigned int'} and 'const int' [-Wsign-compare]
558 | if (rc_dist.n_elem != K_w) {
| ~~~~~~~~~~~~~~~^~~~~~
mxlogit.cpp: In function 'arma::mat mxl_bhhh_parallel(const arma::vec&, const arma::mat&, const arma::mat&, const arma::uvec&, const arma::uvec&, const Rcpp::IntegerVector&, const arma::vec&, const arma::cube&, const arma::uvec&, bool, bool, bool, bool)':
mxlogit.cpp:916:22: warning: comparison of integer expressions of different signedness: 'const arma::uword' {aka 'const unsigned int'} and 'const int' [-Wsign-compare]
916 | if (rc_dist.n_elem != K_w) {
| ~~~~~~~~~~~~~~~^~~~~~
mxlogit.cpp:919:26: warning: comparison of integer expressions of different signedness: 'const arma::uword' {aka 'const unsigned int'} and 'const int' [-Wsign-compare]
919 | if (eta_draws.n_slices != N) {
| ~~~~~~~~~~~~~~~~~~~^~~~
mxlogit.cpp:923:24: warning: comparison of integer expressions of different signedness: 'const arma::uword' {aka 'const unsigned int'} and 'const int' [-Wsign-compare]
923 | if (eta_draws.n_rows != K_w) {
| ~~~~~~~~~~~~~~~~~^~~~~~
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.0/include" -DNDEBUG -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" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c nestlogit.cpp -o nestlogit.o
nestlogit.cpp: In function 'Rcpp::List nl_loglik_gradient_parallel(const arma::vec&, const arma::mat&, const arma::uvec&, const arma::uvec&, const arma::uvec&, const Rcpp::IntegerVector&, const arma::vec&, bool, bool)':
nestlogit.cpp:64:42: warning: comparison of integer expressions of different signedness: 'const unsigned int' and 'const int' [-Wsign-compare]
64 | if (nest_idx[j] > 0 && nest_idx[j] <= n_nests) {
nestlogit.cpp:85:22: warning: comparison of integer expressions of different signedness: 'const arma::uword' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
85 | if (theta.n_elem < K + n_non_singleton_nests) {
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.0/include" -DNDEBUG -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" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utils.cpp -o utils.o
g++ -std=gnu++20 -shared -s -static-libgcc -o choicer.dll tmp.def RcppExports.o mnlogit.o mxlogit.o nestlogit.o utils.o -fopenmp -LD:/RCompile/recent/R-4.6.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.6.0/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.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_06_02_01_50_00_4312/RtmpaEAQho/R.INSTALL484c2801291b/choicer/src'
make[1]: Entering directory '/d/temp/2026_06_02_01_50_00_4312/RtmpaEAQho/R.INSTALL484c2801291b/choicer/src'
make[1]: Leaving directory '/d/temp/2026_06_02_01_50_00_4312/RtmpaEAQho/R.INSTALL484c2801291b/choicer/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-choicer/00new/choicer/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 'choicer' as choicer_0.1.0.zip
* DONE (choicer)