devFunc: Clear and Condense Argument Check for User-Defined Functions

A concise check of the format of one or multiple input arguments (data type, length or value) is provided. Since multiple input arguments can be tested simultaneously, a lengthly list of checks at the beginning of your function can be avoided, hereby enhancing the readability and maintainability of your code.

Version: 0.1
Depends: R (≥ 3.3.0)
Imports: plyr (≥ 1.8.4), stringr (≥ 1.1.0)
Published: 2018-01-24
Author: Robin Van Oirbeek
Maintainer: Robin Van Oirbeek <robin.vanoirbeek at gmail.com>
License: GPL-3
NeedsCompilation: no
CRAN checks: devFunc results

Documentation:

Reference manual: devFunc.pdf

Downloads:

Package source: devFunc_0.1.tar.gz
Windows binaries: r-devel: devFunc_0.1.zip, r-release: devFunc_0.1.zip, r-oldrel: devFunc_0.1.zip
macOS binaries: r-release (arm64): devFunc_0.1.tgz, r-oldrel (arm64): devFunc_0.1.tgz, r-release (x86_64): devFunc_0.1.tgz

Reverse dependencies:

Reverse imports: R2DT

Linking:

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