CRAN/E | needy

needy

needy

Installation

About

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.

Bug report File report

Key Metrics

Version 0.2
R ≥ 2.14.0
Published 2013-07-31 3930 days ago
Needs compilation? no
License MIT
License File
CRAN checks needy results

Downloads

Yesterday 0
Last 7 days 5 0%
Last 30 days 19 -21%
Last 90 days 65 -50%
Last 365 days 328 -83%

Maintainer

Maintainer

Ryan Grannell

r.grannell2@gmail.com

Authors

Ryan Grannell

Contacts

Ryan Grannell

Material

README
NEWS
Reference manual
Package source

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

needy archive

Depends

R ≥ 2.14.0

Suggests

testthat
combinat