needy is a small utility library designed to make testing function inputs less difficult. R is a dynamically typed language, but larger projects need input checking for scalabity. needy offers a single function, require_a( ), which lets you specify the traits an input object should have, such as class, size, numerical properties or number of parameters, while reducing boilerplate code and aiding debugging.
| Version: | 0.2 |
| Depends: | R (≥ 2.14.0) |
| Suggests: | testthat, combinat |
| Published: | 2013-07-31 |
| Author: | Ryan Grannell |
| Maintainer: | Ryan Grannell <r.grannell2 at gmail.com> |
| Contact: | Ryan Grannell <r.grannell2@gmail.com> |
| BugReports: | <r.grannell2@gmail.com> |
| License: | MIT + file LICENSE |
| NeedsCompilation: | no |
| Materials: | README NEWS |
| CRAN checks: | needy results |
| Reference manual: | needy.pdf |
| Package source: | needy_0.2.tar.gz |
| Windows binaries: | r-devel: needy_0.2.zip, r-release: needy_0.2.zip, r-oldrel: needy_0.2.zip |
| macOS binaries: | r-release: needy_0.2.tgz, r-oldrel: needy_0.2.tgz |
| Old sources: | needy archive |
Please use the canonical form https://CRAN.R-project.org/package=needy to link to this page.