Last updated on 2026-01-01 05:50:16 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 8.37 | 77.87 | 86.24 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 5.24 | 56.49 | 61.73 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 13.00 | 137.33 | 150.33 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 12.00 | 129.79 | 141.79 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 9.00 | 100.00 | 109.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 6.64 | 73.02 | 79.66 | ERROR | |
| r-release-linux-x86_64 | 0.1.0 | 7.29 | 72.69 | 79.98 | ERROR | |
| r-release-macos-arm64 | 0.1.0 | OK | ||||
| r-release-macos-x86_64 | 0.1.0 | 5.00 | 48.00 | 53.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 10.00 | 102.00 | 112.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 5.00 | 54.00 | 59.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 12.00 | 130.00 | 142.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [23s/29s]
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. └─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-clang
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [17s/21s]
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. └─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
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [23s/27s]
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. └─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
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64