Skip to content

More progress towards #1523 - by group separation #1533

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

Closed
wants to merge 1 commit into from
Closed

More progress towards #1523 - by group separation #1533

wants to merge 1 commit into from

Conversation

MichaelChirico
Copy link
Member

@arunsrinivasan this nests the previous PR since we didn't manage to iron out the kinks before you signed off yesterday. I'm not sure the protocol for serial PRs like this. Of course don't want to get too far ahead in case we need revisions but it seems #1529 is ready to merge.

A note about implementation:

It seems like from the feedback we're gotten in the FR & Frank's comment, people are mainly using this on sorted tables; I think the implementation on an unsorted table is a bit harder (and probably slower), so I left an error for trying to use this on unsorted tables.

The way to do it with an unsorted table is with rle, but I decided it wasn't worth the effort of figuring out how to make that work; we'll see if it comes up again in a future FR.

attempting test fix again

gave up on second test

fixing error in .Rd

first pass at print-by option

another pass

obeying warning message, adding fill option

fixed option

missed long case

attempting fix of long case

closing in on finishing PR

adding tests, tinkering

fixing tests?
@arunsrinivasan
Copy link
Member

Sorry, I don't know what this is. Will revisit print methods later.

@MichaelChirico
Copy link
Member Author

Sorry it wasn't clear, for reference this is part 5. of #1523 (= 4. of #645)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants