Package: testthis
Type: Package
Title: Utils and 'RStudio' Addins to Make Testing Even More Fun
Version: 1.0.2
Authors@R: person("Stefan", "Fleck", email = "stefan.b.fleck@gmail.com", role = c("aut", "cre"))
Maintainer: Stefan Fleck <stefan.b.fleck@gmail.com>
Description: 
  Utility functions and 'RStudio' addins to ease the life of people using
  'testthat', 'devtools' and 'usethis' in their package development workflow.
  Hotkeyable addins are provided for such common tasks as switching between a 
  source file and an associated test file, or running unit tests in a single 
  file. 'testthis' also provides utility function to manage and run tests in 
  subdirectories of the test/testthat directory.
License: MIT + file LICENSE
Imports: assertthat, devtools, usethis (>= 0.1.0), testthat, stringi,
        magrittr, utils, stats, rprojroot, tools
Suggests: knitr, rmarkdown, rstudioapi
Encoding: UTF-8
RoxygenNote: 6.0.1
VignetteBuilder: knitr
URL: https://github.com/s-fleck/testthis
BugReports: https://github.com/s-fleck/testthis/issues
NeedsCompilation: no
Packaged: 2017-10-26 20:00:37 UTC; hoelk
Author: Stefan Fleck [aut, cre]
Repository: CRAN
Date/Publication: 2017-10-27 16:17:27 UTC
