Ideally, we are not making new conventions for R use in CDSW. As much as possible we want to reuse what is common amoung developers and analysts. Here is where we get our insperation for conventions:
- RStudio
- R Pacakges
- Apache Spark - Folder Structure only
- Writing R Extensions
- Creating R Packages: A Tutorial (Friedrich Leisch)
- Making an R Package (R.M. Ripley)
- Making your first R Package
- Writing an R Package from Scratch (Hilary Parker)
- Buildig and Maintaining Packages with devtools and roxygen2
- pkg Primer
Insparation for python convention: