formatR: Format R Code Automatically

This package 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.0
Suggests: codetools, shiny, testit, knitr
Published: 2014-08-25
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
CRAN checks: formatR results

Downloads:

Reference manual: formatR.pdf
Vignettes: An Introduction to formatR
Package source: formatR_1.0.tar.gz
Windows binaries: r-devel: formatR_1.0.zip, r-release: formatR_1.0.zip, r-oldrel: formatR_1.0.zip
OS X Snow Leopard binaries: r-release: formatR_1.0.tgz, r-oldrel: formatR_1.0.tgz
OS X Mavericks binaries: r-release: formatR_1.0.tgz
Old sources: formatR archive

Reverse dependencies:

Reverse imports: knitr, Rd2roxygen, Rz
Reverse suggests: pvar