Package: falsy
Title: Define truthy and falsy values
Version: 1.0
Authors@R: "Gabor Csardi <csardi.gabor@gmail.com> [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
Packaged: 2014-08-27 16:10:35 UTC; gaborcsardi
Author: "Gabor Csardi" [aut, cre]
Maintainer: "Gabor Csardi" <csardi.gabor@gmail.com>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-08-27 18:52:29
