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
Labels
Milestone

Comments

@brodieG
Copy link
Owner

@brodieG 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 the enhancement label Aug 24, 2016
@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 brodieG closed this in e0ce03f 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
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.