brodieG / vetr

Trust, but Verify
78 stars 2 forks source link

Wrong Arg Name Causes Matching Issue #102

Closed brodieG closed 3 years ago

brodieG commented 3 years ago
> plot(svg, dpi=125)
Error in vetr(structure(list(), class = "svg_chopped_list"), INT.1.POS.STR,  : 
  Internal Error: fun and validation matched calls different lengths; contact maintainer.

where

plot.svg_chopped_list <- function(
  x, ppi=96,
  ask = prod(par("mfcol")) < length(x) && dev.interactive(),
  ...
) {
  vetr(structure(list(), class='svg_chopped_list'), INT.1.POS.STR, LGL.1)