* installing *source* package ‘VarSelLCM’ ...
** package ‘VarSelLCM’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/VarSelLCM/src'
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 Algorithm.cpp -o Algorithm.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 AlgorithmCategorical.cpp -o AlgorithmCategorical.o
AlgorithmCategorical.cpp: In member function 'double AlgorithmCategorical::IntegreOneVariableCategoricalDiscrim(const int&)':
AlgorithmCategorical.cpp:18:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   18 |     for (int i=0; i<data_p->m_whotakewhat[j][h].n_rows; i++) nkjh(m_zCandCurrent(data_p->m_whotakewhat[j][h](i)), h)+=data_p->m_w(data_p->m_whotakewhat[j][h](i));
      |                   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AlgorithmCategorical.cpp: In member function 'double AlgorithmCategorical::IntegreOneVariableCategoricalDiscrim(const int&, const arma::colvec&)':
AlgorithmCategorical.cpp:37:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   37 |     for (int i=0; i<data_p->m_whotakewhat[j][h].n_rows; i++) nkjh(z(data_p->m_whotakewhat[j][h](i)), h)+=data_p->m_w(data_p->m_whotakewhat[j][h](i));
      |                   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Algorithm.cpp: In member function 'void Algorithm::Run(Rcpp::S4*)':
Algorithm.cpp:29:24: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   29 |     for (int ini=0; ini<omegainit.n_cols; ini++){
      |                     ~~~^~~~~~~~~~~~~~~~~
Algorithm.cpp: In member function 'void Algorithm::Optimize_partition()':
Algorithm.cpp:93:23: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   93 |     for (int it=0; it < who.n_rows; it++){
      |                    ~~~^~~~~~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 AlgorithmContinuous.cpp -o AlgorithmContinuous.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 AlgorithmInteger.cpp -o AlgorithmInteger.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 AlgorithmMixed.cpp -o AlgorithmMixed.o
AlgorithmInteger.cpp: In member function 'double AlgorithmInteger::IntegreOneVariable(const arma::vec&, const int&)':
AlgorithmInteger.cpp:24:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   24 |     for (int i=0; i<v.n_rows; i++)
      |                   ~^~~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 DataCategorical.cpp -o DataCategorical.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 DataContinuous.cpp -o DataContinuous.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 DataInteger.cpp -o DataInteger.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 DataMixed.cpp -o DataMixed.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 ParamCategorical.cpp -o ParamCategorical.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 ParamContinuous.cpp -o ParamContinuous.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 ParamInteger.cpp -o ParamInteger.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 ParamMixed.cpp -o ParamMixed.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 VarSelLCMmixte.cpp -o VarSelLCMmixte.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 XEM.cpp -o XEM.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 XEMCategorical.cpp -o XEMCategorical.o
ParamContinuous.cpp: In constructor 'ParamContinuous::ParamContinuous(const DataContinuous*, const arma::colvec&, const int&)':
ParamContinuous.cpp:20:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   20 |   for (int j=0; j<m_mu.n_cols; j++){
      |                 ~^~~~~~~~~~~~
ParamContinuous.cpp:29:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   29 |       for (int j=0; j<m_mu.n_cols; j++){
      |                     ~^~~~~~~~~~~~
ParamContinuous.cpp: In constructor 'ParamContinuous::ParamContinuous(const DataContinuous*, const arma::colvec&, const int&, arma::ivec)':
ParamContinuous.cpp:43:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   43 |   for (int j=0; j<m_mu.n_cols; j++){
      |                 ~^~~~~~~~~~~~
ParamContinuous.cpp:51:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   51 |       for (int j=0; j<m_mu.n_cols; j++){
      |                     ~^~~~~~~~~~~~
ParamContinuous.cpp: In member function 'void ParamContinuous::egalise(arma::colvec)':
ParamContinuous.cpp:61:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   61 |   for (int j=0; j<m_mu.n_cols; j++){
      |                 ~^~~~~~~~~~~~
ParamContinuous.cpp:63:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   63 |       for (int k=1; k<m_mu.n_rows;k++){
      |                     ~^~~~~~~~~~~~
ParamCategorical.cpp: In member function 'void ParamCategorical::egalise(arma::colvec)':
ParamCategorical.cpp:26:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   26 |   for (int j=0; j<omega.n_rows; j++){
      |                 ~^~~~~~~~~~~~~
ParamCategorical.cpp:28:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   28 |       for (int k=1; k<m_alpha[j].n_rows;k++){
      |                     ~^~~~~~~~~~~~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 XEMContinuous.cpp -o XEMContinuous.o
ParamInteger.cpp: In constructor 'ParamInteger::ParamInteger(const DataInteger*, const arma::colvec&, const int&)':
ParamInteger.cpp:18:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   18 |     for (int j=0; j<m_lambda.n_cols; j++){
      |                   ~^~~~~~~~~~~~~~~~
ParamInteger.cpp:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   25 |       for (int j=0; j<m_lambda.n_cols; j++){
      |                     ~^~~~~~~~~~~~~~~~
ParamInteger.cpp: In constructor 'ParamInteger::ParamInteger(const DataInteger*, const arma::colvec&, const int&, arma::ivec)':
ParamInteger.cpp:39:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   39 |     for (int j=0; j<m_lambda.n_cols; j++){
      |                   ~^~~~~~~~~~~~~~~~
ParamInteger.cpp:45:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   45 |       for (int j=0; j<m_lambda.n_cols; j++){
      |                     ~^~~~~~~~~~~~~~~~
ParamInteger.cpp: In member function 'void ParamInteger::egalise(const DataInteger*, arma::colvec)':
ParamInteger.cpp:54:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   54 |   for (int j=0; j<m_lambda.n_cols; j++){
      |                 ~^~~~~~~~~~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 XEMInteger.cpp -o XEMInteger.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 XEMMixed.cpp -o XEMMixed.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -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 XEMPen.cpp -o XEMPen.o
XEM.cpp: In member function 'void XEM::Run()':
XEM.cpp:63:14: warning: unused variable 'indicebest' [-Wunused-variable]
   63 |       double indicebest = (loglikeSmall).max(index);
      |              ^~~~~~~~~~
XEM.cpp: In member function 'arma::colvec XEM::FindZMAP()':
XEM.cpp:75:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   75 |   for (int i=0; i<tmplogproba.n_rows; i++){
      |                 ~^~~~~~~~~~~~~~~~~~~
XEM.cpp:74:10: warning: variable 'max_val' set but not used [-Wunused-but-set-variable]
   74 |   double max_val=0;
      |          ^~~~~~~
XEMMixed.cpp: In function 'arma::Col<double> dlogPoissonbis(const arma::Col<double>&, const arma::Col<double>&, double)':
XEMMixed.cpp:11:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   11 |   for (int i=0; i<tmpval.n_rows;i++) tmpval(i) -= lgamma(x(i)+1);
      |                 ~^~~~~~~~~~~~~~
XEMInteger.cpp: In function 'arma::Col<double> dlogPoisson(const arma::Col<double>&, const arma::Col<double>&, double)':
XEMInteger.cpp:6:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
    6 |   for (int i=0; i<tmpval.n_rows;i++) tmpval(i) -= lgamma(x(i)+1);
      |                 ~^~~~~~~~~~~~~~
XEMPen.cpp: In function 'arma::Col<double> dlogPoissonter(const arma::Col<double>&, const arma::Col<double>&, double)':
XEMPen.cpp:11:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   11 |   for (int i=0; i<tmpval.n_rows;i++) tmpval(i) -= lgamma(x(i)+1);
      |                 ~^~~~~~~~~~~~~~
XEMPen.cpp: In member function 'void XEMPen::Run()':
XEMPen.cpp:114:10: warning: variable 'indicebest' set but not used [-Wunused-but-set-variable]
  114 |   double indicebest = (loglikepen).max(index);
      |          ^~~~~~~~~~
XEMPen.cpp: In member function 'arma::colvec XEMPen::FindZMAP()':
XEMPen.cpp:131:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  131 |   for (int i=0; i<tmplogproba.n_rows; i++){
      |                 ~^~~~~~~~~~~~~~~~~~~
XEMPen.cpp:130:10: warning: variable 'max_val' set but not used [-Wunused-but-set-variable]
  130 |   double max_val=0;
      |          ^~~~~~~
XEMPen.cpp: In member function 'void XEMPen::OneEM()':
XEMPen.cpp:176:10: warning: unused variable 'repere' [-Wunused-variable]
  176 |      int repere=0;
      |          ^~~~~~
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o VarSelLCM.so Algorithm.o AlgorithmCategorical.o AlgorithmContinuous.o AlgorithmInteger.o AlgorithmMixed.o DataCategorical.o DataContinuous.o DataInteger.o DataMixed.o ParamCategorical.o ParamContinuous.o ParamInteger.o ParamMixed.o RcppExports.o VarSelLCMmixte.o XEM.o XEMCategorical.o XEMContinuous.o XEMInteger.o XEMMixed.o XEMPen.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/VarSelLCM/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/VarSelLCM/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/VarSelLCM/src'
installing to /data/gannet/ripley/R/packages/tests-devel/VarSelLCM.Rcheck/00LOCK-VarSelLCM/00new/VarSelLCM/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Creating a new generic function for ‘predict’ in package ‘VarSelLCM’
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (VarSelLCM)