Provides a function tidy_source() to format R source code. Spaces and indent will be added to the code automatically, and comments will be preserved under certain conditions, so that R code will be more human-readable and tidy. There is also a Shiny app as a user interface in this package (see tidy_app()).
Version: | 1.2.1 |
Depends: | R (≥ 3.0.2) |
Suggests: | codetools, shiny, testit, knitr |
Published: | 2015-09-18 |
Author: | Yihui Xie |
Maintainer: | Yihui Xie <xie at yihui.name> |
BugReports: | https://github.com/yihui/formatR/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL] |
URL: | http://yihui.name/formatR |
NeedsCompilation: | no |
Materials: | README NEWS |
In views: | ReproducibleResearch |
CRAN checks: | formatR results |
Reference manual: | formatR.pdf |
Vignettes: |
An Introduction to formatR |
Package source: | formatR_1.2.1.tar.gz |
Windows binaries: | r-devel: formatR_1.2.1.zip, r-release: formatR_1.2.1.zip, r-oldrel: formatR_1.2.1.zip |
OS X Snow Leopard binaries: | r-release: formatR_1.2.1.tgz, r-oldrel: formatR_1.2.tgz |
OS X Mavericks binaries: | r-release: formatR_1.2.1.tgz |
Old sources: | formatR archive |
Reverse imports: | knitr, Rd2roxygen, RFormatter, Rz |
Reverse suggests: | pvar |