Encoding: UTF-8
Package: unittest
Type: Package
Title: TAP-Compliant Unit Testing
Version: 1.4-0
Date: 2019-11-19
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.0.0)
Imports:
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
BugReports: https://github.com/ravingmantis/unittest/issues
LazyData: yes
NeedsCompilation: no
Packaged: 2019-11-20 09:55:12 UTC; lentinj
Author: Jamie Lentin [aut, cre],
  Anthony Hennessey [aut]
Maintainer: Jamie Lentin <jm@ravingmantis.com>
Repository: CRAN
Date/Publication: 2019-11-21 12:40:03 UTC
