Last updated on 2023-01-25 04:51:52 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.7 | 4.91 | 61.71 | 66.62 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.7 | 3.74 | 46.92 | 50.66 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.7 | 88.37 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.7 | 97.20 | OK | |||
r-patched-linux-x86_64 | 0.1.7 | 5.51 | 59.74 | 65.25 | OK | |
r-release-linux-x86_64 | 0.1.7 | 4.22 | 56.61 | 60.83 | OK | |
r-release-macos-arm64 | 0.1.7 | 32.00 | OK | |||
r-release-macos-x86_64 | 0.1.7 | 39.00 | OK | |||
r-release-windows-x86_64 | 0.1.7 | 9.00 | 121.00 | 130.00 | OK | |
r-oldrel-macos-arm64 | 0.1.7 | 34.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.7 | 43.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.1.7 | 10.00 | 92.00 | 102.00 | ERROR |
Version: 0.1.7
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(ymlthis)
>
> test_check("ymlthis")
Loading required namespace: blogdown
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 28 ]
== Skipped tests ===============================================================
* On CRAN (3)
== Failed tests ================================================================
-- Error ('test-blogdown_yaml.R:5'): multiplication works ----------------------
<purrr_error_indexed/rlang_error/error/condition>
Error in `map(.x, .f, ..., .progress = .progress)`: i In index: 1.
Caused by error:
! Invalid argument in YAML output function bookdown::gitbook(lib_dir = "assets", split_by = "section", config = gitbook_config(toolbar_position = "static"))
Error: Using anchor_sections requires Pandoc 2.0+
Backtrace:
x
1. +-... %>% stringify_yaml() at test-blogdown_yaml.R:5:2
2. +-ymlthis:::stringify_yaml(.)
3. | \-x %>% ymlthis:::capture_yml() %>% paste(collapse = "\n") at d:\RCompile\CRANpkg\local\4.1\ymlthis.Rcheck\tests\testthat\helper-utils.R:3:2
4. +-base::paste(., collapse = "\n")
5. +-ymlthis:::capture_yml(.)
6. | +-utils::capture.output(print(.yml))
7. | | \-base::withVisible(...elt(i))
8. | \-base::print(.yml)
9. +-ymlthis::yml_output(...)
10. | \-ymlthis:::validate_output_yml(x)
11. | \-purrr::walk(.function_calls, eval_tidy_yml)
12. | \-purrr::map(.x, .f, ..., .progress = .progress)
13. | \-purrr:::map_("list", .x, .f, ..., .progress = .progress)
14. | +-purrr:::with_indexed_errors(...)
15. | | \-base::withCallingHandlers(...)
16. | +-purrr:::call_with_cleanup(...)
17. | \-ymlthis (local) .f(.x[[i]], ...)
18. | \-ymlthis:::stop_yml_eval(out, x)
19. | \-base::stop(...)
20. \-base::.handleSimpleError(...)
21. \-purrr (local) h(simpleError(msg, call))
22. \-cli::cli_abort(...)
23. \-rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 28 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64