Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chainsawriot/bestpractice

HKRUG best practice talk
https://github.com/chainsawriot/bestpractice

Last synced: 27 days ago
JSON representation

HKRUG best practice talk

Awesome Lists containing this project

README

        

# bestpractice
HKRUG best practice talk

* [The repo for R packaging](https://github.com/chainsawriot/hkrugPackagingWorkshop)
* [Demo of R debugger](https://gist.github.com/chainsawriot/7a8eff5f03ddccaa9051)
* [HKRUG 1 demo of testthat: unit test framework](https://www.youtube.com/watch?v=e3MK3F0-rPQ)
* [How to use roxygen2 to create documentation](http://r-pkgs.had.co.nz/man.html)

Style guides

* [Google Style Guide](https://google.github.io/styleguide/Rguide.xml)
* [Hadley's Style Guide](http://adv-r.had.co.nz/Style.html)
* [The State of R naming conventions](https://journal.r-project.org/archive/2012-2/RJournal_2012-2_Baaaath.pdf)
* [Pycon hk: Mosky Liu talk on naming](https://speakerdeck.com/mosky/beyond-the-style-guides)