* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘nlmixr2est’ ...
** package ‘nlmixr2est’ successfully unpacked and MD5 sums checked
** using staged installation
--------[begin src/Makevars]--------
# -*- mode: makefile-gmake -*-
ARMA=/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include
BH=/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include
RCPP=/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include
RXP=/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/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 (Debian 13.2.0-23) 13.2.0’
using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’
using C++17
make[1]: Entering directory '/tmp/RtmpaXWuZd/R.INSTALL121bea82d9d2c/nlmixr2est/src'
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c nlm.cpp -o nlm.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"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c filterNormalLike.cpp -o filterNormalLike.o
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -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"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c shi21.cpp -o shi21.o
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c nearPD.cpp -o nearPD.o
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c censEst.cpp -o censEst.o
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c saem.cpp -o saem.o
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c expandNlme.cpp -o expandNlme.o
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c npde.cpp -o npde.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;
      |               ^~
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c shrink.cpp -o shrink.o
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c ires.cpp -o ires.o
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c res.cpp -o res.o
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"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c cwres.cpp -o cwres.o
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c censResid.cpp -o censResid.o
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c cholse.cpp -o cholse.o
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c neldermead.cpp -o neldermead.o
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c resid.cpp -o resid.o
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c slice.cpp -o slice.o
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExportMod.cpp -o RcppExportMod.o
g++-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include" -isystem"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include"  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
gcc-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c init.c -o init.o
gcc-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c rprintf.c -o rprintf.o
gcc-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c merge3.c -o merge3.o
gcc-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lbfgsR.c -o lbfgsR.o
gcc-13 -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/BH/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/lbfgsb3c/include' -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'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2parse/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rxode2random/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c utilc.c -o utilc.o
g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -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/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 '/tmp/RtmpaXWuZd/R.INSTALL121bea82d9d2c/nlmixr2est/src'
make[1]: Entering directory '/tmp/RtmpaXWuZd/R.INSTALL121bea82d9d2c/nlmixr2est/src'
make[1]: Leaving directory '/tmp/RtmpaXWuZd/R.INSTALL121bea82d9d2c/nlmixr2est/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/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
  converting help for package ‘nlmixr2est’
    finding HTML links ... done
    addCwres                                html  
    addNpde                                 html  
    addTable                                html  
    assertNlmixrFit                         html  
    assertNlmixrFitData                     html  
    bobyqaControl                           html  
    boxCox                                  html  
    cholSE                                  html  
    dot-foceiPreProcessData                 html  
    dot-nlmFinalizeList                     html  
    dot-nlmFreeEnv                          html  
    dot-nlmSetupEnv                         html  
    dot-nlmixr2estLastPredSimulationInfo    html  
    dot-nlmixr2objectNameAssign             html  
    dot-nlmixrNlmFunC                       html  
    dot-nlmixrNlmeFun                       html  
    dot-nlmixrNlminbFunC                    html  
    dot-nlmixrNlsData                       html  
    dot-nlmixrNlsFun                        html  
    dot-nlmixrNlsFunVal                     html  
    dot-nlmixrOptimFunC                     html  
    dot-rxGetDVFTransform                   html  
    dot-saemDropMuRefFromModel              html  
    dot-uiApplyMu2                          html  
    dot-uiFinalizeMu2                       html  
    foceiControl                            html  
    foceiFitCpp_                            html  
    getBaseSimModelFit                      html  
    getValidNlmixrControl                   html  
    lbfgsb3cControl                         html  
    n1qn1Control                            html  
    newuoaControl                           html  
    nlmControl                              html  
    nlminbControl                           html  
    nlmixr2                                 html  
    nlmixr2AllEst                           html  
    nlmixr2AugPredSolve                     html  
    nlmixr2CreateOutputFromUi               html  
    nlmixr2Est                              html  
    nlmixr2Gill83                           html  
    nlmixr2GradFun                          html  
    nlmixr2Hess                             html  
    nlmixr2Keywords                         html  
    nlmixr2Logo                             html  
    nlmixr2NlmeControl                      html  
    nlmixr2Print                            html  
    nlmixr2Validate                         html  
    nlmixr2Version                          html  
    nlmixrAddObjectiveFunctionDataFrame     html  
    nlmixrAddTiming                         html  
    nlmixrCbind                             html  
    nlmixrClone                             html  
    nlmixrUpdateObject                      html  
    nlmixrWithTiming                        html  
    nlsControl                              html  
    nmGetDistributionSaemLines              html  
    nmNearPD                                html  
    nmObjGet                                html  
    nmObjGetControl                         html  
    nmObjGetData                            html  
    nmObjGetEstimationModel                 html  
    nmObjGetFoceiControl                    html  
    nmObjGetIpredModel                      html  
    nmObjGetPredOnly                        html  
    nmObjGetRxSolve                         html  
    nmObjHandleControlObject                html  
    nmObjHandleModelObject                  html  
    nmObjUiSetCompressed                    html  
    nmSuppressMsg                           html  
    nmsimplex                               html  
    ofv                                     html  
    optimControl                            html  
    print.saemFit                           html  
    reexports                               html  
    residuals.nlmixr2FitData                html  
    rxGetDistributionFoceiLines             html  
    rxGetDistributionNlmeLines              html  
    rxGetDistributionNlsLines               html  
    saemControl                             html  
    setCov                                  html  
    setOfv                                  html  
    sqrtm                                   html  
    summary.saemFit                         html  
    tableControl                            html  
    uobyqaControl                           html  
    vpcNameDataCmts                         html  
    vpcSim                                  html  
    vpcSimExpand                            html  
*** 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)