goodpractice
https://github.com/mangothecat/goodpractice
R
Advice on R Package Building
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
R not yet supported1 Subscribers
Add a CodeTriage badge to goodpractice
Help out
- Issues
- Code complexity and readability
- All external function calls use `::`
- Recover if package cannot be installed
- Check if print method returns the object, invisibly
- Some ideas for DESCRIPTION checking
- Check there's actually a package at path?
- Improve error messages when prep steps fail
- add a CONTRIBUTING.md
- Suggestion: if statements should use && for booleans
- Suggestion for discussion: vignettes should not have 'rm(list = ls())'
- Docs
- R not yet supported