Closed rgrannell1 closed 10 years ago
Thanks for your issue! I just got back from a hiking holiday with low internet access: i will look into your isue next week.
Best,
Edwin Op 26 jul. 2014 08:21 schreef "Ryan Grannell" notifications@github.com:
This pull request fixes a missing terminal newline after printing documentation via '--help'.
Before: [image: screenshot from 2014-07-26 06 17 08] https://cloud.githubusercontent.com/assets/835618/3710446/5e39adb6-148c-11e4-8188-1d5b9f305df0.png
I couldn't run your unit tests (I'm on an unstable version of roxygen),
but travis-CI should test this pull request upon submission.
You can merge this Pull Request by running
git pull https://github.com/rgrannell1/docopt.R master
Or view, comment on, or merge it at:
https://github.com/edwindj/docopt.R/pull/3 Commit Summary
- fixed a missing newline in help( )
- fixed second missing newline.
File Changes
- M R/docopt.R https://github.com/edwindj/docopt.R/pull/3/files#diff-0 (4)
Patch Links:
— Reply to this email directly or view it on GitHub https://github.com/edwindj/docopt.R/pull/3.
Thanks again for your pull request: it turns out I made an identical change to the code last week: so I close the request.
Cheers!
This pull request fixes a missing terminal newline after printing documentation via '--help'.
Before:
I couldn't run your unit tests (I'm on an unstable version of roxygen), but travis-CI should test this pull request upon submission.
Edit: The unit tests still pass.