* installing *source* package ‘nlmixr2extra’ ... ** this is package ‘nlmixr2extra’ version ‘3.0.2’ ** using staged installation R Under development (unstable) (2025-02-15 r87726) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. R> if (!dir.exists("data")) { + dir.create("data") + } R> R> .in <- suppressWarnings(readLines("src/Makevars.in")) R> if (.Platform$OS.type == "windows") { + .makevars <- file("src/Makevars.win", "wb") + .i <- "I" + } else { + .makevars <- file("src/Makevars", "wb") + if (any(grepl("Pop!_OS", utils::osVersion, fixed=TRUE))) { + .i <- "isystem" + } else { + .i <- "I" + } + } R> R> writeLines(gsub("@ISYSTEM@", .i, .in), + .makevars) R> close(.makevars) R> > proc.time() user system elapsed 0.121 0.030 0.141 --------[begin src/Makevars]-------- ## -*- mode: makefile; -*- PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -DARMA_USE_CXX11 PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) --------[end src/Makevars]-------- ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-16) 14.2.0’ using C++ compiler: ‘g++-14 (Debian 14.2.0-16) 14.2.0’ g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -DARMA_USE_CXX11 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -DARMA_USE_CXX11 -fpic -g -O2 -Wall -pedantic -mtune=native -c preCondInv.cpp -o preCondInv.o g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o nlmixr2extra.so RcppExports.o init.o preCondInv.o -fopenmp -llapack -L/home/hornik/tmp/R-d-gcc-14/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R-d-gcc-14/lib -lR installing to /home/hornik/tmp/CRAN_recheck/nlmixr2extra.Rcheck/00LOCK-nlmixr2extra/00new/nlmixr2extra/libs ** R ** data *** moving datasets to lazyload DB ** inst ** 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 (nlmixr2extra)