Package: nlmixr2rpt Check: dependencies in R code New result: WARNING Missing or unexported object: ‘nlmixr2::model’ Package: shinyMixR Check: dependencies in R code New result: WARNING Missing or unexported objects: ‘nlmixr2::ini’ ‘nlmixr2::nlmixr’ ‘nlmixr2::nlmixr2’ ‘nlmixr2::tableControl’ Package: shinyMixR Check: tests New result: ERROR Running ‘testthat.R’ [7s/7s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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.0 ✔ nlmixr2plot 3.0.2 ✔ nlmixr2data 2.0.9 ✔ rxode2 4.0.0 ✔ 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") xdg-open: file '/home/hornik/tmp/scratch/RtmpGjFSz0/files/analysis/run1/par_table.html' does not exist [ FAIL 1 | WARN 1 | SKIP 11 | PASS 56 ] ══ 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' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-update_inits.R:9:3'): update_inits works as expected ─────────── Error: 'nlmixr2' is not an exported object from 'namespace:nlmixr2' Backtrace: ▆ 1. └─shinyMixR::update_inits(...) at test-update_inits.R:9:3 [ FAIL 1 | WARN 1 | SKIP 11 | PASS 56 ] Error: Test failures Execution halted