Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chainsawriot/bestpractice
- Owner: chainsawriot
- License: mit
- Created: 2016-01-16T15:20:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T15:28:31.000Z (almost 9 years ago)
- Last Synced: 2023-03-23T17:28:51.259Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)