Forked from Rtools. Only keep the function of generating Roxygen documentation templates.
- [ctrl+shift+alt+r]: insert Roxygen comments
- [ctrl+shift+alt+3]: insert ordinary comments
- [ctrl+shift+alt+c]: insert Rcpp roxygen comments
- Update the Roxygen documentation after editing the R function.
- FIX: parameters with values returned by functions
- Parameters alignment
- Add ordinary comments
- Delete the extra whitespaces when there are whitespaces before parameters.
- Support Rcpp oxygen comment
- Support multiline parameters