-
Notifications
You must be signed in to change notification settings - Fork 86
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
Code structure #83
Code structure #83
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this huge effort, it looks excellent. I've cloned this PR locally, built, checked, tested, etc. and it's great.
I rarely use branches, but it looks like I could merge this without wrecking anything, so that's a relief! Thanks again for all your work organising those functions. It will be easier to maintain now! |
For the CRAN release of rrtools (#75), @benmarwick and I decided to restructure its code files to increase the general readability and maintainability. This PR contains a first draft of a new file structure.
What's new:
hello.R
was divided into several code files. One file (core_...
) for each main function of the package.:::
dependencies -- were reorganized in thematic files (helpers_...
) with a more or less unified layout.