Package: RTest
Version: 1.1.9.0
Date: 2018-09-19
Title: A XML-Based Testing Framework for Automated Component Tests of R
        Packages
Authors@R: c(
    person("Sebastian", "Wolf", , "sebastian.wolf.sw1@roche.com", role = c("aut","cre")),
    person("Matthias", "Pfeifer", , "matthias.pfeifer@roche.com", role = c("aut", "ctb")),
    person("Sergej", "Potapov", , "sergej.potapov@roche.com", role = c("ctb")),
    person("Roche", role = c("cph", "fnd"))
    )
Depends: R (>= 3.1.3), testthat (>= 1.0.0), methods, XML, stringr
Imports: base64, jsonlite
Suggests: knitr, rmarkdown
Description: This provides a framework for R packages developed for
	a regulatory environment. It is based on the 'testthat' unit testing system and provides the adapter
    functionalities for XML-based test case definition as well as for standardized
    reporting of the test results.
Collate: RTest-package.R utils.R utils.test.R utils.xmlRead.R
        utils.xmlWrite.R RTestCollection.R RTestCase.R
        RTestCase.test-adapter.R
SystemRequirements: ImageMagick++: ImageMagick-c++-devel (rpm) or
        libmagick++-dev (deb)
VignetteBuilder: knitr
License: GPL (>= 2)
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-09-19 14:24:16 UTC; 
Author: Sebastian Wolf [aut, cre],
  Matthias Pfeifer [aut, ctb],
  Sergej Potapov [ctb],
  Roche [cph, fnd]
Maintainer: Sebastian Wolf <sebastian.wolf.sw1@roche.com>
Repository: CRAN
Date/Publication: 2018-09-19 15:20:09 UTC
