R Under development (unstable) (2024-11-13 r87330 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. > # 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) Loading required package: nlmixr2data > > test_check("shinyMixR") [ FAIL 0 | WARN 0 | 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 0 | 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 9.68 1.56 11.28