R version 4.5.0 RC (2025-04-03 r88103 ucrt) -- "How About a Twenty-Six" Copyright (C) 2025 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 30 | PASS 645 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • On CRAN (3): 'testDefaultPlots.R:46:7', 'testDefaultPlots.R:73:7', 'testDefaultPlots.R:115:7' • empty test (27): '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 30 | PASS 645 ] Deleting unused snapshots: • testDefaultPlots/scatterplot-colour-scenario.svg • testDefaultPlots/shadedplot-colour-arm-strat-wt.svg • testDefaultPlots/shadedplot-colour-arm-wt-strat-wt.svg • testDefaultPlots/spaghettiplot-colour-scenario.svg • testSimulateReplicates/vpc-specified-outfun.svg > > proc.time() user system elapsed 101.35 10.20 233.31