Type: Package
Package: testthis
Title: Utils and 'RStudio' Addins to Make Testing Even More Fun
Version: 1.1.1
Authors@R: 
    person(given = "Stefan",
           family = "Fleck",
           role = c("aut", "cre"),
           email = "stefan.b.fleck@gmail.com",
           comment = c(ORCID = "0000-0003-3344-9851"))
Maintainer: Stefan Fleck <stefan.b.fleck@gmail.com>
Description: Utility functions and 'RStudio' addins for writing,
    running and organizing automated tests. Integrates tightly with the
    packages 'testthat', 'devtools' and 'usethis'.  Hotkeys can be
    assigned to the 'RStudio' addins for running tests in a single file or
    to switch between a source file and the associated test file. In
    addition, testthis provides function to manage and run tests in
    subdirectories of the test/testthat directory.
License: MIT + file LICENSE
URL: https://s-fleck.github.io/testthis
BugReports: https://github.com/s-fleck/testthis/issues
Imports: assertthat, devtools, fs, magrittr, pkgload, rprojroot, stats,
        stringi, testthat, tools, usethis (>= 0.1.0), utils
Suggests: covr, crayon, knitr, rmarkdown, roxygen2 (>= 5.0.0),
        rstudioapi
Encoding: UTF-8
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-04-12 06:22:22 UTC; fleck
Author: Stefan Fleck [aut, cre] (<https://orcid.org/0000-0003-3344-9851>)
Repository: CRAN
Date/Publication: 2020-04-12 06:30:02 UTC
Built: R 4.3.0; ; 2023-04-07 14:35:07 UTC; unix
