Best Practices R
theme
dev_mode
# This will install the package in the folder C:/Rpackages
devtools::dev_mode(path="C:/Rpackages")Reload the package
devtools::load_all()Add or update script files
Coding standards
Useful literature
Examples of "good" packages
Useful shortcuts
Profiling with R-Studio
Graphics
Snapshot testing
Setting up Linux environment for R development
Last updated