Package: assert
Title: Validate Function Arguments
Version: 1.0.1
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:
URL: https://github.com/OlivierBinette/assert
BugReports: https://github.com/OlivierBinette/assert/issues
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-11-28 16:33:56 UTC; olivierbinette
Author: Olivier Binette [aut, cre, cph]
Maintainer: Olivier Binette <olivier.binette@gmail.com>
Repository: CRAN
Date/Publication: 2020-11-28 17:50:02 UTC
Built: R 4.1.1; ; 2021-09-10 17:08:33 UTC; windows
