Encoding: UTF-8
Package: unittest
Type: Package
Title: TAP-Compliant Unit Testing
Version: 1.6-0
Date: 2023-05-04
Authors@R: 
    c(person('Jamie','Lentin',email='jm@ravingmantis.com',role=c('aut','cre')),
      person('Anthony','Hennessey',email='ah@ravingmantis.com',role=c('aut')))
Description: 
    Concise TAP <http://testanything.org/> compliant unit testing package. Authored tests can be run using CMD check with minimal implementation overhead.
License: GPL (>= 3)
Depends: R (>= 3.6.0)
Imports: methods
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
BugReports: https://github.com/ravingmantis/unittest/issues
NeedsCompilation: no
Packaged: 2023-05-04 13:44:12 UTC; lentinj
Author: Jamie Lentin [aut, cre],
  Anthony Hennessey [aut]
Maintainer: Jamie Lentin <jm@ravingmantis.com>
Repository: CRAN
Date/Publication: 2023-05-04 14:20:02 UTC
Built: R 4.2.0; ; 2023-05-05 12:40:17 UTC; unix
