CRAN/E | cleanr

cleanr

Helps You to Code Cleaner

Installation

About

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) in 'The C Programming Language' did, be it explicitly as R.C. Martin (2008) 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 instead.

gitlab.com/fvafrCU/cleanr

Key Metrics

Version 1.3.5
R ≥ 3.3.0
Published 2022-08-11 624 days ago
Needs compilation? no
License BSD_2_clause
License File
CRAN checks cleanr results

Downloads

Yesterday 10 0%
Last 7 days 54 -30%
Last 30 days 308 -12%
Last 90 days 965 -18%
Last 365 days 3.949 -23%

Maintainer

Maintainer

Andreas Dominik Cullmann

fvafrcu@mailbox.org

Authors

Andreas Dominik Cullmann

aut / cre

Material

README
NEWS
Reference manual
Package source

Vignettes

An Introduction to cleanr

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

cleanr archive

Depends

R ≥ 3.3.0

Imports

checkmate
fritools
pkgload
rprojroot

Suggests

devtools
rasciidoc
rmarkdown
RUnit
testthat
usethis

Reverse Suggests

fakemake
packager