R Under development (unstable) (2025-04-15 r88147 ucrt) -- "Unsuffered Consequences" 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. > library(testthat) > library(PKPDsim) > > test_check("PKPDsim") Simulating 3 individuals. Recalculating infusion rates to reflect bioavailability for infusion. Recalculating infusion rates to reflect bioavailability for infusion. [ FAIL 0 | WARN 1 | SKIP 28 | PASS 493 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (28): 'test_advan_with_auc.R:71:3', 'test_advan_with_auc.R:84:3', 'test_advan_with_auc.R:106:3', 'test_advan_with_auc.R:131:3', 'test_advan_with_auc.R:153:3', 'test_advan_with_covariates.R:2:3', 'test_bioav_def.R:8:3', 'test_bioav_def.R:27:3', 'test_calc_ss_analytic.R:74:3', 'test_calc_ss_analytic.R:100:3', 'test_calc_ss_analytic.R:110:3', 'test_calc_ss_analytic.R:119:3', 'test_cmt_mapping.R:31:3', 'test_get_var_y.R:25:3', 'test_get_var_y.R:49:3', 'test_get_var_y.R:93:3', 'test_get_var_y.R:132:3', 'test_iov.R:81:3', 'test_model_from_api.R:17:3', 'test_multi_obs.R:168:3', 'test_new_ode_model.R:2:3', 'test_new_ode_model.R:76:3', 'test_new_ode_model.R:137:3', 'test_parameters_table.R:2:3', 'test_pkpd_combined.R:2:3', 'test_sim.R:77:3', 'test_sim_lagtime.R:2:3', 'test_timevar_cov.R:1:1' [ FAIL 0 | WARN 1 | SKIP 28 | PASS 493 ] > > proc.time() user system elapsed 8.84 1.70 229.71