Package: assert
Title: Validate Function Arguments
Version: 1.0.0
Authors@R: 
    person(given = "Olivier",
           family = "Binette",
           role = c("aut", "cre", "cph"),
           email = "olivier.binette@gmail.com")
Description: Lightweight validation tool for checking function arguments and 
  validating data analysis scripts. This is an alternative to stopifnot() from 
  the 'base' package  and to assert_that() from the 'assertthat' package. It 
  provides more informative error messages and facilitates debugging.
Imports: rlang
URL: https://github.com/OlivierBinette/assert
BugReports: https://github.com/OlivierBinette/assert/issues
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-10-15 14:09:04 UTC; olivierbinette
Author: Olivier Binette [aut, cre, cph]
Maintainer: Olivier Binette <olivier.binette@gmail.com>
Repository: CRAN
Date/Publication: 2020-10-24 08:50:02 UTC
