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

Extraneous Guide Indicators #97

Closed
brodieG opened this issue Dec 2, 2016 · 2 comments
Closed

Extraneous Guide Indicators #97

brodieG opened this issue Dec 2, 2016 · 2 comments

Comments

@brodieG
Copy link
Owner

brodieG commented Dec 2, 2016

No reason why the first four rows should have those guide indicators.

@@ 6,7 @@                  @@ 6,7 @@
~              a       b  ~              a       b
~      1:      33  634210  ~      1:      33  634210
~      2:      36 1482417  ~      2:      36 1482417
~      3:      36 1780723  ~      3:      36 1780723
~      4:      41  632675  ~      4:      41  632675
       5:      41 1930773         5:      41 1930773
      ---                        ---
~                          > 271213: 2082200  933667
  279788: 2082200 1072884    271214: 2082200 1072884
  279789: 2082205  335516    271215: 2082205  335516
< 279790: 2082205 1143474  ~
  279791: 2082245  650932    271216: 2082245  650932
  279792: 2082245 1328909    271217: 2082245 1328909
@brodieG brodieG added the bug label Dec 2, 2016
@brodieG brodieG added this to the 0.1.7 milestone Dec 2, 2016
@brodieG
Copy link
Owner Author

brodieG commented Nov 7, 2017

reprex:

library(data.table)
DT1 <- data.table(a=1:20, b=1:20)
DT2 <- data.table(a=1:20, b=1:20)
DT2[18, a:=99]

diffPrint(DT1, DT2)

@brodieG
Copy link
Owner Author

brodieG commented Nov 7, 2017

This is happening because of the leading spaces in the rownames in data tables. We need better logic for distinguishing the column header lines.

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