Last updated on 2025-04-01 09:55:08 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 17.25 | 102.19 | 119.44 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 10.58 | 70.76 | 81.34 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 197.32 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 182.77 | OK | |||
r-devel-macos-arm64 | 1.2.0 | 55.00 | OK | |||
r-devel-macos-x86_64 | 1.2.0 | 67.00 | OK | |||
r-devel-windows-x86_64 | 1.2.0 | 18.00 | 104.00 | 122.00 | OK | |
r-release-linux-x86_64 | 1.2.0 | 15.97 | 94.46 | 110.43 | ERROR | |
r-release-macos-arm64 | 1.2.0 | 52.00 | NOTE | |||
r-release-macos-x86_64 | 1.2.0 | 68.00 | NOTE | |||
r-release-windows-x86_64 | 1.2.0 | 16.00 | 126.00 | 142.00 | OK | |
r-oldrel-macos-arm64 | 1.2.0 | 47.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.2.0 | 76.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.2.0 | 15.00 | 128.00 | 143.00 | NOTE |
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(sae4health)
sae4health loaded successfully.
Run 'sae4health::run_app()' to launch the app.
For comprehensive documentation, visit https://sae4health.stat.uw.edu/.
>
> test_check("sae4health")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 10 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-app-loading.R:2:3'): app ui ────────────────────────────────────
Error in `file(con, "w")`: cannot open the connection
Backtrace:
▆
1. └─sae4health:::app_ui() at test-app-loading.R:2:3
2. ├─htmltools::tagList(...)
3. │ └─rlang::dots_list(...)
4. ├─shinydashboard::dashboardPage(...)
5. │ └─shinydashboard:::tagAssert(body, type = "div", class = "content-wrapper")
6. ├─shinydashboard::dashboardBody(...)
7. │ ├─htmltools::div(...)
8. │ │ └─rlang::dots_list(...)
9. │ └─tags$section(class = "content", ...)
10. │ └─rlang::dots_list(...)
11. ├─shinydashboard::tabItems(...)
12. │ └─base::lapply(list(...), tagAssert, class = "tab-pane")
13. ├─shinydashboard::tabItem(tabName = "model_fit", mod_model_selection_ui("model_selection_1"))
14. │ └─htmltools::div(...)
15. │ └─rlang::dots_list(...)
16. └─sae4health:::mod_model_selection_ui("model_selection_1")
17. ├─shiny::fluidPage(...)
18. │ ├─shiny::bootstrapPage(...)
19. │ │ └─rlang::list2(...)
20. │ └─htmltools::div(class = "container-fluid", ...)
21. │ └─rlang::dots_list(...)
22. ├─shiny::navbarPage(...)
23. │ ├─shiny:::remove_first_class(...)
24. │ └─bslib::page_navbar(...)
25. │ └─bslib:::navs_bar_(...)
26. │ └─bslib:::navbarPage_(...)
27. │ └─bslib:::buildTabset(..., ulClass = ulClass, id = id, selected = selected)
28. │ ├─bslib:::dropNulls(list2(...))
29. │ └─rlang::list2(...)
30. ├─shiny::navbarMenu(...)
31. │ └─bslib::nav_menu(title, ..., value = menuName, icon = icon)
32. │ └─bslib:::navbarMenu_(...)
33. │ ├─base::structure(...)
34. │ └─rlang::list2(...)
35. ├─shiny::tabPanel(...)
36. │ └─bslib::nav(title, ..., value = value, icon = icon)
37. │ └─bslib (local) new(...)
38. │ └─bslib:::tabPanel_(title, ..., value = value, icon = icon)
39. │ └─htmltools::div(...)
40. │ └─rlang::dots_list(...)
41. ├─htmltools::div(...)
42. │ └─rlang::dots_list(...)
43. ├─shiny::withMathJax(...)
44. │ └─htmltools::tagList(...)
45. │ └─rlang::dots_list(...)
46. └─htmltools::includeMarkdown(...)
47. └─markdown::mark(path, output = NULL)
48. └─xfun::write_utf8(c("---", yaml, "---", parts$body), file)
49. └─base::writeLines(enc2utf8(text), con, ..., useBytes = TRUE)
50. └─base::file(con, "w")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 10 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(sae4health)
sae4health loaded successfully.
Run 'sae4health::run_app()' to launch the app.
For comprehensive documentation, visit https://sae4health.stat.uw.edu/.
>
> test_check("sae4health")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 10 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-app-loading.R:2:3'): app ui ────────────────────────────────────
Error in `file(con, "w")`: cannot open the connection
Backtrace:
▆
1. └─sae4health:::app_ui() at test-app-loading.R:2:3
2. ├─htmltools::tagList(...)
3. │ └─rlang::dots_list(...)
4. ├─shinydashboard::dashboardPage(...)
5. │ └─shinydashboard:::tagAssert(body, type = "div", class = "content-wrapper")
6. ├─shinydashboard::dashboardBody(...)
7. │ ├─htmltools::div(...)
8. │ │ └─rlang::dots_list(...)
9. │ └─tags$section(class = "content", ...)
10. │ └─rlang::dots_list(...)
11. ├─shinydashboard::tabItems(...)
12. │ └─base::lapply(list(...), tagAssert, class = "tab-pane")
13. ├─shinydashboard::tabItem(tabName = "model_fit", mod_model_selection_ui("model_selection_1"))
14. │ └─htmltools::div(...)
15. │ └─rlang::dots_list(...)
16. └─sae4health:::mod_model_selection_ui("model_selection_1")
17. ├─shiny::fluidPage(...)
18. │ ├─shiny::bootstrapPage(...)
19. │ │ └─rlang::list2(...)
20. │ └─htmltools::div(class = "container-fluid", ...)
21. │ └─rlang::dots_list(...)
22. ├─shiny::navbarPage(...)
23. │ ├─shiny:::remove_first_class(...)
24. │ └─bslib::page_navbar(...)
25. │ └─bslib:::navs_bar_(...)
26. │ └─bslib:::navbarPage_(...)
27. │ └─bslib:::buildTabset(..., ulClass = ulClass, id = id, selected = selected)
28. │ ├─bslib:::dropNulls(list2(...))
29. │ └─rlang::list2(...)
30. ├─shiny::navbarMenu(...)
31. │ └─bslib::nav_menu(title, ..., value = menuName, icon = icon)
32. │ └─bslib:::navbarMenu_(...)
33. │ ├─base::structure(...)
34. │ └─rlang::list2(...)
35. ├─shiny::tabPanel(...)
36. │ └─bslib::nav(title, ..., value = value, icon = icon)
37. │ └─bslib (local) new(...)
38. │ └─bslib:::tabPanel_(title, ..., value = value, icon = icon)
39. │ └─htmltools::div(...)
40. │ └─rlang::dots_list(...)
41. ├─htmltools::div(...)
42. │ └─rlang::dots_list(...)
43. ├─shiny::withMathJax(...)
44. │ └─htmltools::tagList(...)
45. │ └─rlang::dots_list(...)
46. └─htmltools::includeMarkdown(...)
47. └─markdown::mark(path, output = NULL)
48. └─xfun::write_utf8(c("---", yaml, "---", parts$body), file)
49. └─base::writeLines(enc2utf8(text), con, ..., useBytes = TRUE)
50. └─base::file(con, "w")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 10 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2.0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘INLA’
Flavors: r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(sae4health)
sae4health loaded successfully.
Run 'sae4health::run_app()' to launch the app.
For comprehensive documentation, visit https://sae4health.stat.uw.edu/.
>
> test_check("sae4health")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 10 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-app-loading.R:2:3'): app ui ────────────────────────────────────
Error in `file(con, "w")`: cannot open the connection
Backtrace:
▆
1. └─sae4health:::app_ui() at test-app-loading.R:2:3
2. ├─htmltools::tagList(...)
3. │ └─rlang::dots_list(...)
4. ├─shinydashboard::dashboardPage(...)
5. │ └─shinydashboard:::tagAssert(body, type = "div", class = "content-wrapper")
6. ├─shinydashboard::dashboardBody(...)
7. │ ├─htmltools::div(...)
8. │ │ └─rlang::dots_list(...)
9. │ └─tags$section(class = "content", ...)
10. │ └─rlang::dots_list(...)
11. ├─shinydashboard::tabItems(...)
12. │ └─base::lapply(list(...), tagAssert, class = "tab-pane")
13. ├─shinydashboard::tabItem(tabName = "model_fit", mod_model_selection_ui("model_selection_1"))
14. │ └─htmltools::div(...)
15. │ └─rlang::dots_list(...)
16. └─sae4health:::mod_model_selection_ui("model_selection_1")
17. ├─shiny::fluidPage(...)
18. │ ├─shiny::bootstrapPage(...)
19. │ │ └─rlang::list2(...)
20. │ └─htmltools::div(class = "container-fluid", ...)
21. │ └─rlang::dots_list(...)
22. ├─shiny::navbarPage(...)
23. │ ├─shiny:::remove_first_class(...)
24. │ └─bslib::page_navbar(...)
25. │ └─bslib:::navs_bar_(...)
26. │ └─bslib:::navbarPage_(...)
27. │ └─bslib:::buildTabset(..., ulClass = ulClass, id = id, selected = selected)
28. │ ├─bslib:::dropNulls(list2(...))
29. │ └─rlang::list2(...)
30. ├─shiny::navbarMenu(...)
31. │ └─bslib::nav_menu(title, ..., value = menuName, icon = icon)
32. │ └─bslib:::navbarMenu_(...)
33. │ ├─base::structure(...)
34. │ └─rlang::list2(...)
35. ├─shiny::tabPanel(...)
36. │ └─bslib::nav(title, ..., value = value, icon = icon)
37. │ └─bslib (local) new(...)
38. │ └─bslib:::tabPanel_(title, ..., value = value, icon = icon)
39. │ └─htmltools::div(...)
40. │ └─rlang::dots_list(...)
41. ├─htmltools::div(...)
42. │ └─rlang::dots_list(...)
43. ├─shiny::withMathJax(...)
44. │ └─htmltools::tagList(...)
45. │ └─rlang::dots_list(...)
46. └─htmltools::includeMarkdown(...)
47. └─markdown::mark(path, output = NULL)
48. └─xfun::write_utf8(c("---", yaml, "---", parts$body), file)
49. └─base::writeLines(enc2utf8(text), con, ..., useBytes = TRUE)
50. └─base::file(con, "w")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 10 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64