Package: tinytest
Maintainer: Mark van der Loo <mark.vanderloo@gmail.com>
License: GPL-3
Title: Lightweight but Feature Complete Unit Testing Framework
LazyData: no
Type: Package
LazyLoad: yes
Authors@R: c( person("Mark", "van der Loo", role=c("aut","cre"),email="mark.vanderloo@gmail.com"))
Description: Provides a lightweight (zero-dependency) and easy to use 
    unit testing framework. Main features: easily install tests with 
    the package. Test results are treated as data that can be stored and manipulated. 
    Test files are R scripts interspersed with test commands, that can be programmed
    over. Fully automated build-install-test sequence for packages. Skip tests when
    not run locally (e.g. on CRAN). Flexible and configurable output printing. Compare
    computed output with output stored with the package.
Version: 0.9.2
URL: https://github.com/markvanderloo/tinytest
BugReports: https://github.com/markvanderloo/tinytest/issues
Imports: utils
RoxygenNote: 6.1.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2019-04-23 14:48:58 UTC; mark
Author: Mark van der Loo [aut, cre]
Repository: CRAN
Date/Publication: 2019-04-25 16:20:04 UTC
