downloading reverse dependencies ‘nlmixr2autoinit’, ‘nlmixr2plot’, ‘xpose’, ‘xpose.nlmixr2’, ‘tidyvpc’ trying URL 'file:///data/Repositories/CRAN/src/contrib/nlmixr2autoinit_1.0.0.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/nlmixr2plot_5.0.0.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/xpose_0.4.22.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/xpose.nlmixr2_0.4.1.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/tidyvpc_1.5.2.tar.gz' installing dependencies ‘nlmixr2’, ‘nlmixr2extra’, ‘vdiffr’, ‘vpc’, ‘xpose’ also installing the dependency ‘nlmixr2plot’ begin installing package ‘nlmixr2extra’ begin installing package ‘vdiffr’ begin installing package ‘vpc’ * installing *source* package ‘vpc’ ... ** this is package ‘vpc’ version ‘1.2.4’ ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (vpc) begin installing package ‘xpose’ * installing *source* package ‘vdiffr’ ... ** this is package ‘vdiffr’ version ‘1.0.9’ ** package ‘vdiffr’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpHUtOeS/R.INSTALL20ad2e249b47ed/vdiffr/src' g++-15 -std=gnu++20 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c compare.cpp -o compare.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c cpp11.cpp -o cpp11.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c devSVG.cpp -o devSVG.o g++-15 -std=gnu++20 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c engine_version.cpp -o engine_version.o g++-15 -std=gnu++20 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o vdiffr.so compare.o cpp11.o devSVG.o engine_version.o -lpng -lz -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpHUtOeS/R.INSTALL20ad2e249b47ed/vdiffr/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-vdiffr/00new/vdiffr/libs ** R ** 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 (vdiffr) * installing *source* package ‘xpose’ ... ** this is package ‘xpose’ version ‘0.4.22’ ** package ‘xpose’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (xpose) * installing *source* package ‘nlmixr2extra’ ... ** this is package ‘nlmixr2extra’ version ‘5.0.0’ ** package ‘nlmixr2extra’ successfully unpacked and MD5 sums checked ** using staged installation R Under development (unstable) (2026-02-12 r89409) -- "Unsuffered Consequences" Copyright (C) 2026 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.137 0.034 0.157 --------[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-15 (Debian 15.2.0-12) 15.2.0’ using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpHGu0Fh/R.INSTALL20ad30684b3538/nlmixr2extra/src' g++-15 -std=gnu++20 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/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-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/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++-15 -std=gnu++20 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/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++-15 -std=gnu++20 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o nlmixr2extra.so RcppExports.o init.o preCondInv.o -fopenmp -llapack -L/home/hornik/tmp/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpHGu0Fh/R.INSTALL20ad30684b3538/nlmixr2extra/src' installing to /home/hornik/tmp/CRAN_recheck/Library/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) begin installing package ‘nlmixr2plot’ * installing *source* package ‘nlmixr2plot’ ... ** this is package ‘nlmixr2plot’ version ‘5.0.0’ ** package ‘nlmixr2plot’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (nlmixr2plot) begin installing package ‘nlmixr2’ * installing *source* package ‘nlmixr2’ ... ** this is package ‘nlmixr2’ version ‘5.0.0’ ** package ‘nlmixr2’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (nlmixr2) checking vpc_1.2.4.tar.gz ... checking nlmixr2plot_5.0.0.tar.gz ... checking nlmixr2autoinit_1.0.0.tar.gz ... checking xpose_0.4.22.tar.gz ... checking xpose.nlmixr2_0.4.1.tar.gz ... checking tidyvpc_1.5.2.tar.gz ... Depends: Package: vpc Depends: R (>= 3.1.0) Imports: classInt, dplyr, ggplot2, MASS, readr, rlang, stringr, survival, tidyr Timings: user system elapsed vpc 78.694 5.894 86.005 Results: Check status summary: ERROR NOTE OK Source packages 0 1 0 Reverse depends 2 0 3 Check results summary: vpc ... NOTE * checking CRAN incoming feasibility ... [4s/6s] NOTE rdepends_nlmixr2autoinit ... OK rdepends_nlmixr2plot ... ERROR * checking tests ... [61s/60s] ERROR rdepends_tidyvpc ... OK rdepends_xpose.nlmixr2 ... OK rdepends_xpose ... ERROR * checking tests ... [37s/37s] ERROR Check results changes: Package: nlmixr2plot Check: tests New result: ERROR Package: xpose Check: tests New result: ERROR