CRAN Package Check Results for Package ymlthis

Last updated on 2022-04-24 03:52:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.5 4.74 60.11 64.85 OK
r-devel-linux-x86_64-debian-gcc 0.1.5 3.70 46.26 49.96 OK
r-devel-linux-x86_64-fedora-clang 0.1.5 83.32 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.5 71.82 NOTE
r-patched-linux-x86_64 0.1.5 5.35 58.26 63.61 OK
r-release-linux-x86_64 0.1.5 4.44 59.52 63.96 OK
r-release-macos-arm64 0.1.5 NOTE
r-release-macos-x86_64 0.1.5 NOTE
r-release-windows-x86_64 0.1.5 50.00 118.00 168.00 OK
r-oldrel-macos-arm64 0.1.5 NOTE
r-oldrel-macos-x86_64 0.1.5 NOTE
r-oldrel-windows-ix86+x86_64 0.1.5 10.00 80.00 90.00 ERROR

Check Details

Version: 0.1.5
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘miniUI’ ‘shinyBS’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.1.5
Check: tests
Result: ERROR
     Running 'spelling.R' [0s]
     Running 'testthat.R' [3s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(ymlthis)
     >
     > test_check("ymlthis")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 29 ]
    
     == Failed tests ================================================================
     -- Error (test-blogdown_yaml.R:6: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:6: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:4: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 .f(.x[[i]], ...)
     14. \-ymlthis:::stop_yml_eval(out, x)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 29 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64