r-best-practice
r-best-practice copied to clipboard
A cheatsheet for basic best practice in R programming
Results
2
r-best-practice issues
Sort by
recently updated
recently updated
newest added
* Recommend {S7} for formal classes * Remove reference to {bslib} * Weird spacing in 4th blue box from the top in bottom left section * Suggest using {constructive} in...
* General advice about writing good code - maybe Code Design: * Write then rewrite * Clarity first, efficiency/optimisation later * Clean up dead code! * Think about API consistency...