Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Arg Name Causes Matching Issue #102

Closed
brodieG opened this issue Nov 2, 2020 · 0 comments
Closed

Wrong Arg Name Causes Matching Issue #102

brodieG opened this issue Nov 2, 2020 · 0 comments
Labels
Milestone

Comments

@brodieG
Copy link
Owner

brodieG commented Nov 2, 2020

> 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)
@brodieG brodieG added the bug label Nov 2, 2020
@brodieG brodieG added this to the 0.2.10 milestone Nov 2, 2020
brodieG added a commit that referenced this issue Nov 4, 2020
@brodieG brodieG closed this as completed in 7e3ff2b Nov 8, 2020
brodieG added a commit that referenced this issue Nov 8, 2020
Fix #102: bad matching of dots args
Fix #100: Illegal SYMSXP access for pkg::fun calls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant