Editor for RD file?
On 11-10-16 8:57 AM, Bogaso Christofer wrote:
Dear all, can somebody please update me on what could be the best editor to write and edit the RD files? I need to something with syntax highlighter, auto-completion etc (like Notepad++ for R etc.). Currently I am using plain Notepad however expect something which could be more professional.
I believe ESS does syntax highlighting for Rd files if you use Emacs. You could probably modify a LaTeX syntax highlighter for any other editor to work with Rd files: the syntax is quite similar. Duncan Murdoch