R Under development (unstable) (2026-01-26 r89334 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 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. > Sys.setenv("R_TESTS" = "") > library(testthat) > library(campsis) Loading required package: campsismod Attaching package: 'campsismod' The following object is masked from 'package:utils': find The following objects are masked from 'package:base': Position, as.data.frame, replace, replicate, sort, toString, write Attaching package: 'campsis' The following object is masked from 'package:stats': simulate The following objects are masked from 'package:base': months, sample > test_check("campsis") Model: KA=THETA_KA*exp(ETA_KA); CL=THETA_CL*exp(ETA_CL); V=THETA_V*exp(ETA_V)*BW/70; S2=V; ARM=ARM; EVENT_RELATED=EVENT_RELATED; d/dt(A_DEPOT)=-KA*A_DEPOT; d/dt(A_CENTRAL)=-CL*A_CENTRAL/V+KA*A_DEPOT; d/dt(A_OUTPUT)=CL*A_CENTRAL/V; F=A_CENTRAL/S2; CP=F; OBS_CP=CP*(EPS_PROP+1); Y=OBS_CP; ---:: stderr ::--------------------------------------------- ------------------------------------------------------------ ---:: stderr ::--------------------------------------------- ------------------------------------------------------------ ---:: stderr ::--------------------------------------------- ------------------------------------------------------------ [ FAIL 0 | WARN 0 | SKIP 31 | PASS 673 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (3): 'testDefaultPlots.R:8:1', 'testDefaultPlots.R:53:1', 'testDefaultPlots.R:80:1' • empty test (28): 'testSimulateEvents.R:8:1', 'testSimulateEvents.R:32:1', 'testSimulateEvents.R:55:1', 'testSimulateEvents.R:79:1', 'testSimulateEvents.R:112:1', 'testSimulateEventsLogic.R:8:1', 'testSimulateEventsLogic.R:41:1', 'testSimulateEventsLogic.R:79:1', 'testSimulateEventsLogic.R:125:1', 'testSimulateEventsLogic.R:148:1', 'testSimulateIOV.R:8:1', 'testSimulateIOV.R:47:1', 'testSimulateIOV.R:79:1', 'testSimulateIOV.R:129:1', 'testSimulateIOV.R:193:1', 'testSimulateIOV.R:241:1', 'testSimulateInfusion.R:8:1', 'testSimulateNocbLocf.R:8:1', 'testSimulateNocbLocf.R:49:1', 'testSimulateNocbLocf.R:89:1', 'testSimulateReplicates.R:10:1', 'testSimulateReplicates.R:41:1', 'testSimulateReplicates.R:65:1', 'testSimulateReplicates.R:118:1', 'testSimulateReplicates.R:154:1', 'testSimulateReplicates.R:189:1', 'testSimulateTTEModels.R:7:1', [ FAIL 0 | WARN 0 | SKIP 31 | PASS 673 ] Deleting unused snapshots: 'testSimulateReplicates/vpc-specified-outfun-mrgsolve-a.svg', 'testSimulateReplicates/vpc-specified-outfun-mrgsolve-b.svg', 'testSimulateReplicates/vpc-specified-outfun-mrgsolve-c.svg', 'testSimulateReplicates/vpc-specified-outfun-rxode2-a.svg', 'testSimulateReplicates/vpc-specified-outfun-rxode2-b.svg', and 'testSimulateReplicates/vpc-specified-outfun-rxode2-c.svg' > > proc.time() user system elapsed 92.10 8.79 258.35