* installing *source* package 'vcpen' ...
** this is package 'vcpen' version '1.9'
** package 'vcpen' 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/2025_11_01_00_52_33_4216/RtmpQpM9nN/R.INSTALL436c224633ee/vcpen/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from RcppExports.cpp:4:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c minque_Rcpp.cpp -o minque_Rcpp.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from minque_Rcpp.cpp:1:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
minque_Rcpp.cpp: In function 'Rcpp::List minque_Rcpp(arma::vec&, arma::mat&, const Rcpp::List&, arma::vec)':
minque_Rcpp.cpp:12:7: warning: unused variable 'n_beta' [-Wunused-variable]
12 | int n_beta = X.n_cols;
| ^~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vcpen.cpp -o vcpen.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from vcpen.cpp:1:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
vcpen.cpp: In function 'Rcpp::List vcpen_Rcpp(arma::vec&, arma::mat&, const Rcpp::List&, arma::vec, arma::vec, double, arma::vec, int, bool)':
vcpen.cpp:116:20: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
116 | for(int i = 0; i < sigma2.size(); i ++){
| ~~^~~~~~~~~~~~~~~
vcpen.cpp:178:22: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
178 | for(int i = 0; i < sigma2.size(); i ++){
| ~~^~~~~~~~~~~~~~~
vcpen.cpp:187:24: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
187 | for(int i = 0; i < sigma2.size(); i++){
| ~~^~~~~~~~~~~~~~~
vcpen.cpp:303:26: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
303 | for(int i = 0; i < sigma2.size(); i++){
| ~~^~~~~~~~~~~~~~~
vcpen.cpp:154:10: warning: unused variable 'quad' [-Wunused-variable]
154 | double quad = 0.0;
| ^~~~
vcpen.cpp: In function 'arma::vec sqrt_vec(arma::vec)':
vcpen.cpp:370:19: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
370 | for(int i =0; i < x2.size(); i++){
| ~~^~~~~~~~~~~
vcpen.cpp: In function 'double min_root(double, double, double, int, const Rcpp::List&, arma::vec, arma::mat, double, double, arma::vec)':
vcpen.cpp:412:20: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
412 | for(int i = 0; i < roots.size();i++){
| ~~^~~~~~~~~~~~~~
vcpen.cpp: In function 'arma::vec real_polyroots2(arma::vec)':
vcpen.cpp:481:22: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
481 | for(int i = 0; i < roots.size(); i++){
| ~~^~~~~~~~~~~~~~
In file included from D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/cmath:47,
from D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/Rcpp/platform/compiler.h:37,
from D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/Rcpp/r/headers.h:66,
from D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/RcppCommon.h:30,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:26:
In function 'double fabs(double)',
inlined from 'double SolveP5_1(double, double, double, double, double)' at vcpen.cpp:851:14:
D:/rtools45/x86_64-w64-mingw32.static.posix/include/math.h:228:29: warning: 'dx' may be used uninitialized [-Wmaybe-uninitialized]
228 | return __builtin_fabs (x);
| ^
vcpen.cpp: In function 'double SolveP5_1(double, double, double, double, double)':
vcpen.cpp:816:16: note: 'dx' was declared here
816 | double dx;
| ^~
vcpen.cpp: In function 'Rcpp::List vcpen_Rcpp(arma::vec&, arma::mat&, const Rcpp::List&, arma::vec, arma::vec, double, arma::vec, int, bool)':
vcpen.cpp:320:50: warning: 'logllasso_final' may be used uninitialized [-Wmaybe-uninitialized]
320 | logllasso_grid(index_grid) = logllasso_final * double(n_subj);
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
vcpen.cpp:104:10: note: 'logllasso_final' was declared here
104 | double logllasso_final;
| ^~~~~~~~~~~~~~~
vcpen.cpp:319:40: warning: 'logl_final' may be used uninitialized [-Wmaybe-uninitialized]
319 | logl_grid(index_grid) = logl_final * double(n_subj);
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~
vcpen.cpp:105:10: note: 'logl_final' was declared here
105 | double logl_final;
| ^~~~~~~~~~
vcpen.cpp:318:27: warning: 'iter_final' may be used uninitialized [-Wmaybe-uninitialized]
318 | iter_grid(index_grid) = iter_final;
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
vcpen.cpp:106:7: note: 'iter_final' was declared here
106 | int iter_final;
| ^~~~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o vcpen.dll tmp.def RcppExports.o minque_Rcpp.o vcpen.o -LD:/RCompile/recent/R-4.5.2/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.5.2/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.5.2/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_11_01_00_52_33_4216/RtmpQpM9nN/R.INSTALL436c224633ee/vcpen/src'
make[1]: Entering directory '/d/temp/2025_11_01_00_52_33_4216/RtmpQpM9nN/R.INSTALL436c224633ee/vcpen/src'
make[1]: Leaving directory '/d/temp/2025_11_01_00_52_33_4216/RtmpQpM9nN/R.INSTALL436c224633ee/vcpen/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-vcpen/00new/vcpen/libs/x64
** R
** data
** 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 'vcpen' as vcpen_1.9.zip
* DONE (vcpen)