tests/testthat/_snaps/pptx_ggplot.md

polish_content_word().ggplot - partially or incorrectly defined height and width,

Code
  polish_content_pptx(p, ph = ph_dims_unset, height = NA, width = 12)
Condition
  Error in `polish_content_pptx.ggplot()`:
  ! object 'width_value' not found
Code
  polish_content_pptx(p, ph = ph_dims_unset, height = NULL, width = 12)
Condition
  Error in `polish_content_pptx.ggplot()`:
  ! object 'width_value' not found
Code
  polish_content_pptx(p, ph = ph_dims_unset, height = -10, width = 12)
Condition
  Error in `polish_content_pptx.ggplot()`:
  ! object 'width_value' not found
Code
  polish_content_pptx(p, ph = ph_dims_unset, height = c(10, 11), width = 12)
Condition
  Error in `polish_content_pptx.ggplot()`:
  ! object 'width_value' not found
Code
  polish_content_pptx(p, ph = ph_dims_unset, height = "invalid", width = 12)
Condition
  Error in `polish_content_pptx.ggplot()`:
  ! object 'width_value' not found


Try the polish package in your browser

Any scripts or data that you put into this service are public.

polish documentation built on June 3, 2026, 5:07 p.m.