cleanr: Helps You to Code Cleaner

Check your R code for some of the most common layout flaws. Many tried to teach us how to write code less dreadful, be it implicitly as B. W. Kernighan and D. M. Ritchie (1988) <ISBN:0-13-110362-8> in 'The C Programming Language' did, be it explicitly as R.C. Martin (2008) <ISBN:0-13-235088-2> in 'Clean Code: A Handbook of Agile Software Craftsmanship' did. So we should check our code for files too long or wide, functions with too many lines, too wide lines, too many arguments or too many levels of nesting. Note: This is not a static code analyzer like pylint or the like. Checkout https://github.com/jimhester/lintr instead.

Version: 1.1.3
Depends: R (≥ 3.3.1)
Imports: checkmate
Suggests: RUnit, knitr, rmarkdown
Published: 2017-01-18
Author: Andreas Dominik Cullmann [aut, cre]
Maintainer: Andreas Dominik Cullmann <adc-r at arcor.de>
License: BSD_2_clause + file LICENSE
URL: https://github.com/fvafrCU/cleanr
NeedsCompilation: no
Materials: README
CRAN checks: cleanr results

Downloads:

Reference manual: cleanr.pdf
Vignettes: An Introduction to cleanr
Package source: cleanr_1.1.3.tar.gz
Windows binaries: r-devel: cleanr_1.1.3.zip, r-release: cleanr_1.1.3.zip, r-oldrel: cleanr_1.1.3.zip
OS X binaries: r-release: cleanr_1.1.3.tgz, r-oldrel: cleanr_1.1.3.tgz
Old sources: cleanr archive

Reverse dependencies:

Reverse suggests: fakemake

Linking:

Please use the canonical form https://CRAN.R-project.org/package=cleanr to link to this page.