tests/testthat/_snaps/config.md

config_pluck_character generates informative error

Code
  config_pluck_character(pkg, "x")
Condition
  Error:
  ! In _pkgdown.yml, x must be a character vector, not the number 1.

config_pluck_string generates informative error

Code
  config_pluck_string(pkg, "x")
Condition
  Error:
  ! In _pkgdown.yml, x must be a string, not the number 1.

config_check_list gives informative errors

Code
  config_check_list_(1, has_names = "x")
Condition
  Error in `config_check_list_()`:
  ! In _pkgdown.yml, path must be a list, not the number 1.
Code
  config_check_list_(list(x = 1, y = 1), has_names = c("y", "z"))
Condition
  Error in `config_check_list_()`:
  ! In _pkgdown.yml, path must have components "y" and "z".
  1 missing component: "z".


hadley/staticdocs documentation built on June 13, 2025, 3:24 a.m.