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

do.call incompatibility #158

Closed
brodieG opened this issue Mar 12, 2021 · 0 comments
Closed

do.call incompatibility #158

brodieG opened this issue Mar 12, 2021 · 0 comments
Labels
Milestone

Comments

@brodieG
Copy link
Owner

brodieG commented Mar 12, 2021

> do.call(diffChr, list(1:2, 3:4))
< NULL       > NULL     
@@ 1,2 @@    @@ 1,2 @@  
< 1          > 3        
< 2          > 4        
Warning message:
In get_fun(found.call[[1L]], env = par.env) :
  Unable to find function `new("standardGeneric", .Data = function (target, current, ...) standardGeneric("diffChr"), generic = structure("diffChr", package = "diffobj"),     package = "diffobj", group = list(), valueClass = character(0),     signature = c("target", "current"), default = NULL, skeleton = (function (target,         current, ...)     stop("invalid call in method dispatch to 'diffChr' (no default method)",         domain = NA))(target, current, ...))` to match call with.
@brodieG brodieG added the bug label Mar 12, 2021
@brodieG brodieG modified the milestones: 0.3.4, 0.3.5 Mar 12, 2021
@brodieG brodieG closed this as completed in 21d9f03 Oct 5, 2021
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this issue Nov 29, 2021
# diffobj
## v0.3.5

* Options automatically fallback to factory defaults if they are unset (h/t
  @gadenbui).
* [#158](brodieG/diffobj#158): Calling `diff*` with
  `do.call` now works without warnings.
* [#117](brodieG/diffobj#117): Fix guide detection
  with very wide wrapped data.frames (h/t @bastician, @overvolting).
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