R Under development (unstable) (2025-07-17 r88424 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. > # see https://github.com/rstudio/shinytest2/issues/351 > options(chromote.timeout = 120) > > library(testthat) > library(shinyMixR) Loading required package: shiny Loading required package: ggplot2 > library(nlmixr2) ── Attaching packages ───────────────────────────────────────── nlmixr2 4.0.0 ── ✔ lotri 1.0.1 ✔ nlmixr2plot 3.0.2 ✔ nlmixr2data 2.0.9 ✔ rxode2 4.0.1 ✔ nlmixr2est 4.0.0 ✔ xpose.nlmixr2 0.4.1 ✔ nlmixr2extra 3.0.2 ── Optional Packages Loaded/Ignored ─────────────────────────── nlmixr2 4.0.0 ── ✔ shinyMixR ✖ monolix2rx ✔ xpose.nlmixr2 ✖ nlmixr2lib ✖ babelmixr2 ✖ nlmixr2rpt ✖ ggPMX ✖ nonmem2rx ── Conflicts ───────────────────────────────────────────── nlmixr2conflicts() ── ✖ rxode2::boxCox() masks nlmixr2est::boxCox() ✖ rxode2::yeoJohnson() masks nlmixr2est::yeoJohnson() > > test_check("shinyMixR") [ FAIL 0 | WARN 1 | SKIP 11 | PASS 57 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-module_dataexplore.R:3:3', 'test-module_metadata.R:3:3', 'test-module_report.R:4:3', 'test-module_run.R:3:3', 'test-module_script.R:3:3', 'test-module_settings.R:3:3', 'test-run_nmx.R:3:3', 'test-run_shinymixr.R:3:3', 'test-shinymixr-01-model-run1.R:8:3', 'test-shinymixr-02-parameter-table.R:6:3', 'test-shinymixr-03-create-newmodel.R:6:3' [ FAIL 0 | WARN 1 | SKIP 11 | PASS 57 ] > > # devtools::test() > # test_dir("tests/testthat/") > # devtools::test_active_file(file = "tests/testthat/test-gof_plot.R") > # devtools::test_active_file(file = "tests/testthat/test-shinymixr-01-model-run1.R") > # devtools::test_active_file(file = "tests/testthat/test-shinymixr-02-parameter-table.R") > # devtools::test_active_file(file = "tests/testthat/test-shinymixr-03-create-newmodel.R") > # covr::report() > # covr::package_coverage() > # covr::codecov() > # covr::package_coverage(type="tests") > # devtools:::test_coverage() > > proc.time() user system elapsed 11.03 1.53 12.57