CRAN Package Check Results for Package ymlthis

Last updated on 2022-08-15 08:50:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.7 3.62 57.49 61.11 OK
r-devel-linux-x86_64-debian-gcc 0.1.7 3.64 42.85 46.49 OK
r-devel-linux-x86_64-fedora-clang 0.1.7 85.37 OK
r-devel-linux-x86_64-fedora-gcc 0.1.7 85.02 OK
r-devel-windows-x86_64 0.1.7 45.00 110.00 155.00 OK
r-patched-linux-x86_64 0.1.7 6.21 53.94 60.15 OK
r-release-linux-x86_64 0.1.7 4.05 53.57 57.62 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 45.00 117.00 162.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 11.00 88.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