* using log directory ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/biodosetools.Rcheck’ * using R Under development (unstable) (2025-10-17 r88928) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc-15 (Debian 15.2.0-4) 15.2.0 GNU Fortran (Debian 15.2.0-4) 15.2.0 * running under: Debian GNU/Linux forky/sid * using session charset: UTF-8 * checking for file ‘biodosetools/DESCRIPTION’ ... OK * this is package ‘biodosetools’ version ‘3.7’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [2s/2s] OK * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘biodosetools’ can be installed ... OK See 'https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-gcc/biodosetools-00install.html' for details. * checking package directory ... OK * checking for future file timestamps ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [3s/3s] OK * checking whether the package can be loaded with stated dependencies ... [3s/4s] OK * checking whether the package can be unloaded cleanly ... [3s/3s] OK * checking whether the namespace can be loaded with stated dependencies ... [3s/4s] OK * checking whether the namespace can be unloaded cleanly ... [3s/4s] OK * checking loading without being on the library search path ... [3s/4s] OK * checking whether startup messages can be suppressed ... [3s/4s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [25s/33s] OK * checking Rd files ... [0s/1s] OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... [0s/0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [12s/16s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [13s/15s] ERROR Running ‘testthat.R’ [13s/15s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(biodosetools) Loading required package: shiny Loading required package: golem > > test_check("biodosetools") ! Problem with `glm()` -> constraint ML optimization will be used instead ! Problem with `glm()` -> constraint ML optimization will be used instead number of iterations= 43 ! Problem with `glm()` -> constraint ML optimization will be used instead ! Problem with `glm()` -> constraint ML optimization will be used instead number of iterations= 43 ! Problem with `glm()` -> constraint ML optimization will be used instead ! Problem with `glm()` -> constraint ML optimization will be used instead [ FAIL 1 | WARN 2 | SKIP 1 | PASS 455 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-golem-recommended.R:71:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-golem-recommended.R:2:3'): app ui ────────────────────────────── Error in `file(con, "w")`: cannot open the connection Backtrace: ▆ 1. └─biodosetools:::app_ui() at test-golem-recommended.R:2:3 2. ├─htmltools::tagList(...) 3. │ └─rlang::dots_list(...) 4. ├─shinydashboard::dashboardPage(...) 5. │ └─shinydashboard:::tagAssert(body, type = "div", class = "content-wrapper") 6. └─biodosetools:::dashboard_body() 7. ├─shinydashboard::dashboardBody(...) 8. │ ├─htmltools::div(...) 9. │ │ └─rlang::dots_list(...) 10. │ └─tags$section(class = "content", ...) 11. │ └─rlang::dots_list(...) 12. ├─shinydashboard::tabItems(...) 13. │ └─base::lapply(list(...), tagAssert, class = "tab-pane") 14. └─biodosetools:::mod_fitting_dicent_ui(...) 15. ├─shinydashboard::tabItem(...) 16. │ └─htmltools::div(...) 17. │ └─rlang::dots_list(...) 18. ├─shiny::fluidRow(...) 19. │ └─htmltools::div(class = "row", ...) 20. │ └─rlang::dots_list(...) 21. ├─shinydashboard::box(...) 22. │ ├─htmltools::div(...) 23. │ │ └─rlang::dots_list(...) 24. │ ├─htmltools::div(...) 25. │ │ └─rlang::dots_list(...) 26. │ └─htmltools::div(class = "box-body", ...) 27. │ └─rlang::dots_list(...) 28. ├─bsplus::bs_modal(...) 29. │ └─htmltools::div(class = "modal-body", body) 30. │ └─rlang::dots_list(...) 31. ├─htmltools::tagList(...) 32. │ └─rlang::dots_list(...) 33. ├─shiny::conditionalPanel(...) 34. │ └─htmltools::div(...) 35. │ └─rlang::dots_list(...) 36. └─biodosetools:::include_help("fitting/count_data_input.md") 37. ├─shiny::withMathJax(...) 38. │ └─htmltools::tagList(...) 39. │ └─rlang::dots_list(...) 40. └─htmltools::includeMarkdown(system.file("app/help", ..., package = "biodosetools")) 41. └─markdown::mark(path, output = NULL) 42. └─xfun::write_utf8(c("---", yaml, "---", parts$body), file) 43. └─base::writeLines(enc2utf8(text), con, ..., useBytes = TRUE) 44. └─base::file(con, "w") [ FAIL 1 | WARN 2 | SKIP 1 | PASS 455 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [56s/73s] OK * checking PDF version of manual ... [6s/8s] OK * checking HTML version of manual ... [1s/2s] OK * checking for non-standard things in the check directory ... OK * DONE Status: 1 ERROR