Comments on: Using Emacs to work with R http://stats.blogoverflow.com/2011/08/using-emacs-to-work-with-r/ The Stats Stack Exchange Blog Thu, 18 Sep 2014 00:11:15 +0000 hourly 1 https://wordpress.org/?v=4.5.6 By: chlalanne http://stats.blogoverflow.com/2011/08/using-emacs-to-work-with-r/#comment-12269 Sun, 03 Mar 2013 07:01:21 +0000 http://stats.blogoverflow.com/?p=96#comment-12269 Yes, it is eldoc (http://emacswiki.org/emacs/ElDoc). There is also some autocomplete features available in ess-dev (http://www.emacswiki.org/emacs/ESSAuto-complete).

]]> By: Pavo http://stats.blogoverflow.com/2011/08/using-emacs-to-work-with-r/#comment-11168 Fri, 22 Feb 2013 03:33:47 +0000 http://stats.blogoverflow.com/?p=96#comment-11168 I’m wondering how to obtain the feature to display a function’s arguments in the minibuffer when the point is inside a function, for example like at 13:54 for fit.data() and “dx” is displayed at bottom.

]]> By: Pavo http://stats.blogoverflow.com/2011/08/using-emacs-to-work-with-r/#comment-11167 Fri, 22 Feb 2013 03:31:58 +0000 http://stats.blogoverflow.com/?p=96#comment-11167 I’m wondering how to turn on the feature where arguments to a function are displayed in the minibuffer when the point is inside a function (such as at 13:54 in the video for fit.data() or summary() ). I think it is related to “eldoc mode”…

]]> By: chlalanne http://stats.blogoverflow.com/2011/08/using-emacs-to-work-with-r/#comment-32 Fri, 12 Aug 2011 17:50:48 +0000 http://stats.blogoverflow.com/?p=96#comment-32 Great idea! I’m not using vim actually (but you already know that), but there’s an r-plugin. @Jeromy Anglim has some posts on vim (not sure about R plugin, though). There’s also an entry on R-bloggers: R with Vim on Mac OS X.

]]> By: Dirk Eddelbuettel http://stats.blogoverflow.com/2011/08/using-emacs-to-work-with-r/#comment-20 Fri, 05 Aug 2011 15:01:39 +0000 http://stats.blogoverflow.com/?p=96#comment-20 Looks like a very nice post, congrats! [1] You unfortunately have my named misspelled (which happens often enough, so no worries) but if you could correct it I’d appreciate it.

[1] And I nice blog. Added to the RSS reader.

]]>
By: mpiktas http://stats.blogoverflow.com/2011/08/using-emacs-to-work-with-r/#comment-16 Fri, 05 Aug 2011 12:30:35 +0000 http://stats.blogoverflow.com/?p=96#comment-16 See this question.

In Aquamacs the tabs are turned on by default.

]]>
By: Simao Mata http://stats.blogoverflow.com/2011/08/using-emacs-to-work-with-r/#comment-14 Fri, 05 Aug 2011 10:58:10 +0000 http://stats.blogoverflow.com/?p=96#comment-14 What package do you use for those nice emacs tabs?

]]> By: chlalanne http://stats.blogoverflow.com/2011/08/using-emacs-to-work-with-r/#comment-10 Thu, 04 Aug 2011 08:45:35 +0000 http://stats.blogoverflow.com/?p=96#comment-10 I use color-theme-tango.el because it provides very lightweight syntax colors, well suited for shell scripts, tex, markdown, and R. It requires the color-theme package (and something like (add-hook 'after-init-hook 'color-theme-tango) in your .emacs).

]]> By: mpiktas http://stats.blogoverflow.com/2011/08/using-emacs-to-work-with-r/#comment-9 Thu, 04 Aug 2011 06:25:20 +0000 http://stats.blogoverflow.com/?p=96#comment-9 I suspect this is standard ESS highlighting for the dark theme.

]]> By: Colin Gillespie http://stats.blogoverflow.com/2011/08/using-emacs-to-work-with-r/#comment-8 Wed, 03 Aug 2011 14:35:18 +0000 http://stats.blogoverflow.com/?p=96#comment-8 In your final screenshot, the R code is nicely highlighted. How was this achieved?

]]>