CRAN Package Check Results for Package ymlthis

Last updated on 2022-09-11 12:56:32 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.7 5.50 57.55 63.05 OK
r-devel-linux-x86_64-debian-gcc 0.1.7 3.76 43.86 47.62 OK
r-devel-linux-x86_64-fedora-clang 0.1.7 85.37 OK
r-devel-linux-x86_64-fedora-gcc 0.1.7 83.84 OK
r-devel-windows-x86_64 0.1.7 52.00 116.00 168.00 OK
r-patched-linux-x86_64 0.1.7 6.98 53.95 60.93 OK
r-release-linux-x86_64 0.1.7 4.61 54.91 59.52 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 51.00 120.00 171.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 89.00 99.00 ERROR

Check Details

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:3): multiplication works ----------------------
     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, ...)
     13. \-ymlthis (local) .f(.x[[i]], ...)
     14. \-ymlthis:::stop_yml_eval(out, x)
    
     [ FAIL 1 | WARN 0 | SKIP 3 | PASS 28 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64