* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘lvmcomp’ ...
** this is package ‘lvmcomp’ version ‘1.2’
** package ‘lvmcomp’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (Debian 14.3.0-10) 14.3.0’
using C++ compiler: ‘g++-14 (Debian 14.3.0-10) 14.3.0’
using C++11
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmphcxhMR/R.INSTALL14ee8f1e2713/lvmcomp/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c calcu_sigma_cmle.cpp -o calcu_sigma_cmle.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c depend_funcs.cpp -o depend_funcs.o
depend_funcs.cpp: In function ‘double deriv_based_ARS(arma::vec, arma::vec, int, arma::vec, arma::mat, arma::mat, arma::vec)’:
depend_funcs.cpp:93:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
93 | for(int ii=0;ii<z.n_elem;++ii){
| ~~^~~~~~~~~
depend_funcs.cpp:113:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
113 | for(int ii=1;ii<areas.n_elem-1;++ii){
| ~~^~~~~~~~~~~~~~~
depend_funcs.cpp:127:26: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<eT>::result*) [with eT = double; typename arma_scalar_only<eT>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
127 | if(!arma::is_finite(candidate))
| ~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:518,
from /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32,
from depend_funcs.cpp:2:
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here
167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr)
| ^~~~~~~~~
depend_funcs.cpp:135:28: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<eT>::result*) [with eT = double; typename arma_scalar_only<eT>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
135 | if(!arma::is_finite(candidate))
| ~~~~~~~~~~~~~~~^~~~~~~~~~~
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here
167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr)
| ^~~~~~~~~
depend_funcs.cpp:176:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
176 | for(int ii=0;ii<z.n_elem;++ii){
| ~~^~~~~~~~~
depend_funcs.cpp: In function ‘arma::vec F_prime_theta_y_eta_cpp_partial_credit1(arma::vec, arma::vec, int, arma::vec, arma::mat, arma::mat, arma::mat)’:
depend_funcs.cpp:194:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
194 | for(int ii=0;ii<x.n_elem;++ii){
| ~~^~~~~~~~~
depend_funcs.cpp: In function ‘arma::vec F_theta_y_eta_cpp_partial_credit1(arma::vec, arma::vec, int, arma::vec, arma::mat, arma::mat, arma::mat)’:
depend_funcs.cpp:226:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
226 | for(int ii=0;ii<x.n_elem;++ii){
| ~~^~~~~~~~~
depend_funcs.cpp: In function ‘double deriv_based_ARS_partial_credit(arma::vec, arma::vec, int, arma::vec, arma::mat, arma::mat, arma::mat)’:
depend_funcs.cpp:296:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
296 | for(int ii=0;ii<z.n_elem;++ii){
| ~~^~~~~~~~~
depend_funcs.cpp:327:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
327 | for(int ii=1;ii<areas.n_elem-1;++ii){
| ~~^~~~~~~~~~~~~~~
depend_funcs.cpp:345:26: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<eT>::result*) [with eT = double; typename arma_scalar_only<eT>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
345 | if(!arma::is_finite(candidate))
| ~~~~~~~~~~~~~~~^~~~~~~~~~~
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here
167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr)
| ^~~~~~~~~
depend_funcs.cpp:354:28: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<eT>::result*) [with eT = double; typename arma_scalar_only<eT>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
354 | if(!arma::is_finite(candidate))
| ~~~~~~~~~~~~~~~^~~~~~~~~~~
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here
167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr)
| ^~~~~~~~~
depend_funcs.cpp:361:24: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<eT>::result*) [with eT = double; typename arma_scalar_only<eT>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
361 | if(!arma::is_finite(candidate)){
| ~~~~~~~~~~~~~~~^~~~~~~~~~~
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here
167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr)
| ^~~~~~~~~
depend_funcs.cpp:363:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
363 | for(int ii=0;ii<initial_x.n_elem;++ii){
| ~~^~~~~~~~~~~~~~~~~
depend_funcs.cpp:367:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
367 | for(int ii=0;ii<x.n_elem;++ii){
| ~~^~~~~~~~~
depend_funcs.cpp:371:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
371 | for(int ii=0;ii<log_fn.n_elem;++ii){
| ~~^~~~~~~~~~~~~~
depend_funcs.cpp:375:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
375 | for(int ii=0;ii<s_a.n_elem;++ii){
| ~~^~~~~~~~~~~
depend_funcs.cpp:379:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
379 | for(int ii=0;ii<z.n_elem;++ii){
| ~~^~~~~~~~~
depend_funcs.cpp:383:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
383 | for(int ii=0;ii<areas.n_elem;++ii){
| ~~^~~~~~~~~~~~~
depend_funcs.cpp:437:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
437 | for(int ii=0;ii<z.n_elem;++ii){
| ~~^~~~~~~~~
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c lbfgs.c -o lbfgs.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c my_Logistic.cpp -o my_Logistic.o
my_Logistic.cpp: In function ‘arma::vec my_Logistic_cpp(arma::mat, arma::vec, arma::vec, double)’:
my_Logistic.cpp:150:10: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
150 | double ret = 0;
| ^~~
my_Logistic.cpp: In function ‘arma::vec my_Logistic_cpp_partial(arma::mat, arma::vec, arma::vec, arma::vec)’:
my_Logistic.cpp:197:10: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
197 | double ret = 0;
| ^~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c stem_mirt.cpp -o stem_mirt.o
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o lvmcomp.so RcppExports.o calcu_sigma_cmle.o depend_funcs.o lbfgs.o my_Logistic.o stem_mirt.o -llapack -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -fopenmp -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmphcxhMR/R.INSTALL14ee8f1e2713/lvmcomp/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmphcxhMR/R.INSTALL14ee8f1e2713/lvmcomp/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmphcxhMR/R.INSTALL14ee8f1e2713/lvmcomp/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-lvmcomp/00new/lvmcomp/libs
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘lvmcomp’
finding HTML links ... done
StEM_mirt html
StEM_pcirt html
data_sim_mirt html
data_sim_pcirt html
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (lvmcomp)