I wanted to create a way to easily add comments and add sections inside code.
This package is forked from danieldafoe/Sassy_Comments: Intuitive Sass commenting for Sublime Text 2/3.
You can install via the Sublime Text Package Control (http://wbond.net/sublime_packages/package_control) and search for "R Comments".
There are several shortcuts for the different comment blocks.
Enter the shortcut #### followed by the tab key
# ==========================================================================
# This is a section comment block
# ==========================================================================Enter the shortcut ###. followed by the tab key
#
# This is a sub-section comment block
# --------------------------------------------------------------------------Enter the shortcut ##, followed by the tab key
#
# TODO
#
# => This is a TODO comment blockEnter the shortcut ### followed by the tab key
#
# This is a longer comment block
#