Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 613 Bytes

File metadata and controls

23 lines (15 loc) · 613 Bytes

Forked from Rtools. Only keep the function of generating Roxygen documentation templates.

shortcuts

  • [ctrl+shift+alt+r]: insert Roxygen comments
  • [ctrl+shift+alt+3]: insert ordinary comments
  • [ctrl+shift+alt+c]: insert Rcpp roxygen comments

TODO

  • Update the Roxygen documentation after editing the R function.
  • FIX: parameters with values returned by functions

Done

  • Parameters alignment
  • Add ordinary comments
  • Delete the extra whitespaces when there are whitespaces before parameters.
  • Support Rcpp oxygen comment
  • Support multiline parameters