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

Display all.equal output #63

Closed
brodieG opened this issue Aug 24, 2016 · 0 comments
Closed

Display all.equal output #63

brodieG opened this issue Aug 24, 2016 · 0 comments
Milestone

Comments

@brodieG
Copy link
Owner

brodieG commented Aug 24, 2016

Right now, we only do so for summary:

> summary(diffPrint(1:3, c(1,2,3) + 1/1e7))

No visible differences, but objects are not `all.equal`:
- Mean relative difference: 5e-08

> diffPrint(1:3, c(1,2,3) + 1/1e7)
No visible differences between objects, but objects are _not_ `all.equal`.
< 1:3        > c(1, 2,..
@@ 1 @@      @@ 1 @@    
  [1] 1 2 3    [1] 1 2 3
@brodieG brodieG added this to the 0.1.4 milestone Aug 24, 2016
@brodieG brodieG modified the milestones: 0.1.5, 0.1.6 Sep 11, 2016
brodieG added a commit that referenced this issue Sep 12, 2016
brodieG added a commit that referenced this issue Sep 12, 2016
Fix #63, Fix #69, Fix #70, Fix #71, Fix #72.
See NEWS for details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant