Last updated on 2025-11-15 00:50:16 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 7.53 | 56.40 | 63.93 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 5.16 | 57.49 | 62.65 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 32.00 | 70.50 | 102.50 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 19.00 | 74.40 | 93.40 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 13.00 | 78.00 | 91.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 6.53 | 51.88 | 58.41 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 7.77 | 52.51 | 60.28 | OK | |
| r-release-macos-arm64 | 0.1.0 | 3.00 | 25.00 | 28.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 8.00 | 45.00 | 53.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 10.00 | 66.00 | 76.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | 3.00 | 31.00 | 34.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.0 | 7.00 | 52.00 | 59.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 13.00 | 82.00 | 95.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [18s/22s]
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(DoLa)
>
> test_check("DoLa")
processing file: DoLa.Rmd
[ FAIL 2 | WARN 1 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-dola.R:2:3'): test 'dola example' ──────────────────────────────
Error in `unzip(id.dis[i])`: cannot open file './curriculo.xml': Read-only file system
Backtrace:
▆
1. ├─testthat::expect_snapshot_file(...) at test-dola.R:2:3
2. │ └─testthat:::check_string(path)
3. │ └─testthat:::.rlang_check_is_string(...)
4. │ └─rlang::is_string(x)
5. └─DoLa::dola(...)
6. └─rmarkdown::render(...)
7. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
8. └─knitr:::process_file(text, output)
9. ├─xfun:::handle_error(...)
10. ├─base::withCallingHandlers(...)
11. └─knitr:::process_group(group)
12. └─knitr:::call_block(x)
13. └─knitr:::block_exec(params)
14. └─knitr:::eng_r(options)
15. ├─knitr:::in_input_dir(...)
16. │ └─knitr:::in_dir(input_dir(), expr)
17. └─knitr (local) evaluate(...)
18. └─evaluate::evaluate(...)
19. ├─base::withRestarts(...)
20. │ └─base (local) withRestartList(expr, restarts)
21. │ ├─base (local) withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
22. │ │ └─base (local) doWithOneRestart(return(expr), restart)
23. │ └─base (local) withRestartList(expr, restarts[-nr])
24. │ └─base (local) withOneRestart(expr, restarts[[1L]])
25. │ └─base (local) doWithOneRestart(return(expr), restart)
26. ├─evaluate:::with_handlers(...)
27. │ ├─base::eval(call)
28. │ │ └─base::eval(call)
29. │ └─base::withCallingHandlers(...)
30. ├─base::withVisible(eval(expr, envir))
31. └─base::eval(expr, envir)
32. └─base::eval(expr, envir)
33. └─utils::unzip(id.dis[i])
── Error ('test-dola.R:2:3'): test 'dola example' ──────────────────────────────
Error in `file(con, "w")`: cannot open the connection
Backtrace:
▆
1. ├─testthat::expect_snapshot_file(...) at test-dola.R:2:3
2. │ └─testthat:::check_string(path)
3. │ └─testthat:::.rlang_check_is_string(...)
4. │ └─rlang::is_string(x)
5. └─DoLa::dola(...)
6. └─rmarkdown::render(...)
7. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
8. └─knitr:::process_file(text, output)
9. └─xfun:::handle_error(...)
10. └─knitr (local) handler(loc)
11. └─xfun::write_utf8(res, output %n% stdout())
12. └─base::writeLines(enc2utf8(text), con, ..., useBytes = TRUE)
13. └─base::file(con, "w")
[ FAIL 2 | WARN 1 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc