* installing *source* package ‘nlmixr2extra’ ... ** package ‘nlmixr2extra’ successfully unpacked and MD5 sums checked ** using staged installation R Under development (unstable) (2024-04-24 r86484) -- "Unsuffered Consequences" Copyright (C) 2024 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. > if (!dir.exists("data")) { + dir.create("data") + } > > .in <- suppressWarnings(readLines("src/Makevars.in")) > if (.Platform$OS.type == "windows" && !file.exists("src/Makevars.win")) { + file.out <- file("src/Makevars.win", "wb") + writeLines(.in, file.out) + close(file.out) + } else { + file.out <- file("src/Makevars", "wb") + writeLines(.in, file.out) + close(file.out) + } > > proc.time() user system elapsed 0.331 0.084 0.674 --------[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: ‘clang version 18.1.4’ using C++ compiler: ‘clang version 18.1.4’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/nlmixr2extra/src' /usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fopenmp -DARMA_USE_CXX11 -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c RcppExports.cpp -o RcppExports.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c init.c -o init.o /usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fopenmp -DARMA_USE_CXX11 -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c preCondInv.cpp -o preCondInv.o /usr/local/clang18/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o nlmixr2extra.so RcppExports.o init.o preCondInv.o -fopenmp -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lFortran_main -lFortranRuntime -lFortranDecimal -lm make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/nlmixr2extra/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/nlmixr2extra/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/nlmixr2extra/src' installing to /data/gannet/ripley/R/packages/tests-clang/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)