Package: RTest
Version: 1.2.4
Date: 2019-04-24
Title: A XML-Based Testing Framework for Automated Component Tests of R
        Packages
Authors@R: c(
    person("Sebastian", "Wolf", , "sebastian@mail-wolf.de", role = c("aut","cre")),
    person("Matthias", "Pfeifer", , "matthiaspfeifer@gmx.net", 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 (>= 2.0.0), magick(>= 1.3), methods,
        XML
Imports: base64, jsonlite, rlang, glue, magrittr, stringr, tcltk
Suggests: knitr, rmarkdown, covr
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.examples.R utils.test.R
        utils.xmlRead.R utils.xmlWrite.R RTestCollection.R RTestCase.R
        RTestCase.test-adapter.R utils.testthat.R
SystemRequirements: ImageMagick++: ImageMagick-c++-devel (rpm) or
        libmagick++-dev (deb)
VignetteBuilder: knitr
License: GPL (>= 2)
RoxygenNote: 6.1.1
NeedsCompilation: no
Author: Sebastian Wolf [aut, cre],
  Matthias Pfeifer [aut, ctb],
  Sergej Potapov [ctb],
  Roche [cph, fnd]
Maintainer: Sebastian Wolf <sebastian@mail-wolf.de>
BugReports: https://github.com/zappingseb/RTest/issues
Repository: CRAN
Packaged: 2019-04-24 09:44:32 UTC; travis
Date/Publication: 2019-04-24 22:20:04 UTC
