0

Possible Duplicate:
Can RStudio automatically generate an roxygen template for a function?

I use Emacs for developing R packages (using roxygen2) and find the C-c C-o over a function to generate comments extremely useful. Is there any similar key binds in RStudio that will achieve the same results, i.e. generating

##' .. content for \description{} (no empty lines) ..
##'
##' .. content for \details{} ..
##' @title 
##' @param x 
##' @param y 
##' @return 
##' @author authors

The question has been asked here, and I just wanna know if there is any updates on this issue. Thanks!

Community
  • 1
  • 1
alittleboy
  • 10,616
  • 23
  • 67
  • 107
  • 2
    Oh, [please, PLEASE](http://cdn.memegenerator.net/instances/400x/28943420.jpg) don't do it!!! – aL3xa Oct 24 '12 at 23:30
  • @aL3xa: lol, I am just curious :) – alittleboy Oct 24 '12 at 23:34
  • As you point out this has already been asked. I'd suggest posting a comment [there](http://stackoverflow.com/questions/10825058/can-rstudio-automatically-generate-an-roxygen-template-for-a-function) asking for updates. – Ari B. Friedman Oct 24 '12 at 23:37
  • 3
    Best to post this sort of request on the rstudio support site... – hadley Oct 24 '12 at 23:51
  • As a follow-on to Hadley's comment, RStudio monitors their support site very well. A feature request, even one that is already known to them, seems to get taken a bit like a "vote" for that feature. – Ari B. Friedman Oct 25 '12 at 00:52

0 Answers0