* installing *source* package ‘glamlasso’ ...
** package ‘glamlasso’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/glamlasso/src'
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c RcppExports.cpp -o RcppExports.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c init.c -o init.o
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c rcppfunc.cpp -o rcppfunc.o
In file included from rcppfunc.cpp:27:
auxfunc.h: In function 'arma::mat c(const arma::mat&, std::string)':
auxfunc.h:518:19: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  518 | for (int i = 0; i < out.n_rows; i++){
      |                 ~~^~~~~~~~~~~~
auxfunc.h:520:19: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  520 | for (int j = 0; j < out.n_cols; j++){
      |                 ~~^~~~~~~~~~~~
auxfunc.h: In function 'double penfunc(const arma::mat&, const arma::mat&, std::string)':
auxfunc.h:136:8: warning: 'out' may be used uninitialized [-Wmaybe-uninitialized]
  136 | return out;
      |        ^~~
auxfunc.h:120:8: note: 'out' was declared here
  120 | double out;
      |        ^~~
rcppfunc.cpp: In function 'Rcpp::List gdpg(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::vec, std::string, std::string, int, std::string, double, arma::vec, int, int, double, arma::mat, arma::mat, arma::mat, arma::mat, double, double, double, int, int, int, int, int, int, int, int, int, int, int, int, int)':
rcppfunc.cpp:2386:10: warning: 'L' may be used uninitialized [-Wmaybe-uninitialized]
 2386 | deltamin = 1.99 / L; //minimum stepsize
      | ~~~~~~~~~^~~~~~~~~~
rcppfunc.cpp:2067:2: note: 'L' was declared here
 2067 |  L, lmax, loglikeBeta, logliketmp,
      |  ^
rcppfunc.cpp:2573:26: warning: 'wsqlossProp' may be used uninitialized [-Wmaybe-uninitialized]
 2573 | objprox(k) = wsqlossBeta + l1penalty(wGamma, Beta) + l1penalty(wGammaalpha, alpha);
      |              ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
rcppfunc.cpp:2072:15: note: 'wsqlossProp' was declared here
 2072 |  wsqlossBeta, wsqlossProp, wsqlossX;
      |               ^~~~~~~~~~~
In file included from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/armadillo:634,
                 from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
                 from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo.h:29,
                 from rcppfunc.cpp:26:
In constructor 'arma::eOp<T1, eop_type>::eOp(const T1&, typename T1::elem_type) [with T1 = arma::Glue<arma::Mat<double>, arma::Mat<double>, arma::glue_times>; eop_type = arma::eop_scalar_times]',
    inlined from 'typename arma::enable_if2<arma::is_arma_type<T1>::value, const arma::eOp<T1, arma::eop_scalar_times> >::result arma::operator*(const T1&, typename T1::elem_type) [with T1 = Glue<Mat<double>, Mat<double>, glue_times>]' at /data/gannet/ripley/R/test-dev/RcppArmadillo/include/armadillo_bits/operator_times.hpp:33:39,
    inlined from 'Rcpp::List gdpg(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::vec, std::string, std::string, int, std::string, double, arma::vec, int, int, double, arma::mat, arma::mat, arma::mat, arma::mat, double, double, double, int, int, int, int, int, int, int, int, int, int, int, int, int)' at rcppfunc.cpp:1723:47:
/data/gannet/ripley/R/test-dev/RcppArmadillo/include/armadillo_bits/eOp_meat.hpp:38:5: warning: 'sumw12sq' may be used uninitialized [-Wmaybe-uninitialized]
   38 |   , aux(in_aux)
      |     ^~~~~~~~~~~
rcppfunc.cpp: In function 'Rcpp::List gdpg(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::vec, std::string, std::string, int, std::string, double, arma::vec, int, int, double, arma::mat, arma::mat, arma::mat, arma::mat, double, double, double, int, int, int, int, int, int, int, int, int, int, int, int, int)':
rcppfunc.cpp:1204:39: note: 'sumw12sq' was declared here
 1204 |  sqlossBeta, sqlossProp, snewt = 0.5, sumw12sq, sumw3sq,
      |                                       ^~~~~~~~
In constructor 'arma::eOp<T1, eop_type>::eOp(const T1&, typename T1::elem_type) [with T1 = arma::Glue<arma::Glue<arma::Mat<double>, arma::Mat<double>, arma::glue_times>, arma::Mat<double>, arma::glue_times>; eop_type = arma::eop_scalar_times]',
    inlined from 'typename arma::enable_if2<arma::is_arma_type<T1>::value, const arma::eOp<T1, arma::eop_scalar_times> >::result arma::operator*(const T1&, typename T1::elem_type) [with T1 = Glue<Glue<Mat<double>, Mat<double>, glue_times>, Mat<double>, glue_times>]' at /data/gannet/ripley/R/test-dev/RcppArmadillo/include/armadillo_bits/operator_times.hpp:33:39,
    inlined from 'Rcpp::List gdpg(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::vec, std::string, std::string, int, std::string, double, arma::vec, int, int, double, arma::mat, arma::mat, arma::mat, arma::mat, double, double, double, int, int, int, int, int, int, int, int, int, int, int, int, int)' at rcppfunc.cpp:1721:42:
/data/gannet/ripley/R/test-dev/RcppArmadillo/include/armadillo_bits/eOp_meat.hpp:38:5: warning: 'sumw3sq' may be used uninitialized [-Wmaybe-uninitialized]
   38 |   , aux(in_aux)
      |     ^~~~~~~~~~~
rcppfunc.cpp: In function 'Rcpp::List gdpg(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::vec, std::string, std::string, int, std::string, double, arma::vec, int, int, double, arma::mat, arma::mat, arma::mat, arma::mat, double, double, double, int, int, int, int, int, int, int, int, int, int, int, int, int)':
rcppfunc.cpp:1204:49: note: 'sumw3sq' was declared here
 1204 |  sqlossBeta, sqlossProp, snewt = 0.5, sumw12sq, sumw3sq,
      |                                                 ^~~~~~~
In constructor 'arma::eOp<T1, eop_type>::eOp(const T1&, typename T1::elem_type) [with T1 = arma::Mat<double>; eop_type = arma::eop_scalar_times]',
    inlined from 'typename arma::enable_if2<arma::is_arma_type<T1>::value, const arma::eOp<T1, arma::eop_scalar_times> >::result arma::operator*(typename T1::elem_type, const T1&) [with T1 = Mat<double>]' at /data/gannet/ripley/R/test-dev/RcppArmadillo/include/armadillo_bits/operator_times.hpp:47:39,
    inlined from 'Rcpp::List gdpg(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::vec, std::string, std::string, int, std::string, double, arma::vec, int, int, double, arma::mat, arma::mat, arma::mat, arma::mat, double, double, double, int, int, int, int, int, int, int, int, int, int, int, int, int)' at rcppfunc.cpp:1727:47:
/data/gannet/ripley/R/test-dev/RcppArmadillo/include/armadillo_bits/eOp_meat.hpp:38:5: warning: 'delta' may be used uninitialized [-Wmaybe-uninitialized]
   38 |   , aux(in_aux)
      |     ^~~~~~~~~~~
rcppfunc.cpp: In function 'Rcpp::List gdpg(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::vec, std::string, std::string, int, std::string, double, arma::vec, int, int, double, arma::mat, arma::mat, arma::mat, arma::mat, double, double, double, int, int, int, int, int, int, int, int, int, int, int, int, int)':
rcppfunc.cpp:1201:2: note: 'delta' was declared here
 1201 |  delta,
      |  ^~~~~
rcppfunc.cpp:1075:26: warning: 'wsqlossProp' may be used uninitialized [-Wmaybe-uninitialized]
 1075 | objprox(k) = wsqlossBeta + l1penalty(wGamma, Beta) + l1penalty(wGammaalpha, alpha);
      |              ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
rcppfunc.cpp:600:21: note: 'wsqlossProp' was declared here
  600 |        wsqlossBeta, wsqlossProp, wsqlossX;
      |                     ^~~~~~~~~~~
In constructor 'arma::eOp<T1, eop_type>::eOp(const T1&, typename T1::elem_type) [with T1 = arma::Glue<arma::Mat<double>, arma::Mat<double>, arma::glue_times>; eop_type = arma::eop_scalar_times]',
    inlined from 'typename arma::enable_if2<arma::is_arma_type<T1>::value, const arma::eOp<T1, arma::eop_scalar_times> >::result arma::operator*(const T1&, typename T1::elem_type) [with T1 = Glue<Mat<double>, Mat<double>, glue_times>]' at /data/gannet/ripley/R/test-dev/RcppArmadillo/include/armadillo_bits/operator_times.hpp:33:39,
    inlined from 'Rcpp::List gdpg(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::vec, std::string, std::string, int, std::string, double, arma::vec, int, int, double, arma::mat, arma::mat, arma::mat, arma::mat, double, double, double, int, int, int, int, int, int, int, int, int, int, int, int, int)' at rcppfunc.cpp:470:48:
/data/gannet/ripley/R/test-dev/RcppArmadillo/include/armadillo_bits/eOp_meat.hpp:38:5: warning: 'sumw12sq' may be used uninitialized [-Wmaybe-uninitialized]
   38 |   , aux(in_aux)
      |     ^~~~~~~~~~~
rcppfunc.cpp: In function 'Rcpp::List gdpg(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::vec, std::string, std::string, int, std::string, double, arma::vec, int, int, double, arma::mat, arma::mat, arma::mat, arma::mat, double, double, double, int, int, int, int, int, int, int, int, int, int, int, int, int)':
rcppfunc.cpp:161:59: note: 'sumw12sq' was declared here
  161 |        sqlossBeta, sqlossBeta12, sqlossBeta3, sqlossProp, sumw12sq, sumw3sq;
      |                                                           ^~~~~~~~
In constructor 'arma::eOp<T1, eop_type>::eOp(const T1&, typename T1::elem_type) [with T1 = arma::Glue<arma::Glue<arma::Mat<double>, arma::Mat<double>, arma::glue_times>, arma::Mat<double>, arma::glue_times>; eop_type = arma::eop_scalar_times]',
    inlined from 'typename arma::enable_if2<arma::is_arma_type<T1>::value, const arma::eOp<T1, arma::eop_scalar_times> >::result arma::operator*(const T1&, typename T1::elem_type) [with T1 = Glue<Glue<Mat<double>, Mat<double>, glue_times>, Mat<double>, glue_times>]' at /data/gannet/ripley/R/test-dev/RcppArmadillo/include/armadillo_bits/operator_times.hpp:33:39,
    inlined from 'Rcpp::List gdpg(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::vec, std::string, std::string, int, std::string, double, arma::vec, int, int, double, arma::mat, arma::mat, arma::mat, arma::mat, double, double, double, int, int, int, int, int, int, int, int, int, int, int, int, int)' at rcppfunc.cpp:468:42:
/data/gannet/ripley/R/test-dev/RcppArmadillo/include/armadillo_bits/eOp_meat.hpp:38:5: warning: 'sumw3sq' may be used uninitialized [-Wmaybe-uninitialized]
   38 |   , aux(in_aux)
      |     ^~~~~~~~~~~
rcppfunc.cpp: In function 'Rcpp::List gdpg(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::vec, std::string, std::string, int, std::string, double, arma::vec, int, int, double, arma::mat, arma::mat, arma::mat, arma::mat, double, double, double, int, int, int, int, int, int, int, int, int, int, int, int, int)':
rcppfunc.cpp:161:69: note: 'sumw3sq' was declared here
  161 |        sqlossBeta, sqlossBeta12, sqlossBeta3, sqlossProp, sumw12sq, sumw3sq;
      |                                                                     ^~~~~~~
g++-13 -std=gnu++11 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o glamlasso.so RcppExports.o init.o rcppfunc.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/glamlasso/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/glamlasso/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/glamlasso/src'
installing to /data/gannet/ripley/R/packages/tests-devel/glamlasso.Rcheck/00LOCK-glamlasso/00new/glamlasso/libs
** R
** 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
** 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 (glamlasso)