* installing *source* package ‘nlmixr2est’ ...
** package ‘nlmixr2est’ successfully unpacked and MD5 sums checked
** using staged installation
--------[begin src/Makevars]--------
# -*- mode: makefile-gmake -*-
ARMA=/data/gannet/ripley/R/test-dev/RcppArmadillo/include
BH=/data/gannet/ripley/R/test-dev/BH/include
RCPP=/data/gannet/ripley/R/test-dev/Rcpp/include
RXP=/data/gannet/ripley/R/test-dev/rxode2parse/include

CXX_STD     = CXX17

PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SHLIB_OPENMP_CXXFLAGS)
PKG_CXXFLAGS = -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"$(BH)" -isystem"$(RCPP)" -isystem"$(ARMA)" -isystem"$(RXP)"  $(SHLIB_OPENMP_CXXFLAGS) -DARMA_64BIT_WORD=1
SHLIB_LDFLAGS = $(SHLIB_CXXLDFLAGS)
SHLIB_LD = $(SHLIB_CXXLD)
SOURCES_C = init.c rprintf.c merge3.c lbfgsR.c utilc.c
SOURCES_CPP = nlm.cpp filterNormalLike.cpp inner.cpp shi21.cpp nearPD.cpp censEst.cpp saem.cpp expandNlme.cpp npde.cpp shrink.cpp ires.cpp res.cpp cwres.cpp censResid.cpp cholse.cpp neldermead.cpp resid.cpp slice.cpp RcppExportMod.cpp RcppExports.cpp
OBJECTS = $(SOURCES_CPP:.cpp=.o) $(SOURCES_C:.c=.o)

all: $(SHLIB)
$(SHLIB): $(OBJECTS)
--------[end src/Makevars]--------
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/nlmixr2est/src'
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 nlm.cpp -o nlm.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 filterNormalLike.cpp -o filterNormalLike.o
nlm.cpp: In function 'arma::vec nlmSolveF(arma::vec&)':
nlm.cpp:412:7: warning: unused variable 'cores' [-Wunused-variable]
  412 |   int cores = op->cores;
      |       ^~~~~
nlm.cpp: In function 'arma::mat nlmSolveGrad(arma::vec&)':
nlm.cpp:544:7: warning: unused variable 'cores' [-Wunused-variable]
  544 |   int cores = op->cores;
      |       ^~~~~
nlm.cpp: In function 'Rcpp::NumericVector solveGradNls(arma::vec&, int)':
nlm.cpp:627:12: warning: unused variable 'llik' [-Wunused-variable]
  627 |     double llik;
      |            ^~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 inner.cpp -o inner.o
inner.cpp: In function 'void parHistData(Rcpp::Environment, bool)':
inner.cpp:25:30: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const long long unsigned int'} [-Wsign-compare]
   25 | #define min2( a , b )  ( (a) < (b) ? (a) : (b) )
      |                          ~~~~^~~~~
inner.cpp:5806:23: note: in expansion of macro 'min2'
 5806 |       for (i = 0; i < min2(op_focei.npars+1, vals.n_cols); i++){
      |                       ^~~~
inner.cpp:5806:21: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
 5806 |       for (i = 0; i < min2(op_focei.npars+1, vals.n_cols); i++){
      |                     ^
inner.cpp: In function 'Rcpp::List nlmixr2Gill83_(Rcpp::Function, Rcpp::NumericVector, Rcpp::Environment, Rcpp::LogicalVector, double, int, double, double, bool)':
inner.cpp:4283:23: warning: 'gillF' may be used uninitialized [-Wmaybe-uninitialized]
 4283 |       retN[i] = gill83(&hfN[i], &hphifN[i], &gillDfN[i], &gillDf2N[i], &gillErrN[i],
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4284 |                        theta, i, gillRtol, gillK, gillStep,
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4285 |                        gillFtol,
      |                        ~~~~~~~~~
 4286 |                        -1, gill83fnG, 0, gillF) + 1;
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~
inner.cpp:4275:10: note: 'gillF' was declared here
 4275 |   double gillF;
      |          ^~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 shi21.cpp -o shi21.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 nearPD.cpp -o nearPD.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 censEst.cpp -o censEst.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 saem.cpp -o saem.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 expandNlme.cpp -o expandNlme.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 npde.cpp -o npde.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 shrink.cpp -o shrink.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 ires.cpp -o ires.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 res.cpp -o res.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 cwres.cpp -o cwres.o
npde.cpp: In function 'void handleCensNpdeCdf(calcNpdeInfoId&, arma::Col<int>&, arma::vec&, int&, bool&, unsigned int, arma::vec&, arma::vec&, unsigned int&, bool&)':
npde.cpp:129:15: warning: variable 'hi' set but not used [-Wunused-but-set-variable]
  129 |   double low, hi, low2, hi2;
      |               ^~
res.cpp: In function 'void calculateDfFull(arma::Col<int>&, arma::mat&, Rcpp::List&, int&, unsigned int&)':
res.cpp:17:7: warning: unused variable 'idSize' [-Wunused-variable]
   17 |   int idSize = ID.size();
      |       ^~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 censResid.cpp -o censResid.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 cholse.cpp -o cholse.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 neldermead.cpp -o neldermead.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 resid.cpp -o resid.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 slice.cpp -o slice.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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 RcppExportMod.cpp -o RcppExportMod.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/include' -I/usr/local/include   -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -isystem"/data/gannet/ripley/R/test-dev/Rcpp/include" -isystem"/data/gannet/ripley/R/test-dev/RcppArmadillo/include" -isystem"/data/gannet/ripley/R/test-dev/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -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/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/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
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/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 rprintf.c -o rprintf.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/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 merge3.c -o merge3.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/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 lbfgsR.c -o lbfgsR.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/lbfgsb3c/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/rxode2/include' -I'/data/gannet/ripley/R/test-dev/rxode2parse/include' -I'/data/gannet/ripley/R/test-dev/rxode2random/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 utilc.c -o utilc.o
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o nlmixr2est.so nlm.o filterNormalLike.o inner.o shi21.o nearPD.o censEst.o saem.o expandNlme.o npde.o shrink.o ires.o res.o cwres.o censResid.o cholse.o neldermead.o resid.o slice.o RcppExportMod.o RcppExports.o init.o rprintf.o merge3.o lbfgsR.o utilc.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/nlmixr2est/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/nlmixr2est/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/nlmixr2est/src'
installing to /data/gannet/ripley/R/packages/tests-devel/nlmixr2est.Rcheck/00LOCK-nlmixr2est/00new/nlmixr2est/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (nlmixr2est)