-
Notifications
You must be signed in to change notification settings - Fork 2
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
Review of February 2020 development #1
Comments
FWIW, I would be happy to see gplots converted to use ROxygen instead of .Rd files. Perhaps using https://yihui.org/rd2roxygen... |
Thanks for the thorough ongoing review, Greg. Lots of good points that I agree with. I'll do the edits on bubbleplot and you can edit everything else directly. No need for me to review your review :) |
I've finished my review. Thank you for all of the hard work!!! Would you mind doing the edits? I've used up (more than) the time alotted... |
No problem, will do! |
List of remaining discussion points: |
Hi Greg, I've processed your review. Thanks for the dedication to go through all of the February commits! You found several changes of mine that were not that great, but instead of reverting them you came up with even better solutions. What remains is a much improved package: a new function, fewer package dependencies, a package help page, and tidier help pages with a consistent (base R) style. If you I think we can also P.S. The 60d0201#r37492486 question is still pending. |
Hi Arni, The normal way to handle changes is to make them on a branch, then create a pull request (PR), which provides a clean mechanism for reviewing and commenting on the changes. See the official docs here. When the PR is merged, it includes an option to delete the old branch. Can you create a PR for the arni branch? I'll then do a final review and approve, after which any of use can do the merge. I really appreciate all of your hard work! -G |
Hi Greg,
Below is a summary of my 39 commits in February, for your review. Some are clear improvements (tag CRAN releases, fix typos, add bubbleplot) while others were perhaps not quite as necessary, but still improvements I hope (comb through Rd files to standardize format, etc.).
In general, I resisted the temptation to edit *.R files, except whitespace and comments in balloonplot.R and heatmap.2.R. My main effort was to make small improvements to the help pages, both from the user and maintainer perspective. I don't feel strongly about any of these commits, so feel free to make any additional commits that revert some of those changes.
As far as I'm concerned, the package is ready for a 3.1.0 CRAN release, to remove the orphaned status. My future edits to gplots will be much smaller and easier to review. I hope this 'spring cleaning' is well received :)
The text was updated successfully, but these errors were encountered: