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

limit of printed positions is hard-coded to the default value #130

Closed
fabian-s opened this issue Aug 18, 2019 · 1 comment · Fixed by #131
Closed

limit of printed positions is hard-coded to the default value #130

fabian-s opened this issue Aug 18, 2019 · 1 comment · Fixed by #131
Projects
Milestone

Comments

@fabian-s
Copy link
Contributor

fabian-s commented Aug 18, 2019

if (length(pos) > limit) pos <- pos[1:5]

should be pos[1:limit]

EDIT:

and <- paste0(" ... and ", num - 5, " more lines\n")

same here

@gaborcsardi
Copy link
Collaborator

Right. Would you like to submit a pull request?

@owenjonesuob owenjonesuob added this to open in Development Jun 28, 2021
@owenjonesuob owenjonesuob added this to the v1.0.3 milestone Jul 6, 2021
@owenjonesuob owenjonesuob moved this from open to todo in Development Jul 6, 2021
@owenjonesuob owenjonesuob moved this from todo to done in Development Jul 6, 2021
owenjonesuob added a commit that referenced this issue Jul 8, 2021
@owenjonesuob owenjonesuob mentioned this issue Jul 12, 2021
4 tasks
Development automation moved this from done to closed Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

3 participants