R Under development (unstable) (2024-02-15 r85925 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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, sort, toString, write Attaching package: 'campsis' The following object is masked from 'package:stats': simulate The following object is masked from 'package:base': 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 29 | PASS 546 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • On CRAN (3): 'testDefaultPlots.R:50:3', 'testDefaultPlots.R:77:3', 'testDefaultPlots.R:119:3' • empty test (26): '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:9:1', 'testSimulateReplicates.R:26:1', 'testSimulateReplicates.R:50:1', 'testSimulateReplicates.R:71:1', 'testSimulateReplicates.R:107:1', 'testSimulateTTEModels.R:7:1' [ FAIL 0 | WARN 0 | SKIP 29 | PASS 546 ] 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 > > proc.time() user system elapsed 104.43 7.75 240.18