R Under development (unstable) (2025-01-20 r87609 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. > require(testthat) Loading required package: testthat > require(Certara.Xpose.NLME) Loading required package: Certara.Xpose.NLME > > test_check("Certara.Xpose.NLME") [ FAIL 0 | WARN 0 | SKIP 13 | PASS 0 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test_Emax_Baseline_2Cat1ContCovariates.R:20:3', 'test_Emax_Baseline_T_SpecialCovNameSaveAsInputData.R:20:3', 'test_combined_gof.R:29:3', 'test_cov_distrib.R:25:3', 'test_emax_xposeNlmeModel.R:18:3', 'test_eta_distrib.R:26:3', 'test_get_prmNlme.R:5:3', 'test_multIDs_xposeNlmeModel.R:18:3', 'test_notime_model.R:20:3', 'test_prm_iteration.R:35:3', 'test_time_model.R:20:3', 'test_time_xposeNlmeModel.R:18:3', 'test_time_xposeNlmeModel.R:38:3' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 0 ] Deleting unused snapshots: • cov_distrib/windows.nlme.cov.splom.png • cov_distrib/windows.nlme.par.vs.cov.png • cov_distrib/windows.nlme.ranpar.vs.cov.png • cov_distrib/windows.nlme.var.vs.cov.png • cov_distrib/windows_eta_vs_cov_sex.png • cov_distrib/windows_eta_vs_cov_wt.png • cov_distrib/windows_prm_vs_cov_sex.png • cov_distrib/windows_prm_vs_cov_wt.png • cov_distrib/windows_res_vs_cov_sex.png • cov_distrib/windows_res_vs_cov_wt.png > > proc.time() user system elapsed 3.59 0.39 3.92