Package: falsy
Title: Define Truthy and Falsy Values
Version: 1.0.1
Authors@R: person("Gabor", "Csardi", , "csardi.gabor@gmail.com", role = c("aut", "cre"))
Description: A value is falsy if it is NULL, FALSE, the empty string,
    zero, or an empty vector or list. Other values are truthy. The new
    %&&% and %||% operators work with falsy and truthy values and
    can be used for concise conditional execution.
License: MIT + file LICENSE
Suggests: testthat
URL: https://github.com/gaborcsardi/falsy
BugReports: https://github.com/gaborcsardi/falsy/issues
NeedsCompilation: no
Packaged: 2015-04-08 15:30:21 UTC; gaborcsardi
Author: Gabor Csardi [aut, cre]
Maintainer: Gabor Csardi <csardi.gabor@gmail.com>
Repository: CRAN
Date/Publication: 2015-04-09 00:36:26
Built: R 3.1.3; ; 2015-04-09 08:32:06 UTC; unix
